Class HybridPeeringDetails
HybridPeeringDetails contains details about the hybrid peering.
Implements
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1beta1.Data
Assembly: Google.Apis.NetAppFiles.v1beta1.dll
Syntax
public class HybridPeeringDetails : IDirectResponseSchema
Properties
Command
Optional. 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
Optional. 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
Optional. Temporary passphrase generated to accept cluster peering command.
Declaration
[JsonProperty("passphrase")]
public virtual string Passphrase { get; set; }
Property Value
Type | Description |
---|---|
string |
SubnetIp
Optional. IP address of the subnet.
Declaration
[JsonProperty("subnetIp")]
public virtual string SubnetIp { get; set; }
Property Value
Type | Description |
---|---|
string |