- 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 HybridPeeringDetails.Builder extends GeneratedMessageV3.Builder<HybridPeeringDetails.Builder> implements HybridPeeringDetailsOrBuilderHybridPeeringDetails contains details about the hybrid peering.
Protobuf type google.cloud.netapp.v1.HybridPeeringDetails
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > HybridPeeringDetails.BuilderImplements
HybridPeeringDetailsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public HybridPeeringDetails.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
|
build()
public HybridPeeringDetails build()| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails |
|
buildPartial()
public HybridPeeringDetails buildPartial()| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails |
|
clear()
public HybridPeeringDetails.Builder clear()| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
|
clearCommand()
public HybridPeeringDetails.Builder clearCommand()Output only. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
string command = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
This builder for chaining. |
clearCommandExpiryTime()
public HybridPeeringDetails.Builder clearCommandExpiryTime()Output only. Expiration time for the peering command to be executed on user's ONTAP.
.google.protobuf.Timestamp command_expiry_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public HybridPeeringDetails.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public HybridPeeringDetails.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
|
clearPassphrase()
public HybridPeeringDetails.Builder clearPassphrase()Output only. Temporary passphrase generated to accept cluster peering command.
string passphrase = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
This builder for chaining. |
clearPeerClusterName()
public HybridPeeringDetails.Builder clearPeerClusterName()Output only. Name of the user's local source cluster to be peered with the destination cluster.
string peer_cluster_name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
This builder for chaining. |
clearPeerSvmName()
public HybridPeeringDetails.Builder clearPeerSvmName()Output only. Name of the user's local source vserver svm to be peered with the destination vserver svm.
string peer_svm_name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
This builder for chaining. |
clearPeerVolumeName()
public HybridPeeringDetails.Builder clearPeerVolumeName()Output only. Name of the user's local source volume to be peered with the destination volume.
string peer_volume_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
This builder for chaining. |
clearSubnetIp()
public HybridPeeringDetails.Builder clearSubnetIp()Output only. IP address of the subnet.
string subnet_ip = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
This builder for chaining. |
clone()
public HybridPeeringDetails.Builder clone()| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
|
getCommand()
public String getCommand()Output only. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
string command = 2 [(.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 = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for command. |
getCommandExpiryTime()
public Timestamp getCommandExpiryTime()Output only. Expiration time for the peering command to be executed on user's ONTAP.
.google.protobuf.Timestamp command_expiry_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The commandExpiryTime. |
getCommandExpiryTimeBuilder()
public Timestamp.Builder getCommandExpiryTimeBuilder()Output only. Expiration time for the peering command to be executed on user's ONTAP.
.google.protobuf.Timestamp command_expiry_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getCommandExpiryTimeOrBuilder()
public TimestampOrBuilder getCommandExpiryTimeOrBuilder()Output only. Expiration time for the peering command to be executed on user's ONTAP.
.google.protobuf.Timestamp command_expiry_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDefaultInstanceForType()
public HybridPeeringDetails getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPassphrase()
public String getPassphrase()Output only. Temporary passphrase generated to accept cluster peering command.
string passphrase = 4 [(.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 = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for passphrase. |
getPeerClusterName()
public String getPeerClusterName()Output only. Name of the user's local source cluster to be peered with the destination cluster.
string peer_cluster_name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The peerClusterName. |
getPeerClusterNameBytes()
public ByteString getPeerClusterNameBytes()Output only. Name of the user's local source cluster to be peered with the destination cluster.
string peer_cluster_name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for peerClusterName. |
getPeerSvmName()
public String getPeerSvmName()Output only. Name of the user's local source vserver svm to be peered with the destination vserver svm.
string peer_svm_name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The peerSvmName. |
getPeerSvmNameBytes()
public ByteString getPeerSvmNameBytes()Output only. Name of the user's local source vserver svm to be peered with the destination vserver svm.
string peer_svm_name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for peerSvmName. |
getPeerVolumeName()
public String getPeerVolumeName()Output only. Name of the user's local source volume to be peered with the destination volume.
string peer_volume_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The peerVolumeName. |
getPeerVolumeNameBytes()
public ByteString getPeerVolumeNameBytes()Output only. Name of the user's local source volume to be peered with the destination volume.
string peer_volume_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for peerVolumeName. |
getSubnetIp()
public String getSubnetIp()Output only. IP address of the subnet.
string subnet_ip = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The subnetIp. |
getSubnetIpBytes()
public ByteString getSubnetIpBytes()Output only. IP address of the subnet.
string subnet_ip = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for subnetIp. |
hasCommandExpiryTime()
public boolean hasCommandExpiryTime()Output only. Expiration time for the peering command to be executed on user's ONTAP.
.google.protobuf.Timestamp command_expiry_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the commandExpiryTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCommandExpiryTime(Timestamp value)
public HybridPeeringDetails.Builder mergeCommandExpiryTime(Timestamp value)Output only. Expiration time for the peering command to be executed on user's ONTAP.
.google.protobuf.Timestamp command_expiry_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
|
mergeFrom(HybridPeeringDetails other)
public HybridPeeringDetails.Builder mergeFrom(HybridPeeringDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
HybridPeeringDetails |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public HybridPeeringDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public HybridPeeringDetails.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final HybridPeeringDetails.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
|
setCommand(String value)
public HybridPeeringDetails.Builder setCommand(String value)Output only. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
string command = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe command to set. |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
This builder for chaining. |
setCommandBytes(ByteString value)
public HybridPeeringDetails.Builder setCommandBytes(ByteString value)Output only. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
string command = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for command to set. |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
This builder for chaining. |
setCommandExpiryTime(Timestamp value)
public HybridPeeringDetails.Builder setCommandExpiryTime(Timestamp value)Output only. Expiration time for the peering command to be executed on user's ONTAP.
.google.protobuf.Timestamp command_expiry_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
|
setCommandExpiryTime(Timestamp.Builder builderForValue)
public HybridPeeringDetails.Builder setCommandExpiryTime(Timestamp.Builder builderForValue)Output only. Expiration time for the peering command to be executed on user's ONTAP.
.google.protobuf.Timestamp command_expiry_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public HybridPeeringDetails.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
|
setPassphrase(String value)
public HybridPeeringDetails.Builder setPassphrase(String value)Output only. Temporary passphrase generated to accept cluster peering command.
string passphrase = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe passphrase to set. |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
This builder for chaining. |
setPassphraseBytes(ByteString value)
public HybridPeeringDetails.Builder setPassphraseBytes(ByteString value)Output only. Temporary passphrase generated to accept cluster peering command.
string passphrase = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for passphrase to set. |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
This builder for chaining. |
setPeerClusterName(String value)
public HybridPeeringDetails.Builder setPeerClusterName(String value)Output only. Name of the user's local source cluster to be peered with the destination cluster.
string peer_cluster_name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe peerClusterName to set. |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
This builder for chaining. |
setPeerClusterNameBytes(ByteString value)
public HybridPeeringDetails.Builder setPeerClusterNameBytes(ByteString value)Output only. Name of the user's local source cluster to be peered with the destination cluster.
string peer_cluster_name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for peerClusterName to set. |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
This builder for chaining. |
setPeerSvmName(String value)
public HybridPeeringDetails.Builder setPeerSvmName(String value)Output only. Name of the user's local source vserver svm to be peered with the destination vserver svm.
string peer_svm_name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe peerSvmName to set. |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
This builder for chaining. |
setPeerSvmNameBytes(ByteString value)
public HybridPeeringDetails.Builder setPeerSvmNameBytes(ByteString value)Output only. Name of the user's local source vserver svm to be peered with the destination vserver svm.
string peer_svm_name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for peerSvmName to set. |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
This builder for chaining. |
setPeerVolumeName(String value)
public HybridPeeringDetails.Builder setPeerVolumeName(String value)Output only. Name of the user's local source volume to be peered with the destination volume.
string peer_volume_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe peerVolumeName to set. |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
This builder for chaining. |
setPeerVolumeNameBytes(ByteString value)
public HybridPeeringDetails.Builder setPeerVolumeNameBytes(ByteString value)Output only. Name of the user's local source volume to be peered with the destination volume.
string peer_volume_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for peerVolumeName to set. |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public HybridPeeringDetails.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
|
setSubnetIp(String value)
public HybridPeeringDetails.Builder setSubnetIp(String value)Output only. IP address of the subnet.
string subnet_ip = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe subnetIp to set. |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
This builder for chaining. |
setSubnetIpBytes(ByteString value)
public HybridPeeringDetails.Builder setSubnetIpBytes(ByteString value)Output only. IP address of the subnet.
string subnet_ip = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for subnetIp to set. |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final HybridPeeringDetails.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
HybridPeeringDetails.Builder |
|