DirectVpcNetworkInterface constructor

DirectVpcNetworkInterface({
  1. String? network,
  2. String? subnetwork,
  3. List<String>? tags,
})

Implementation

DirectVpcNetworkInterface({this.network, this.subnetwork, this.tags});