Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.clone() |
NetworkProfileNetworkFeatures |
NetworkProfile.getFeatures()
[Output Only] Features supported by the network.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.set(String fieldName,
Object value) |
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAddressPurposes(List<String> addressPurposes)
Specifies what address purposes are supported.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAllowAliasIpRanges(String allowAliasIpRanges)
Specifies whether alias IP ranges (and secondary address ranges) are allowed.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAllowAutoModeSubnet(String allowAutoModeSubnet)
Specifies whether auto mode subnet creation is allowed.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAllowClassDFirewalls(String allowClassDFirewalls)
Specifies whether firewalls for Class D address ranges are supported.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAllowCloudNat(String allowCloudNat)
Specifies whether cloud NAT creation is allowed.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAllowCloudRouter(String allowCloudRouter)
Specifies whether cloud router creation is allowed.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAllowDefaultNicAttachment(String allowDefaultNicAttachment)
Specifies whether default NIC attachment is allowed.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAllowExternalIpAccess(String allowExternalIpAccess)
Specifies whether VMs are allowed to have external IP access on network interfaces connected to
this VPC.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAllowInterconnect(String allowInterconnect)
Specifies whether Cloud Interconnect creation is allowed.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAllowIpForwarding(String allowIpForwarding)
Specifies whether IP forwarding is allowed.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAllowLoadBalancing(String allowLoadBalancing)
Specifies whether cloud load balancing is allowed.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAllowMultiNicInSameNetwork(String allowMultiNicInSameNetwork)
Specifies whether multi-nic in the same network is allowed.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAllowNcc(String allowNcc)
Specifies whether NCC is allowed.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAllowNetworkMigration(String allowNetworkMigration)
Specifies whether VM network migration is allowed.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAllowPacketMirroring(String allowPacketMirroring)
Specifies whether Packet Mirroring 1.0 is supported.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAllowPrivateGoogleAccess(String allowPrivateGoogleAccess)
Specifies whether private Google access is allowed.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAllowPsc(String allowPsc)
Specifies whether PSC creation is allowed.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAllowSameNetworkUnicast(String allowSameNetworkUnicast)
Specifies whether unicast within the same network is allowed.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAllowStaticRoutes(String allowStaticRoutes)
Specifies whether static route creation is allowed.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAllowSubInterfaces(String allowSubInterfaces)
Specifies whether sub interfaces are allowed.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAllowVpcPeering(String allowVpcPeering)
Specifies whether VPC peering is allowed.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setAllowVpn(String allowVpn)
Specifies whether VPN creation is allowed.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setInterfaceTypes(List<String> interfaceTypes)
If set, limits the interface types that the network supports.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setSubnetPurposes(List<String> subnetPurposes)
Specifies which subnetwork purposes are supported.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setSubnetStackTypes(List<String> subnetStackTypes)
Specifies which subnetwork stack types are supported.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setSubnetworkPurposes(List<String> subnetworkPurposes)
Specifies which subnetwork purposes are supported.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setSubnetworkStackTypes(List<String> subnetworkStackTypes)
Specifies which subnetwork stack types are supported.
|
NetworkProfileNetworkFeatures |
NetworkProfileNetworkFeatures.setUnicast(String unicast)
Specifies which type of unicast is supported.
|
Modifier and Type | Method and Description |
---|---|
NetworkProfile |
NetworkProfile.setFeatures(NetworkProfileNetworkFeatures features)
[Output Only] Features supported by the network.
|
Copyright © 2011–2025 Google. All rights reserved.