VPC constructor

VPC({
  1. String? vPCId,
  2. VPCRegion? vPCRegion,
})

Implementation

VPC({
  this.vPCId,
  this.vPCRegion,
});