Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.StoragePools.Insert |
Compute.StoragePools.insert(String project,
String zone,
StoragePool content)
Creates a storage pool in the specified project using the data in the request.
|
Compute.StoragePools.Update |
Compute.StoragePools.update(String project,
String zone,
String storagePool,
StoragePool content)
Updates the specified storagePool with the data included in the request.
|
Constructor and Description |
---|
Insert(String project,
String zone,
StoragePool content)
Creates a storage pool in the specified project using the data in the request.
|
Update(String project,
String zone,
String storagePool,
StoragePool content)
Updates the specified storagePool with the data included in the request.
|
Modifier and Type | Method and Description |
---|---|
StoragePool |
StoragePool.clone() |
StoragePool |
StoragePool.encodeLabelFingerprint(byte[] labelFingerprint)
A fingerprint for the labels being applied to this storage pool, which is essentially a hash of
the labels set used for optimistic locking.
|
StoragePool |
StoragePool.set(String fieldName,
Object value) |
StoragePool |
StoragePool.setCapacityProvisioningType(String capacityProvisioningType)
Provisioning type of the byte capacity of the pool.
|
StoragePool |
StoragePool.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
StoragePool |
StoragePool.setDescription(String description)
An optional description of this resource.
|
StoragePool |
StoragePool.setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
StoragePool |
StoragePool.setKind(String kind)
[Output Only] Type of the resource.
|
StoragePool |
StoragePool.setLabelFingerprint(String labelFingerprint)
A fingerprint for the labels being applied to this storage pool, which is essentially a hash of
the labels set used for optimistic locking.
|
StoragePool |
StoragePool.setLabels(Map<String,String> labels)
Labels to apply to this storage pool.
|
StoragePool |
StoragePool.setName(String name)
Name of the resource.
|
StoragePool |
StoragePool.setPerformanceProvisioningType(String performanceProvisioningType)
Provisioning type of the performance-related parameters of the pool, such as throughput and
IOPS.
|
StoragePool |
StoragePool.setPoolProvisionedCapacityGb(Long poolProvisionedCapacityGb)
Size, in GiB, of the storage pool.
|
StoragePool |
StoragePool.setPoolProvisionedIops(Long poolProvisionedIops)
Provisioned IOPS of the storage pool.
|
StoragePool |
StoragePool.setPoolProvisionedThroughput(Long poolProvisionedThroughput)
Provisioned throughput of the storage pool.
|
StoragePool |
StoragePool.setResourceStatus(StoragePoolResourceStatus resourceStatus)
[Output Only] Status information for the storage pool resource.
|
StoragePool |
StoragePool.setSelfLink(String selfLink)
[Output Only] Server-defined fully-qualified URL for this resource.
|
StoragePool |
StoragePool.setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL for this resource's resource id.
|
StoragePool |
StoragePool.setState(String state)
[Output Only] The status of storage pool creation.
|
StoragePool |
StoragePool.setStatus(StoragePoolResourceStatus status)
[Output Only] Status information for the storage pool resource.
|
StoragePool |
StoragePool.setStoragePoolType(String storagePoolType)
Type of the storage pool.
|
StoragePool |
StoragePool.setZone(String zone)
[Output Only] URL of the zone where the storage pool resides.
|
Modifier and Type | Method and Description |
---|---|
List<StoragePool> |
StoragePoolList.getItems()
A list of StoragePool resources.
|
List<StoragePool> |
StoragePoolsScopedList.getStoragePools()
[Output Only] A list of storage pool contained in this scope.
|
Modifier and Type | Method and Description |
---|---|
StoragePoolList |
StoragePoolList.setItems(List<StoragePool> items)
A list of StoragePool resources.
|
StoragePoolsScopedList |
StoragePoolsScopedList.setStoragePools(List<StoragePool> storagePools)
[Output Only] A list of storage pool contained in this scope.
|
Copyright © 2011–2024 Google. All rights reserved.