ComputeInstanceNetworkInterface constructor
const
ComputeInstanceNetworkInterface({
- TfArg<
String> ? network, - TfArg<
String> ? subnetwork, - TfArg<
String> ? subnetworkProject, - TfArg<
String> ? networkIp, - TfArg<
String> ? name, - NicType? nicType,
- List<
ComputeInstanceAccessConfig> ? accessConfig, - List<
ComputeInstanceIpv6AccessConfig> ? ipv6AccessConfig, - List<
ComputeInstanceAliasIpRange> ? aliasIpRange,
Implementation
const ComputeInstanceNetworkInterface({
this.network,
this.subnetwork,
this.subnetworkProject,
this.networkIp,
this.name,
this.nicType,
this.accessConfig,
this.ipv6AccessConfig,
this.aliasIpRange,
});