- 0.57.0 (latest)
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.49.0
- 0.47.0
- 0.46.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.3.0
- 0.2.0
- 0.1.0
public interface StoragePoolOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsLabels(String key)
public abstract boolean containsLabels(String key)Optional. Labels as key value pairs
 map<string, string> labels = 10 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| key | String | 
| Returns | |
|---|---|
| Type | Description | 
| boolean | |
getActiveDirectory()
public abstract String getActiveDirectory()Optional. Specifies the Active Directory to be used for creating a SMB volume.
 
 string active_directory = 12 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The activeDirectory. | 
getActiveDirectoryBytes()
public abstract ByteString getActiveDirectoryBytes()Optional. Specifies the Active Directory to be used for creating a SMB volume.
 
 string active_directory = 12 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for activeDirectory. | 
getCapacityGib()
public abstract long getCapacityGib()Required. Capacity in GIB of the pool
 int64 capacity_gib = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| long | The capacityGib. | 
getCreateTime()
public abstract Timestamp getCreateTime()Output only. Create time of the storage pool
 .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The createTime. | 
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. Create time of the storage pool
 .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getDescription()
public abstract String getDescription()Optional. Description of the storage pool
 string description = 9 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The description. | 
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Optional. Description of the storage pool
 string description = 9 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for description. | 
getEncryptionType()
public abstract EncryptionType getEncryptionType()Output only. Specifies the current pool encryption key source.
 
 .google.cloud.netapp.v1.EncryptionType encryption_type = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| EncryptionType | The encryptionType. | 
getEncryptionTypeValue()
public abstract int getEncryptionTypeValue()Output only. Specifies the current pool encryption key source.
 
 .google.cloud.netapp.v1.EncryptionType encryption_type = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for encryptionType. | 
getGlobalAccessAllowed() (deprecated)
public abstract boolean getGlobalAccessAllowed()Deprecated. google.cloud.netapp.v1.StoragePool.global_access_allowed is deprecated. See google/cloud/netapp/v1/storage_pool.proto;l=231
Deprecated. Used to allow SO pool to access AD or DNS server from other regions.
 optional bool global_access_allowed = 17 [deprecated = true];
| Returns | |
|---|---|
| Type | Description | 
| boolean | The globalAccessAllowed. | 
getKmsConfig()
public abstract String getKmsConfig()Optional. Specifies the KMS config to be used for volume encryption.
 
 string kms_config = 13 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The kmsConfig. | 
getKmsConfigBytes()
public abstract ByteString getKmsConfigBytes()Optional. Specifies the KMS config to be used for volume encryption.
 
 string kms_config = 13 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for kmsConfig. | 
getLabels() (deprecated)
public abstract Map<String,String> getLabels()Use #getLabelsMap() instead.
| Returns | |
|---|---|
| Type | Description | 
| Map<String,String> | |
getLabelsCount()
public abstract int getLabelsCount()Optional. Labels as key value pairs
 map<string, string> labels = 10 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | |
getLabelsMap()
public abstract Map<String,String> getLabelsMap()Optional. Labels as key value pairs
 map<string, string> labels = 10 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| Map<String,String> | |
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)Optional. Labels as key value pairs
 map<string, string> labels = 10 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description | 
| key | String | 
| defaultValue | String | 
| Returns | |
|---|---|
| Type | Description | 
| String | |
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)Optional. Labels as key value pairs
 map<string, string> labels = 10 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| key | String | 
| Returns | |
|---|---|
| Type | Description | 
| String | |
getLdapEnabled()
public abstract boolean getLdapEnabled()Optional. Flag indicating if the pool is NFS LDAP enabled or not.
 bool ldap_enabled = 14 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| boolean | The ldapEnabled. | 
getName()
public abstract String getName()Identifier. Name of the storage pool
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public abstract ByteString getNameBytes()Identifier. Name of the storage pool
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
getNetwork()
public abstract String getNetwork()Required. VPC Network name. Format: projects/{project}/global/networks/{network}
 
 string network = 11 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The network. | 
getNetworkBytes()
public abstract ByteString getNetworkBytes()Required. VPC Network name. Format: projects/{project}/global/networks/{network}
 
 string network = 11 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for network. | 
getPsaRange()
public abstract String getPsaRange()Optional. This field is not implemented. The values provided in this field are ignored.
 string psa_range = 15 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The psaRange. | 
getPsaRangeBytes()
public abstract ByteString getPsaRangeBytes()Optional. This field is not implemented. The values provided in this field are ignored.
 string psa_range = 15 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for psaRange. | 
getReplicaZone()
public abstract String getReplicaZone()Optional. Specifies the replica zone for regional storagePool.
 string replica_zone = 20 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The replicaZone. | 
getReplicaZoneBytes()
public abstract ByteString getReplicaZoneBytes()Optional. Specifies the replica zone for regional storagePool.
 string replica_zone = 20 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for replicaZone. | 
getServiceLevel()
public abstract ServiceLevel getServiceLevel()Required. Service level of the storage pool
 
 .google.cloud.netapp.v1.ServiceLevel service_level = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| ServiceLevel | The serviceLevel. | 
getServiceLevelValue()
public abstract int getServiceLevelValue()Required. Service level of the storage pool
 
 .google.cloud.netapp.v1.ServiceLevel service_level = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for serviceLevel. | 
getState()
public abstract StoragePool.State getState()Output only. State of the storage pool
 
 .google.cloud.netapp.v1.StoragePool.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| StoragePool.State | The state. | 
getStateDetails()
public abstract String getStateDetails()Output only. State details of the storage pool
 string state_details = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The stateDetails. | 
getStateDetailsBytes()
public abstract ByteString getStateDetailsBytes()Output only. State details of the storage pool
 string state_details = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for stateDetails. | 
getStateValue()
public abstract int getStateValue()Output only. State of the storage pool
 
 .google.cloud.netapp.v1.StoragePool.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for state. | 
getVolumeCapacityGib()
public abstract long getVolumeCapacityGib()Output only. Allocated size of all volumes in GIB in the storage pool
 int64 volume_capacity_gib = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| long | The volumeCapacityGib. | 
getVolumeCount()
public abstract int getVolumeCount()Output only. Volume count of the storage pool
 int32 volume_count = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| int | The volumeCount. | 
getZone()
public abstract String getZone()Optional. Specifies the active zone for regional storagePool.
 string zone = 21 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The zone. | 
getZoneBytes()
public abstract ByteString getZoneBytes()Optional. Specifies the active zone for regional storagePool.
 string zone = 21 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for zone. | 
hasCreateTime()
public abstract boolean hasCreateTime()Output only. Create time of the storage pool
 .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the createTime field is set. | 
hasGlobalAccessAllowed() (deprecated)
public abstract boolean hasGlobalAccessAllowed()Deprecated. google.cloud.netapp.v1.StoragePool.global_access_allowed is deprecated. See google/cloud/netapp/v1/storage_pool.proto;l=231
Deprecated. Used to allow SO pool to access AD or DNS server from other regions.
 optional bool global_access_allowed = 17 [deprecated = true];
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the globalAccessAllowed field is set. |