Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
StoragePoolDisk |
StoragePoolDisk.clone() |
StoragePoolDisk |
StoragePoolDisk.set(String fieldName,
Object value) |
StoragePoolDisk |
StoragePoolDisk.setAttachedInstances(List<String> attachedInstances)
[Output Only] Instances this disk is attached to.
|
StoragePoolDisk |
StoragePoolDisk.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
StoragePoolDisk |
StoragePoolDisk.setDisk(String disk)
[Output Only] The URL of the disk.
|
StoragePoolDisk |
StoragePoolDisk.setName(String name)
[Output Only] The name of the disk.
|
StoragePoolDisk |
StoragePoolDisk.setProvisionedIops(Long provisionedIops)
[Output Only] The number of IOPS provisioned for the disk.
|
StoragePoolDisk |
StoragePoolDisk.setProvisionedThroughput(Long provisionedThroughput)
[Output Only] The throughput provisioned for the disk.
|
StoragePoolDisk |
StoragePoolDisk.setResourcePolicies(List<String> resourcePolicies)
[Output Only] Resource policies applied to disk for automatic snapshot creations.
|
StoragePoolDisk |
StoragePoolDisk.setSizeGb(Long sizeGb)
[Output Only] The disk size, in GB.
|
StoragePoolDisk |
StoragePoolDisk.setStatus(String status)
[Output Only] The disk status.
|
StoragePoolDisk |
StoragePoolDisk.setType(String type)
[Output Only] The disk type.
|
StoragePoolDisk |
StoragePoolDisk.setUsedBytes(Long usedBytes)
[Output Only] Amount of disk space used.
|
Modifier and Type | Method and Description |
---|---|
List<StoragePoolDisk> |
StoragePoolListDisks.getItems()
A list of StoragePoolDisk resources.
|
Modifier and Type | Method and Description |
---|---|
StoragePoolListDisks |
StoragePoolListDisks.setItems(List<StoragePoolDisk> items)
A list of StoragePoolDisk resources.
|
Copyright © 2011–2024 Google. All rights reserved.