public final class HybridPeeringDetails extends GeneratedMessage implements HybridPeeringDetailsOrBuilder
HybridPeeringDetails contains details about the hybrid peering.
Protobuf type google.cloud.netapp.v1.HybridPeeringDetails
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
COMMAND_EXPIRY_TIME_FIELD_NUMBER
public static final int COMMAND_EXPIRY_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
COMMAND_FIELD_NUMBER
public static final int COMMAND_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PASSPHRASE_FIELD_NUMBER
public static final int PASSPHRASE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PEER_CLUSTER_NAME_FIELD_NUMBER
public static final int PEER_CLUSTER_NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PEER_SVM_NAME_FIELD_NUMBER
public static final int PEER_SVM_NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PEER_VOLUME_NAME_FIELD_NUMBER
public static final int PEER_VOLUME_NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SUBNET_IP_FIELD_NUMBER
public static final int SUBNET_IP_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static HybridPeeringDetails getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static HybridPeeringDetails.Builder newBuilder()
newBuilder(HybridPeeringDetails prototype)
public static HybridPeeringDetails.Builder newBuilder(HybridPeeringDetails prototype)
public static HybridPeeringDetails parseDelimitedFrom(InputStream input)
public static HybridPeeringDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static HybridPeeringDetails parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static HybridPeeringDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static HybridPeeringDetails parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static HybridPeeringDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static HybridPeeringDetails parseFrom(CodedInputStream input)
public static HybridPeeringDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static HybridPeeringDetails parseFrom(InputStream input)
public static HybridPeeringDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static HybridPeeringDetails parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static HybridPeeringDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<HybridPeeringDetails> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
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.
|
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];
getDefaultInstanceForType()
public HybridPeeringDetails getDefaultInstanceForType()
getParserForType()
public Parser<HybridPeeringDetails> getParserForType()
Overrides
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.
|
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
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.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public HybridPeeringDetails.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected HybridPeeringDetails.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public HybridPeeringDetails.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides