Compute Engine API . licenses

Instance Methods

get(project, license)

Returns the specified license resource.

Method Details

get(project, license)
Returns the specified license resource.

Args:
  project: string, Project ID for this request. (required)
  license: string, Name of the license resource to return. (required)

Returns:
  An object of the form:

    { # A license resource.
    "chargesUseFee": True or False, # If true, the customer will be charged license fee for running software that contains this license on an instance.
    "kind": "compute#license", # [Output Only] Type of resource. Always compute#license for licenses.
    "name": "A String", # Name of the resource. The name must be 1-63 characters long, and comply with RCF1035.
    "selfLink": "A String", # [Output Only] Server defined URL for the resource.
  }