- 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 static final class HybridReplicationParameters.Builder extends GeneratedMessageV3.Builder<HybridReplicationParameters.Builder> implements HybridReplicationParametersOrBuilderThe Hybrid Replication parameters for the volume.
 Protobuf type google.cloud.netapp.v1.HybridReplicationParameters
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > HybridReplicationParameters.BuilderImplements
HybridReplicationParametersOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addAllPeerIpAddresses(Iterable<String> values)
public HybridReplicationParameters.Builder addAllPeerIpAddresses(Iterable<String> values)Required. List of node ip addresses to be peered with.
 repeated string peer_ip_addresses = 5 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| values | Iterable<String>The peerIpAddresses to add. | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
addPeerIpAddresses(String value)
public HybridReplicationParameters.Builder addPeerIpAddresses(String value)Required. List of node ip addresses to be peered with.
 repeated string peer_ip_addresses = 5 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe peerIpAddresses to add. | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
addPeerIpAddressesBytes(ByteString value)
public HybridReplicationParameters.Builder addPeerIpAddressesBytes(ByteString value)Required. List of node ip addresses to be peered with.
 repeated string peer_ip_addresses = 5 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes of the peerIpAddresses to add. | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public HybridReplicationParameters.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | |
build()
public HybridReplicationParameters build()| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters | |
buildPartial()
public HybridReplicationParameters buildPartial()| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters | |
clear()
public HybridReplicationParameters.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | |
clearClusterLocation()
public HybridReplicationParameters.Builder clearClusterLocation()Optional. Name of source cluster location associated with the Hybrid replication. This is a free-form field for the display purpose only.
 string cluster_location = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
clearDescription()
public HybridReplicationParameters.Builder clearDescription()Optional. Description of the replication.
 string description = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public HybridReplicationParameters.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | |
clearHybridReplicationType()
public HybridReplicationParameters.Builder clearHybridReplicationType()Optional. Type of the hybrid replication.
 
 .google.cloud.netapp.v1.HybridReplicationParameters.VolumeHybridReplicationType hybrid_replication_type = 10 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
clearLabels()
public HybridReplicationParameters.Builder clearLabels()| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | |
clearLargeVolumeConstituentCount()
public HybridReplicationParameters.Builder clearLargeVolumeConstituentCount()Optional. Constituent volume count for large volume.
 int32 large_volume_constituent_count = 11 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public HybridReplicationParameters.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | |
clearPeerClusterName()
public HybridReplicationParameters.Builder clearPeerClusterName()Required. Name of the user's local source cluster to be peered with the destination cluster.
 string peer_cluster_name = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
clearPeerIpAddresses()
public HybridReplicationParameters.Builder clearPeerIpAddresses()Required. List of node ip addresses to be peered with.
 repeated string peer_ip_addresses = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
clearPeerSvmName()
public HybridReplicationParameters.Builder clearPeerSvmName()Required. Name of the user's local source vserver svm to be peered with the destination vserver svm.
 string peer_svm_name = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
clearPeerVolumeName()
public HybridReplicationParameters.Builder clearPeerVolumeName()Required. Name of the user's local source volume to be peered with the destination volume.
 string peer_volume_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
clearReplication()
public HybridReplicationParameters.Builder clearReplication()Required. Desired name for the replication of this volume.
 
 string replication = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
clearReplicationSchedule()
public HybridReplicationParameters.Builder clearReplicationSchedule()Optional. Replication Schedule for the replication created.
 
 .google.cloud.netapp.v1.HybridReplicationSchedule replication_schedule = 9 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
clone()
public HybridReplicationParameters.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | |
containsLabels(String key)
public boolean containsLabels(String key)Optional. Labels to be added to the replication as the key value pairs.
 map<string, string> labels = 8 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| key | String | 
| Returns | |
|---|---|
| Type | Description | 
| boolean | |
getClusterLocation()
public String getClusterLocation()Optional. Name of source cluster location associated with the Hybrid replication. This is a free-form field for the display purpose only.
 string cluster_location = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The clusterLocation. | 
getClusterLocationBytes()
public ByteString getClusterLocationBytes()Optional. Name of source cluster location associated with the Hybrid replication. This is a free-form field for the display purpose only.
 string cluster_location = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for clusterLocation. | 
getDefaultInstanceForType()
public HybridReplicationParameters getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters | |
getDescription()
public String getDescription()Optional. Description of the replication.
 string description = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The description. | 
getDescriptionBytes()
public ByteString getDescriptionBytes()Optional. Description of the replication.
 string description = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for description. | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getHybridReplicationType()
public HybridReplicationParameters.VolumeHybridReplicationType getHybridReplicationType()Optional. Type of the hybrid replication.
 
 .google.cloud.netapp.v1.HybridReplicationParameters.VolumeHybridReplicationType hybrid_replication_type = 10 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.VolumeHybridReplicationType | The hybridReplicationType. | 
getHybridReplicationTypeValue()
public int getHybridReplicationTypeValue()Optional. Type of the hybrid replication.
 
 .google.cloud.netapp.v1.HybridReplicationParameters.VolumeHybridReplicationType hybrid_replication_type = 10 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for hybridReplicationType. | 
