- 0.61.0 (latest)
- 0.59.0
- 0.57.0
- 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 static final class CacheParameters.Builder extends GeneratedMessageV3.Builder<CacheParameters.Builder> implements CacheParametersOrBuilderCache Parameters for the volume.
Protobuf type google.cloud.netapp.v1.CacheParameters
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CacheParameters.BuilderImplements
CacheParametersOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllPeerIpAddresses(Iterable<String> values)
public CacheParameters.Builder addAllPeerIpAddresses(Iterable<String> values)Required. List of IC LIF addresses of the origin volume's ONTAP cluster.
repeated string peer_ip_addresses = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The peerIpAddresses to add. |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
addPeerIpAddresses(String value)
public CacheParameters.Builder addPeerIpAddresses(String value)Required. List of IC LIF addresses of the origin volume's ONTAP cluster.
repeated string peer_ip_addresses = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe peerIpAddresses to add. |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
addPeerIpAddressesBytes(ByteString value)
public CacheParameters.Builder addPeerIpAddressesBytes(ByteString value)Required. List of IC LIF addresses of the origin volume's ONTAP cluster.
repeated string peer_ip_addresses = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the peerIpAddresses to add. |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CacheParameters.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
|
build()
public CacheParameters build()| Returns | |
|---|---|
| Type | Description |
CacheParameters |
|
buildPartial()
public CacheParameters buildPartial()| Returns | |
|---|---|
| Type | Description |
CacheParameters |
|
clear()
public CacheParameters.Builder clear()| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
|
clearCacheConfig()
public CacheParameters.Builder clearCacheConfig()Optional. Configuration of the cache volume.
.google.cloud.netapp.v1.CacheConfig cache_config = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
|
clearCacheState()
public CacheParameters.Builder clearCacheState()Output only. State of the cache volume indicating the peering status.
.google.cloud.netapp.v1.CacheParameters.CacheState cache_state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
clearCommand()
public CacheParameters.Builder clearCommand()Output only. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
string command = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
clearEnableGlobalFileLock()
public CacheParameters.Builder clearEnableGlobalFileLock()Optional. Indicates whether the cache volume has global file lock enabled.
optional bool enable_global_file_lock = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public CacheParameters.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public CacheParameters.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
|
clearPassphrase()
public CacheParameters.Builder clearPassphrase()Output only. Temporary passphrase generated to accept cluster peering command.
string passphrase = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
clearPeerClusterName()
public CacheParameters.Builder clearPeerClusterName()Required. Name of the origin volume's ONTAP cluster.
string peer_cluster_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
clearPeerIpAddresses()
public CacheParameters.Builder clearPeerIpAddresses()Required. List of IC LIF addresses of the origin volume's ONTAP cluster.
repeated string peer_ip_addresses = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
clearPeerSvmName()
public CacheParameters.Builder clearPeerSvmName()Required. Name of the origin volume's SVM.
string peer_svm_name = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
clearPeerVolumeName()
public CacheParameters.Builder clearPeerVolumeName()Required. Name of the origin volume for the cache volume.
string peer_volume_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
clearPeeringCommandExpiryTime()
public CacheParameters.Builder clearPeeringCommandExpiryTime()Optional. Expiration time for the peering command to be executed on user's ONTAP.
.google.protobuf.Timestamp peering_command_expiry_time = 9 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
|
clearStateDetails()
public CacheParameters.Builder clearStateDetails()Output only. Detailed description of the current cache state.
string state_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
clone()
public CacheParameters.Builder clone()| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
|
getCacheConfig()
public CacheConfig getCacheConfig()Optional. Configuration of the cache volume.
.google.cloud.netapp.v1.CacheConfig cache_config = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
CacheConfig |
The cacheConfig. |
getCacheConfigBuilder()
public CacheConfig.Builder getCacheConfigBuilder()Optional. Configuration of the cache volume.
.google.cloud.netapp.v1.CacheConfig cache_config = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
CacheConfig.Builder |
|
getCacheConfigOrBuilder()
public CacheConfigOrBuilder getCacheConfigOrBuilder()Optional. Configuration of the cache volume.
.google.cloud.netapp.v1.CacheConfig cache_config = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
CacheConfigOrBuilder |
|
getCacheState()
public CacheParameters.CacheState getCacheState()Output only. State of the cache volume indicating the peering status.
.google.cloud.netapp.v1.CacheParameters.CacheState cache_state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
CacheParameters.CacheState |
The cacheState. |
getCacheStateValue()
public int getCacheStateValue()Output only. State of the cache volume indicating the peering status.
.google.cloud.netapp.v1.CacheParameters.CacheState cache_state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for cacheState. |
getCommand()
public String getCommand()Output only. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
string command = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The command. |
getCommandBytes()
public ByteString getCommandBytes()Output only. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
string command = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for command. |
getDefaultInstanceForType()
public CacheParameters getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CacheParameters |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEnableGlobalFileLock()
public boolean getEnableGlobalFileLock()Optional. Indicates whether the cache volume has global file lock enabled.
optional bool enable_global_file_lock = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The enableGlobalFileLock. |
getPassphrase()
public String getPassphrase()Output only. Temporary passphrase generated to accept cluster peering command.
string passphrase = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The passphrase. |
getPassphraseBytes()
public ByteString getPassphraseBytes()Output only. Temporary passphrase generated to accept cluster peering command.
string passphrase = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for passphrase. |
getPeerClusterName()
public String getPeerClusterName()Required. Name of the origin volume's ONTAP cluster.
string peer_cluster_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The peerClusterName. |
getPeerClusterNameBytes()
public ByteString getPeerClusterNameBytes()Required. Name of the origin volume's ONTAP cluster.
string peer_cluster_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for peerClusterName. |
getPeerIpAddresses(int index)
public String getPeerIpAddresses(int index)Required. List of IC LIF addresses of the origin volume's ONTAP cluster.
repeated string peer_ip_addresses = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The peerIpAddresses at the given index. |
getPeerIpAddressesBytes(int index)
public ByteString getPeerIpAddressesBytes(int index)Required. List of IC LIF addresses of the origin volume's ONTAP cluster.
repeated string peer_ip_addresses = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the peerIpAddresses at the given index. |
getPeerIpAddressesCount()
public int getPeerIpAddressesCount()Required. List of IC LIF addresses of the origin volume's ONTAP cluster.
repeated string peer_ip_addresses = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The count of peerIpAddresses. |
getPeerIpAddressesList()
public ProtocolStringList getPeerIpAddressesList()Required. List of IC LIF addresses of the origin volume's ONTAP cluster.
repeated string peer_ip_addresses = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the peerIpAddresses. |
getPeerSvmName()
public String getPeerSvmName()Required. Name of the origin volume's SVM.
string peer_svm_name = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The peerSvmName. |
getPeerSvmNameBytes()
public ByteString getPeerSvmNameBytes()Required. Name of the origin volume's SVM.
string peer_svm_name = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for peerSvmName. |
getPeerVolumeName()
public String getPeerVolumeName()Required. Name of the origin volume for the cache volume.
string peer_volume_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The peerVolumeName. |
getPeerVolumeNameBytes()
public ByteString getPeerVolumeNameBytes()Required. Name of the origin volume for the cache volume.
string peer_volume_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for peerVolumeName. |
getPeeringCommandExpiryTime()
public Timestamp getPeeringCommandExpiryTime()Optional. Expiration time for the peering command to be executed on user's ONTAP.
.google.protobuf.Timestamp peering_command_expiry_time = 9 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The peeringCommandExpiryTime. |
getPeeringCommandExpiryTimeBuilder()
public Timestamp.Builder getPeeringCommandExpiryTimeBuilder()Optional. Expiration time for the peering command to be executed on user's ONTAP.
.google.protobuf.Timestamp peering_command_expiry_time = 9 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getPeeringCommandExpiryTimeOrBuilder()
public TimestampOrBuilder getPeeringCommandExpiryTimeOrBuilder()Optional. Expiration time for the peering command to be executed on user's ONTAP.
.google.protobuf.Timestamp peering_command_expiry_time = 9 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getStateDetails()
public String getStateDetails()Output only. Detailed description of the current cache state.
string state_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The stateDetails. |
getStateDetailsBytes()
public ByteString getStateDetailsBytes()Output only. Detailed description of the current cache state.
string state_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for stateDetails. |
hasCacheConfig()
public boolean hasCacheConfig()Optional. Configuration of the cache volume.
.google.cloud.netapp.v1.CacheConfig cache_config = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cacheConfig field is set. |
hasEnableGlobalFileLock()
public boolean hasEnableGlobalFileLock()Optional. Indicates whether the cache volume has global file lock enabled.
optional bool enable_global_file_lock = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the enableGlobalFileLock field is set. |
hasPeeringCommandExpiryTime()
public boolean hasPeeringCommandExpiryTime()Optional. Expiration time for the peering command to be executed on user's ONTAP.
.google.protobuf.Timestamp peering_command_expiry_time = 9 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the peeringCommandExpiryTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCacheConfig(CacheConfig value)
public CacheParameters.Builder mergeCacheConfig(CacheConfig value)Optional. Configuration of the cache volume.
.google.cloud.netapp.v1.CacheConfig cache_config = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
CacheConfig |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
|
mergeFrom(CacheParameters other)
public CacheParameters.Builder mergeFrom(CacheParameters other)| Parameter | |
|---|---|
| Name | Description |
other |
CacheParameters |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CacheParameters.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CacheParameters.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
|
mergePeeringCommandExpiryTime(Timestamp value)
public CacheParameters.Builder mergePeeringCommandExpiryTime(Timestamp value)Optional. Expiration time for the peering command to be executed on user's ONTAP.
.google.protobuf.Timestamp peering_command_expiry_time = 9 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CacheParameters.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
|
setCacheConfig(CacheConfig value)
public CacheParameters.Builder setCacheConfig(CacheConfig value)Optional. Configuration of the cache volume.
.google.cloud.netapp.v1.CacheConfig cache_config = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
CacheConfig |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
|
setCacheConfig(CacheConfig.Builder builderForValue)
public CacheParameters.Builder setCacheConfig(CacheConfig.Builder builderForValue)Optional. Configuration of the cache volume.
.google.cloud.netapp.v1.CacheConfig cache_config = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CacheConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
|
setCacheState(CacheParameters.CacheState value)
public CacheParameters.Builder setCacheState(CacheParameters.CacheState value)Output only. State of the cache volume indicating the peering status.
.google.cloud.netapp.v1.CacheParameters.CacheState cache_state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
CacheParameters.CacheStateThe cacheState to set. |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
setCacheStateValue(int value)
public CacheParameters.Builder setCacheStateValue(int value)Output only. State of the cache volume indicating the peering status.
.google.cloud.netapp.v1.CacheParameters.CacheState cache_state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for cacheState to set. |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
setCommand(String value)
public CacheParameters.Builder setCommand(String value)Output only. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
string command = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe command to set. |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
setCommandBytes(ByteString value)
public CacheParameters.Builder setCommandBytes(ByteString value)Output only. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
string command = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for command to set. |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
setEnableGlobalFileLock(boolean value)
public CacheParameters.Builder setEnableGlobalFileLock(boolean value)Optional. Indicates whether the cache volume has global file lock enabled.
optional bool enable_global_file_lock = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe enableGlobalFileLock to set. |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public CacheParameters.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
|
setPassphrase(String value)
public CacheParameters.Builder setPassphrase(String value)Output only. Temporary passphrase generated to accept cluster peering command.
string passphrase = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe passphrase to set. |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
setPassphraseBytes(ByteString value)
public CacheParameters.Builder setPassphraseBytes(ByteString value)Output only. Temporary passphrase generated to accept cluster peering command.
string passphrase = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for passphrase to set. |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
setPeerClusterName(String value)
public CacheParameters.Builder setPeerClusterName(String value)Required. Name of the origin volume's ONTAP cluster.
string peer_cluster_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe peerClusterName to set. |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
setPeerClusterNameBytes(ByteString value)
public CacheParameters.Builder setPeerClusterNameBytes(ByteString value)Required. Name of the origin volume's ONTAP cluster.
string peer_cluster_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for peerClusterName to set. |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
setPeerIpAddresses(int index, String value)
public CacheParameters.Builder setPeerIpAddresses(int index, String value)Required. List of IC LIF addresses of the origin volume's ONTAP cluster.
repeated string peer_ip_addresses = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe peerIpAddresses to set. |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
setPeerSvmName(String value)
public CacheParameters.Builder setPeerSvmName(String value)Required. Name of the origin volume's SVM.
string peer_svm_name = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe peerSvmName to set. |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
setPeerSvmNameBytes(ByteString value)
public CacheParameters.Builder setPeerSvmNameBytes(ByteString value)Required. Name of the origin volume's SVM.
string peer_svm_name = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for peerSvmName to set. |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
setPeerVolumeName(String value)
public CacheParameters.Builder setPeerVolumeName(String value)Required. Name of the origin volume for the cache volume.
string peer_volume_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe peerVolumeName to set. |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
setPeerVolumeNameBytes(ByteString value)
public CacheParameters.Builder setPeerVolumeNameBytes(ByteString value)Required. Name of the origin volume for the cache volume.
string peer_volume_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for peerVolumeName to set. |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
setPeeringCommandExpiryTime(Timestamp value)
public CacheParameters.Builder setPeeringCommandExpiryTime(Timestamp value)Optional. Expiration time for the peering command to be executed on user's ONTAP.
.google.protobuf.Timestamp peering_command_expiry_time = 9 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
|
setPeeringCommandExpiryTime(Timestamp.Builder builderForValue)
public CacheParameters.Builder setPeeringCommandExpiryTime(Timestamp.Builder builderForValue)Optional. Expiration time for the peering command to be executed on user's ONTAP.
.google.protobuf.Timestamp peering_command_expiry_time = 9 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CacheParameters.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
|
setStateDetails(String value)
public CacheParameters.Builder setStateDetails(String value)Output only. Detailed description of the current cache state.
string state_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe stateDetails to set. |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
setStateDetailsBytes(ByteString value)
public CacheParameters.Builder setStateDetailsBytes(ByteString value)Output only. Detailed description of the current cache state.
string state_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for stateDetails to set. |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final CacheParameters.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
CacheParameters.Builder |
|