Class IntakeVlanAttachment
A GCP vlan attachment.
Implements
Inherited Members
Namespace: Google.Apis.Baremetalsolution.v2.Data
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class IntakeVlanAttachment : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Identifier of the VLAN attachment.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
PairingKey
Attachment pairing key.
Declaration
[JsonProperty("pairingKey")]
public virtual string PairingKey { get; set; }
Property Value
Type | Description |
---|---|
string |