| Package | Description |
|---|---|
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkPlacementNetworkFeatures |
NetworkPlacementNetworkFeatures.clone() |
NetworkPlacementNetworkFeatures |
NetworkPlacement.getFeatures()
[Output Only] Features supported by the network.
|
NetworkPlacementNetworkFeatures |
NetworkPlacementNetworkFeatures.set(String fieldName,
Object value) |
NetworkPlacementNetworkFeatures |
NetworkPlacementNetworkFeatures.setAllowAutoModeSubnet(String allowAutoModeSubnet)
Specifies whether auto mode subnet creation is allowed.
|
NetworkPlacementNetworkFeatures |
NetworkPlacementNetworkFeatures.setAllowCloudNat(String allowCloudNat)
Specifies whether cloud NAT creation is allowed.
|
NetworkPlacementNetworkFeatures |
NetworkPlacementNetworkFeatures.setAllowCloudRouter(String allowCloudRouter)
Specifies whether cloud router creation is allowed.
|
NetworkPlacementNetworkFeatures |
NetworkPlacementNetworkFeatures.setAllowedSubnetPurposes(List<String> allowedSubnetPurposes)
Specifies which subnetwork purposes are supported.
|
NetworkPlacementNetworkFeatures |
NetworkPlacementNetworkFeatures.setAllowedSubnetStackTypes(List<String> allowedSubnetStackTypes)
Specifies which subnetwork stack types are supported.
|
NetworkPlacementNetworkFeatures |
NetworkPlacementNetworkFeatures.setAllowInterconnect(String allowInterconnect)
Specifies whether Cloud Interconnect creation is allowed.
|
NetworkPlacementNetworkFeatures |
NetworkPlacementNetworkFeatures.setAllowLoadBalancing(String allowLoadBalancing)
Specifies whether cloud load balancing is allowed.
|
NetworkPlacementNetworkFeatures |
NetworkPlacementNetworkFeatures.setAllowMultiNicInSameNetwork(String allowMultiNicInSameNetwork)
Specifies whether multi-nic in the same network is allowed.
|
NetworkPlacementNetworkFeatures |
NetworkPlacementNetworkFeatures.setAllowPacketMirroring(String allowPacketMirroring)
Specifies whether Packet Mirroring 1.0 is supported.
|
NetworkPlacementNetworkFeatures |
NetworkPlacementNetworkFeatures.setAllowPrivateGoogleAccess(String allowPrivateGoogleAccess)
Specifies whether private Google access is allowed.
|
NetworkPlacementNetworkFeatures |
NetworkPlacementNetworkFeatures.setAllowPsc(String allowPsc)
Specifies whether PSC creation is allowed.
|
NetworkPlacementNetworkFeatures |
NetworkPlacementNetworkFeatures.setAllowSameNetworkUnicast(String allowSameNetworkUnicast)
Specifies whether unicast within the same network is allowed.
|
NetworkPlacementNetworkFeatures |
NetworkPlacementNetworkFeatures.setAllowStaticRoutes(String allowStaticRoutes)
Specifies whether static route creation is allowed.
|
NetworkPlacementNetworkFeatures |
NetworkPlacementNetworkFeatures.setAllowVpcPeering(String allowVpcPeering)
Specifies whether VPC peering is allowed.
|
NetworkPlacementNetworkFeatures |
NetworkPlacementNetworkFeatures.setAllowVpn(String allowVpn)
Specifies whether VPN creation is allowed.
|
NetworkPlacementNetworkFeatures |
NetworkPlacementNetworkFeatures.setInterfaceTypes(List<String> interfaceTypes)
If set, limits the interface types that the network supports.
|
NetworkPlacementNetworkFeatures |
NetworkPlacementNetworkFeatures.setMulticast(String multicast)
Specifies which type of multicast is supported.
|
NetworkPlacementNetworkFeatures |
NetworkPlacementNetworkFeatures.setUnicast(String unicast)
Specifies which type of unicast is supported.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkPlacement |
NetworkPlacement.setFeatures(NetworkPlacementNetworkFeatures features)
[Output Only] Features supported by the network.
|
Copyright © 2011–2024 Google. All rights reserved.