Reference documentation and code samples for the Google Cloud Net App V1 Client class HybridPeeringDetails.
HybridPeeringDetails contains details about the hybrid peering.
Generated from protobuf message google.cloud.netapp.v1.HybridPeeringDetails
Namespace
Google \ Cloud \ NetApp \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ subnet_ip |
string
Optional. IP address of the subnet. |
↳ command |
string
Optional. Copy-paste-able commands to be used on user's ONTAP to accept peering requests. |
↳ command_expiry_time |
Google\Protobuf\Timestamp
Optional. Expiration time for the peering command to be executed on user's ONTAP. |
↳ passphrase |
string
Optional. Temporary passphrase generated to accept cluster peering command. |
getSubnetIp
Optional. IP address of the subnet.
Returns | |
---|---|
Type | Description |
string |
setSubnetIp
Optional. IP address of the subnet.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCommand
Optional. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
Returns | |
---|---|
Type | Description |
string |
setCommand
Optional. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCommandExpiryTime
Optional. Expiration time for the peering command to be executed on user's ONTAP.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCommandExpiryTime
clearCommandExpiryTime
setCommandExpiryTime
Optional. Expiration time for the peering command to be executed on user's ONTAP.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getPassphrase
Optional. Temporary passphrase generated to accept cluster peering command.
Returns | |
---|---|
Type | Description |
string |
setPassphrase
Optional. Temporary passphrase generated to accept cluster peering command.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |