Show / Hide Table of Contents

Class VRF

A network VRF.

Inheritance
object
VRF
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX