Interface HybridPeeringDetailsOrBuilder (0.37.0)

public interface HybridPeeringDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCommand()

public abstract String getCommand()

Optional. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.

string command = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The command.

getCommandBytes()

public abstract ByteString getCommandBytes()

Optional. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.

string command = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for command.

getCommandExpiryTime()

public abstract Timestamp getCommandExpiryTime()

Optional. Expiration time for the peering command to be executed on user's ONTAP.

.google.protobuf.Timestamp command_expiry_time = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Timestamp

The commandExpiryTime.

getCommandExpiryTimeOrBuilder()

public abstract TimestampOrBuilder getCommandExpiryTimeOrBuilder()

Optional. Expiration time for the peering command to be executed on user's ONTAP.

.google.protobuf.Timestamp command_expiry_time = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
TimestampOrBuilder

getPassphrase()

public abstract String getPassphrase()

Optional. Temporary passphrase generated to accept cluster peering command.

string passphrase = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The passphrase.

getPassphraseBytes()

public abstract ByteString getPassphraseBytes()

Optional. Temporary passphrase generated to accept cluster peering command.

string passphrase = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for passphrase.

getPeerClusterName()

public abstract String getPeerClusterName()

Optional. Name of the user's local source cluster to be peered with the destination cluster.

string peer_cluster_name = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The peerClusterName.

getPeerClusterNameBytes()

public abstract ByteString getPeerClusterNameBytes()

Optional. Name of the user's local source cluster to be peered with the destination cluster.

string peer_cluster_name = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for peerClusterName.

getPeerSvmName()

public abstract String getPeerSvmName()

Optional. 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) = OPTIONAL];

Returns
Type Description
String

The peerSvmName.

getPeerSvmNameBytes()

public abstract ByteString getPeerSvmNameBytes()

Optional. 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) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for peerSvmName.

getPeerVolumeName()

public abstract String getPeerVolumeName()

Optional. Name of the user's local source volume to be peered with the destination volume.

string peer_volume_name = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The peerVolumeName.

getPeerVolumeNameBytes()

public abstract ByteString getPeerVolumeNameBytes()

Optional. Name of the user's local source volume to be peered with the destination volume.

string peer_volume_name = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for peerVolumeName.

getSubnetIp()

public abstract String getSubnetIp()

Optional. IP address of the subnet.

string subnet_ip = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The subnetIp.

getSubnetIpBytes()

public abstract ByteString getSubnetIpBytes()

Optional. IP address of the subnet.

string subnet_ip = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for subnetIp.

hasCommandExpiryTime()

public abstract boolean hasCommandExpiryTime()

Optional. Expiration time for the peering command to be executed on user's ONTAP.

.google.protobuf.Timestamp command_expiry_time = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the commandExpiryTime field is set.