VRF constructor

VRF({
  1. String? name,
  2. QosPolicy? qosPolicy,
  3. String? state,
  4. List<VlanAttachment>? vlanAttachments,
})

Implementation

VRF({
  this.name,
  this.qosPolicy,
  this.state,
  this.vlanAttachments,
});