VRF constructor
      
      VRF({ 
    
    
- String? name,
 - QosPolicy? qosPolicy,
 - String? state,
 - List<
VlanAttachment> ? vlanAttachments, 
Implementation
VRF({
  this.name,
  this.qosPolicy,
  this.state,
  this.vlanAttachments,
});