Class HybridPeeringDetails
HybridPeeringDetails contains details about the hybrid peering.
Implements
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1.Data
Assembly: Google.Apis.NetAppFiles.v1.dll
Syntax
public class HybridPeeringDetails : IDirectResponseSchema
Properties
Command
Output only. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
Declaration
[JsonProperty("command")]
public virtual string Command { get; set; }
Property Value
Type | Description |
---|---|
string |
CommandExpiryTime
object representation of CommandExpiryTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CommandExpiryTimeDateTimeOffset instead.")]
public virtual object CommandExpiryTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CommandExpiryTimeDateTimeOffset
DateTimeOffset representation of CommandExpiryTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CommandExpiryTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CommandExpiryTimeRaw
Output only. Expiration time for the peering command to be executed on user's ONTAP.
Declaration
[JsonProperty("commandExpiryTime")]
public virtual string CommandExpiryTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Passphrase
Output only. Temporary passphrase generated to accept cluster peering command.
Declaration
[JsonProperty("passphrase")]
public virtual string Passphrase { get; set; }
Property Value
Type | Description |
---|---|
string |
PeerClusterName
Output only. Name of the user's local source cluster to be peered with the destination cluster.
Declaration
[JsonProperty("peerClusterName")]
public virtual string PeerClusterName { get; set; }
Property Value
Type | Description |
---|---|
string |
PeerSvmName
Output only. Name of the user's local source vserver svm to be peered with the destination vserver svm.
Declaration
[JsonProperty("peerSvmName")]
public virtual string PeerSvmName { get; set; }
Property Value
Type | Description |
---|---|
string |
PeerVolumeName
Output only. Name of the user's local source volume to be peered with the destination volume.
Declaration
[JsonProperty("peerVolumeName")]
public virtual string PeerVolumeName { get; set; }
Property Value
Type | Description |
---|---|
string |
SubnetIp
Output only. IP address of the subnet.
Declaration
[JsonProperty("subnetIp")]
public virtual string SubnetIp { get; set; }
Property Value
Type | Description |
---|---|
string |