getLabels() (deprecated)
public Map<String,String> getLabels()Use #getLabelsMap() instead.
| Returns | |
|---|---|
| Type | Description | 
| Map<String,String> | |
getLabelsCount()
public int getLabelsCount()Optional. Labels to be added to the replication as the key value pairs.
 map<string, string> labels = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | |
getLabelsMap()
public Map<String,String> getLabelsMap()Optional. Labels to be added to the replication as the key value pairs.
 map<string, string> labels = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| Map<String,String> | |
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)Optional. Labels to be added to the replication as the key value pairs.
 map<string, string> labels = 8 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description | 
| key | String | 
| defaultValue | String | 
| Returns | |
|---|---|
| Type | Description | 
| String | |
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)Optional. Labels to be added to the replication as the key value pairs.
 map<string, string> labels = 8 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| key | String | 
| Returns | |
|---|---|
| Type | Description | 
| String | |
getLargeVolumeConstituentCount()
public int getLargeVolumeConstituentCount()Optional. Constituent volume count for large volume.
 int32 large_volume_constituent_count = 11 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The largeVolumeConstituentCount. | 
getMutableLabels() (deprecated)
public Map<String,String> getMutableLabels()Use alternate mutation accessors instead.
| Returns | |
|---|---|
| Type | Description | 
| Map<String,String> | |
getPeerClusterName()
public String getPeerClusterName()Required. Name of the user's local source cluster to be peered with the destination cluster.
 string peer_cluster_name = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| String | The peerClusterName. | 
getPeerClusterNameBytes()
public ByteString getPeerClusterNameBytes()Required. Name of the user's local source cluster to be peered with the destination cluster.
 string peer_cluster_name = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for peerClusterName. | 
