Class VRF
A network VRF.
Implements
Inherited Members
Namespace: Google.Apis.Baremetalsolution.v2.Data
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class VRF : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the VRF.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
QosPolicy
The QOS policy applied to this VRF. The value is only meaningful when all the vlan attachments have the same QoS. This field should not be used for new integrations, use vlan attachment level qos instead. The field is left for backward-compatibility.
Declaration
[JsonProperty("qosPolicy")]
public virtual QosPolicy QosPolicy { get; set; }
Property Value
Type | Description |
---|---|
QosPolicy |
State
The possible state of VRF.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
VlanAttachments
The list of VLAN attachments for the VRF.
Declaration
[JsonProperty("vlanAttachments")]
public virtual IList<VlanAttachment> VlanAttachments { get; set; }
Property Value
Type | Description |
---|---|
IList<VlanAttachment> |