| Package | Description |
|---|---|
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
DiskType |
DiskType.clone() |
DiskType |
DiskType.set(String fieldName,
Object value) |
DiskType |
DiskType.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
DiskType |
DiskType.setDefaultDiskSizeGb(Long defaultDiskSizeGb)
[Output Only] Server-defined default disk size in GB.
|
DiskType |
DiskType.setDeprecated(DeprecationStatus deprecated)
[Output Only] The deprecation status associated with this disk type.
|
DiskType |
DiskType.setDescription(String description)
[Output Only] An optional description of this resource.
|
DiskType |
DiskType.setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
DiskType |
DiskType.setKind(String kind)
[Output Only] Type of the resource.
|
DiskType |
DiskType.setName(String name)
[Output Only] Name of the resource.
|
DiskType |
DiskType.setRegion(String region)
[Output Only] URL of the region where the disk type resides.
|
DiskType |
DiskType.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
DiskType |
DiskType.setValidDiskSize(String validDiskSize)
[Output Only] An optional textual description of the valid disk size, such as "10GB-10TB".
|
DiskType |
DiskType.setZone(String zone)
[Output Only] URL of the zone where the disk type resides.
|
| Modifier and Type | Method and Description |
|---|---|
List<DiskType> |
DiskTypesScopedList.getDiskTypes()
[Output Only] A list of disk types contained in this scope.
|
List<DiskType> |
RegionDiskTypeList.getItems()
A list of DiskType resources.
|
List<DiskType> |
DiskTypeList.getItems()
A list of DiskType resources.
|
| Modifier and Type | Method and Description |
|---|---|
DiskTypesScopedList |
DiskTypesScopedList.setDiskTypes(List<DiskType> diskTypes)
[Output Only] A list of disk types contained in this scope.
|
RegionDiskTypeList |
RegionDiskTypeList.setItems(List<DiskType> items)
A list of DiskType resources.
|
DiskTypeList |
DiskTypeList.setItems(List<DiskType> items)
A list of DiskType resources.
|
Copyright © 2011–2023 Google. All rights reserved.