Interface HybridPeeringDetailsOrBuilder (0.53.0)

public interface HybridPeeringDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCommand()

public abstract 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 abstract 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 abstract 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 abstract 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

getPassphrase()

public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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.