getPeerIpAddresses(int index)
public String getPeerIpAddresses(int index)Required. List of node ip addresses to be peered with.
 repeated string peer_ip_addresses = 5 [(.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 node ip addresses to be peered with.
 repeated string peer_ip_addresses = 5 [(.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 node ip addresses to be peered with.
 repeated string peer_ip_addresses = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| int | The count of peerIpAddresses. | 
getPeerIpAddressesList()
public ProtocolStringList getPeerIpAddressesList()Required. List of node ip addresses to be peered with.
 repeated string peer_ip_addresses = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| ProtocolStringList | A list containing the peerIpAddresses. | 
getPeerSvmName()
public String getPeerSvmName()Required. Name of the user's local source vserver svm to be peered with the destination vserver svm.
 string peer_svm_name = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| String | The peerSvmName. | 
getPeerSvmNameBytes()
public ByteString getPeerSvmNameBytes()Required. Name of the user's local source vserver svm to be peered with the destination vserver svm.
 string peer_svm_name = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for peerSvmName. | 
getPeerVolumeName()
public String getPeerVolumeName()Required. Name of the user's local source volume to be peered with the destination volume.
 string peer_volume_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| String | The peerVolumeName. | 
getPeerVolumeNameBytes()
public ByteString getPeerVolumeNameBytes()Required. Name of the user's local source volume to be peered with the destination volume.
 string peer_volume_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for peerVolumeName. | 
getReplication()
public String getReplication()Required. Desired name for the replication of this volume.
 
 string replication = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The replication. | 
getReplicationBytes()
public ByteString getReplicationBytes()Required. Desired name for the replication of this volume.
 
 string replication = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for replication. | 
getReplicationSchedule()
public HybridReplicationSchedule getReplicationSchedule()Optional. Replication Schedule for the replication created.
 
 .google.cloud.netapp.v1.HybridReplicationSchedule replication_schedule = 9 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationSchedule | The replicationSchedule. | 
getReplicationScheduleValue()
public int getReplicationScheduleValue()Optional. Replication Schedule for the replication created.
 
 .google.cloud.netapp.v1.HybridReplicationSchedule replication_schedule = 9 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for replicationSchedule. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description | 
| number | int | 
| Returns | |
|---|---|
| Type | Description | 
| com.google.protobuf.MapFieldReflectionAccessor | |
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description | 
| number | int | 
| Returns | |
|---|---|
| Type | Description | 
| com.google.protobuf.MapFieldReflectionAccessor | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(HybridReplicationParameters other)
public HybridReplicationParameters.Builder mergeFrom(HybridReplicationParameters other)| Parameter | |
|---|---|
| Name | Description | 
| other | HybridReplicationParameters | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public HybridReplicationParameters.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public HybridReplicationParameters.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final HybridReplicationParameters.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | |
putAllLabels(Map<String,String> values)
public HybridReplicationParameters.Builder putAllLabels(Map<String,String> values)Optional. Labels to be added to the replication as the key value pairs.
 map<string, string> labels = 8 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| values | Map<String,String> | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | |
putLabels(String key, String value)
public HybridReplicationParameters.Builder putLabels(String key, String value)Optional. Labels to be added to the replication as the key value pairs.
 map<string, string> labels = 8 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description | 
| key | String | 
| value | String | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | |
removeLabels(String key)
public HybridReplicationParameters.Builder removeLabels(String key)Optional. Labels to be added to the replication as the key value pairs.
 map<string, string> labels = 8 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| key | String | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | |
setClusterLocation(String value)
public HybridReplicationParameters.Builder setClusterLocation(String value)Optional. Name of source cluster location associated with the Hybrid replication. This is a free-form field for the display purpose only.
 string cluster_location = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe clusterLocation to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
setClusterLocationBytes(ByteString value)
public HybridReplicationParameters.Builder setClusterLocationBytes(ByteString value)Optional. Name of source cluster location associated with the Hybrid replication. This is a free-form field for the display purpose only.
 string cluster_location = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for clusterLocation to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
setDescription(String value)
public HybridReplicationParameters.Builder setDescription(String value)Optional. Description of the replication.
 string description = 7 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe description to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
setDescriptionBytes(ByteString value)
public HybridReplicationParameters.Builder setDescriptionBytes(ByteString value)Optional. Description of the replication.
 string description = 7 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for description to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public HybridReplicationParameters.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | |
setHybridReplicationType(HybridReplicationParameters.VolumeHybridReplicationType value)
public HybridReplicationParameters.Builder setHybridReplicationType(HybridReplicationParameters.VolumeHybridReplicationType value)Optional. Type of the hybrid replication.
 
 .google.cloud.netapp.v1.HybridReplicationParameters.VolumeHybridReplicationType hybrid_replication_type = 10 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | HybridReplicationParameters.VolumeHybridReplicationTypeThe hybridReplicationType to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
setHybridReplicationTypeValue(int value)
public HybridReplicationParameters.Builder setHybridReplicationTypeValue(int value)Optional. Type of the hybrid replication.
 
 .google.cloud.netapp.v1.HybridReplicationParameters.VolumeHybridReplicationType hybrid_replication_type = 10 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe enum numeric value on the wire for hybridReplicationType to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
setLargeVolumeConstituentCount(int value)
public HybridReplicationParameters.Builder setLargeVolumeConstituentCount(int value)Optional. Constituent volume count for large volume.
 int32 large_volume_constituent_count = 11 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe largeVolumeConstituentCount to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
setPeerClusterName(String value)
public HybridReplicationParameters.Builder setPeerClusterName(String value)Required. Name of the user's local source cluster to be peered with the destination cluster.
 string peer_cluster_name = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe peerClusterName to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
setPeerClusterNameBytes(ByteString value)
public HybridReplicationParameters.Builder setPeerClusterNameBytes(ByteString value)Required. Name of the user's local source cluster to be peered with the destination cluster.
 string peer_cluster_name = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for peerClusterName to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
setPeerIpAddresses(int index, String value)
public HybridReplicationParameters.Builder setPeerIpAddresses(int index, String value)Required. List of node ip addresses to be peered with.
 repeated string peer_ip_addresses = 5 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description | 
| index | intThe index to set the value at. | 
| value | StringThe peerIpAddresses to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
setPeerSvmName(String value)
public HybridReplicationParameters.Builder setPeerSvmName(String value)Required. Name of the user's local source vserver svm to be peered with the destination vserver svm.
 string peer_svm_name = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe peerSvmName to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
setPeerSvmNameBytes(ByteString value)
public HybridReplicationParameters.Builder setPeerSvmNameBytes(ByteString value)Required. Name of the user's local source vserver svm to be peered with the destination vserver svm.
 string peer_svm_name = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for peerSvmName to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
setPeerVolumeName(String value)
public HybridReplicationParameters.Builder setPeerVolumeName(String value)Required. Name of the user's local source volume to be peered with the destination volume.
 string peer_volume_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe peerVolumeName to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
setPeerVolumeNameBytes(ByteString value)
public HybridReplicationParameters.Builder setPeerVolumeNameBytes(ByteString value)Required. Name of the user's local source volume to be peered with the destination volume.
 string peer_volume_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for peerVolumeName to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public HybridReplicationParameters.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | |
setReplication(String value)
public HybridReplicationParameters.Builder setReplication(String value)Required. Desired name for the replication of this volume.
 
 string replication = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe replication to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
setReplicationBytes(ByteString value)
public HybridReplicationParameters.Builder setReplicationBytes(ByteString value)Required. Desired name for the replication of this volume.
 
 string replication = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for replication to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
setReplicationSchedule(HybridReplicationSchedule value)
public HybridReplicationParameters.Builder setReplicationSchedule(HybridReplicationSchedule value)Optional. Replication Schedule for the replication created.
 
 .google.cloud.netapp.v1.HybridReplicationSchedule replication_schedule = 9 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | HybridReplicationScheduleThe replicationSchedule to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
setReplicationScheduleValue(int value)
public HybridReplicationParameters.Builder setReplicationScheduleValue(int value)Optional. Replication Schedule for the replication created.
 
 .google.cloud.netapp.v1.HybridReplicationSchedule replication_schedule = 9 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe enum numeric value on the wire for replicationSchedule to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final HybridReplicationParameters.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| HybridReplicationParameters.Builder | |