ComputeInstanceNetworkInterface constructor

const ComputeInstanceNetworkInterface({
  1. TfArg<String>? network,
  2. TfArg<String>? subnetwork,
  3. TfArg<String>? subnetworkProject,
  4. TfArg<String>? networkIp,
  5. TfArg<String>? name,
  6. NicType? nicType,
  7. List<ComputeInstanceAccessConfig>? accessConfig,
  8. List<ComputeInstanceIpv6AccessConfig>? ipv6AccessConfig,
  9. List<ComputeInstanceAliasIpRange>? aliasIpRange,
})

Implementation

const ComputeInstanceNetworkInterface({
  this.network,
  this.subnetwork,
  this.subnetworkProject,
  this.networkIp,
  this.name,
  this.nicType,
  this.accessConfig,
  this.ipv6AccessConfig,
  this.aliasIpRange,
});