Resource: License
Represents a License resource.
A License represents billing and aggregate usage data for public and marketplace images.
JSON representation |
---|
{
"kind": string,
"name": string,
"chargesUseFee": boolean,
"id": string,
"licenseCode": string,
"creationTimestamp": string,
"description": string,
"transferable": boolean,
"selfLink": string,
"resourceRequirements": {
object ( |
Fields | |
---|---|
kind |
[Output Only] Type of resource. Always
for licenses. |
name |
Name of the resource. The name must be 1-63 characters long and comply with RFC1035. |
charges |
[Output Only] Deprecated. This field no longer reflects whether a license charges a usage fee. |
id |
[Output Only] The unique identifier for the resource. This identifier is defined by the server. |
license |
[Output Only] The unique code used to attach this license to images, snapshots, and disks. |
creation |
[Output Only] Creation timestamp in RFC3339 text format. |
description |
An optional textual description of the resource; provided by the client when the resource is created. |
transferable |
If false, licenses will not be copied from the source resource when creating an image from a disk, disk from snapshot, or snapshot from disk. |
self |
[Output Only] Server-defined URL for the resource. |
resource |
[Input Only] Deprecated. |
ResourceRequirements
JSON representation |
---|
{ "minGuestCpuCount": integer, "minMemoryMb": integer } |
Fields | |
---|---|
min |
[Input Only] Deprecated. This field no longer reflects the minimum number of guest cpus required to use the Instance. |
min |
[Input Only] Deprecated. This field no longer reflects the minimum memory required to use the Instance. |
Methods |
|
---|---|
|
The method compute.v1.LicensesService.Delete is not available in this (s3nsapis.fr) universe. |
|
The method compute.v1.LicensesService.Get is not available in this (s3nsapis.fr) universe. |
|
The method compute.v1.LicensesService.GetPolicy is not available in this (s3nsapis.fr) universe. |
|
The method compute.v1.LicensesService.Insert is not available in this (s3nsapis.fr) universe. |
|
The method compute.v1.LicensesService.List is not available in this (s3nsapis.fr) universe. |
|
The method compute.v1.LicensesService.SetPolicy is not available in this (s3nsapis.fr) universe. |
|
The method compute.v1.LicensesService.TestPermissions is not available in this (s3nsapis.fr) universe. |