allowMultiNicInSameSubnetwork property

String? allowMultiNicInSameSubnetwork
getter/setter pair

Specifies whether multi-nic in the same subnetwork is allowed. Possible string values are:

  • "MULTI_NIC_IN_SAME_SUBNETWORK_ALLOWED"
  • "MULTI_NIC_IN_SAME_SUBNETWORK_BLOCKED"

Implementation

core.String? allowMultiNicInSameSubnetwork;