Class VRF (1.0.0)

VRF(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A network VRF.

Attributes

NameDescription
name str
The name of the VRF.
state google.cloud.bare_metal_solution_v2.types.VRF.State
The possible state of VRF.
qos_policy google.cloud.bare_metal_solution_v2.types.VRF.QosPolicy
The QOS policy applied to this VRF.
vlan_attachments Sequence[google.cloud.bare_metal_solution_v2.types.VRF.VlanAttachment]
The list of VLAN attachments for the VRF.

Inheritance

builtins.object > proto.message.Message > VRF

Classes

QosPolicy

QosPolicy(mapping=None, *, ignore_unknown_fields=False, **kwargs)

QOS policy parameters.

State

State(value)

The possible states for this VRF.

VlanAttachment

VlanAttachment(mapping=None, *, ignore_unknown_fields=False, **kwargs)

VLAN attachment details.