Network constructor
      
      Network({ 
    
    
- String? cidr,
- String? gatewayIp,
- String? id,
- String? ipAddress,
- bool? jumboFramesEnabled,
- Map<String, String> ? labels,
- List<String> ? macAddress,
- List<NetworkMountPoint> ? mountPoints,
- String? name,
- String? pod,
- List<NetworkAddressReservation> ? reservations,
- String? servicesCidr,
- String? state,
- String? type,
- String? vlanId,
- VRF? vrf,
- String? vrfAttachment,
Implementation
Network({
  this.cidr,
  this.gatewayIp,
  this.id,
  this.ipAddress,
  this.jumboFramesEnabled,
  this.labels,
  this.macAddress,
  this.mountPoints,
  this.name,
  this.pod,
  this.reservations,
  this.servicesCidr,
  this.state,
  this.type,
  this.vlanId,
  this.vrf,
  this.vrfAttachment,
});