| Package | Description |
|---|---|
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
LicenseCode |
LicenseCode.clone() |
LicenseCode |
LicenseCode.set(String fieldName,
Object value) |
LicenseCode |
LicenseCode.setAllowedReplacementLicenses(List<String> allowedReplacementLicenses)
Specifies licenseCodes of licenses that can replace this license.
|
LicenseCode |
LicenseCode.setAppendableToDisk(Boolean appendableToDisk)
If true, this license can be appended to an existing disk's set of licenses.
|
LicenseCode |
LicenseCode.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
LicenseCode |
LicenseCode.setDescription(String description)
[Output Only] Description of this License Code.
|
LicenseCode |
LicenseCode.setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
LicenseCode |
LicenseCode.setIncompatibleLicenses(List<String> incompatibleLicenses)
Specifies licenseCodes of licenses that are incompatible with this license.
|
LicenseCode |
LicenseCode.setKind(String kind)
[Output Only] Type of resource.
|
LicenseCode |
LicenseCode.setLicenseAlias(List<LicenseCodeLicenseAlias> licenseAlias)
[Output Only] URL and description aliases of Licenses with the same License Code.
|
LicenseCode |
LicenseCode.setMinimumRetention(Duration minimumRetention)
If set, this license will be unable to be removed or replaced once attached to a disk until the
minimum_retention period has passed.
|
LicenseCode |
LicenseCode.setMultiTenantOnly(Boolean multiTenantOnly)
If true, this license can only be used on VMs on multi tenant nodes.
|
LicenseCode |
LicenseCode.setName(String name)
[Output Only] Name of the resource.
|
LicenseCode |
LicenseCode.setOsLicense(Boolean osLicense)
If true, indicates this is an OS license.
|
LicenseCode |
LicenseCode.setRemovableFromDisk(Boolean removableFromDisk)
If true, this license can be removed from a disk's set of licenses, with no replacement license
needed.
|
LicenseCode |
LicenseCode.setRequiredCoattachedLicenses(List<String> requiredCoattachedLicenses)
Specifies the set of permissible coattached licenseCodes of licenses that satisfy the
coattachment requirement of this license.
|
LicenseCode |
LicenseCode.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
LicenseCode |
LicenseCode.setSoleTenantOnly(Boolean soleTenantOnly)
If true, this license can only be used on VMs on sole tenant nodes.
|
LicenseCode |
LicenseCode.setState(String state)
[Output Only] Current state of this License Code.
|
LicenseCode |
LicenseCode.setTransferable(Boolean transferable)
[Output Only] If true, the license will remain attached when creating images or snapshots from
disks.
|
LicenseCode |
LicenseCode.setUpdateTimestamp(String updateTimestamp)
[Output Only] Last update timestamp in RFC3339 text format.
|
Copyright © 2011–2025 Google. All rights reserved.