public interface HybridPeeringDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |
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. |