A License resource represents a software license. It is used to track software usage in images, persistent disks, snapshots, and virtual machine instances.
For a list of methods for this resource, see the end of this page.
Resource representations
A license resource.
{
"kind": "compute#license",
"selfLink": string,
"name": string
}
| Property name | Value | Description | Notes |
|---|---|---|---|
kind
|
string
|
[Output Only]
Identifies what kind of resource this is. Value: the fixed string
"compute#license"
.
|
|
name
|
string
|
[Output Only] Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035 . | |
selfLink
|
string
|
[Output Only] Server defined URL for the resource. |
Methods
- get
- Returns the specified License resource.