| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
UsableSubnetwork |
UsableSubnetwork.clone() |
UsableSubnetwork |
UsableSubnetwork.set(String fieldName,
Object value) |
UsableSubnetwork |
UsableSubnetwork.setIpCidrRange(String ipCidrRange)
The range of internal addresses that are owned by this subnetwork.
|
UsableSubnetwork |
UsableSubnetwork.setNetwork(String network)
Network Name.
|
UsableSubnetwork |
UsableSubnetwork.setSecondaryIpRanges(List<UsableSubnetworkSecondaryRange> secondaryIpRanges)
Secondary IP ranges.
|
UsableSubnetwork |
UsableSubnetwork.setStatusMessage(String statusMessage)
A human readable status message representing the reasons for cases where the caller cannot use
the secondary ranges under the subnet.
|
UsableSubnetwork |
UsableSubnetwork.setSubnetwork(String subnetwork)
Subnetwork Name.
|
| Modifier and Type | Method and Description |
|---|---|
List<UsableSubnetwork> |
ListUsableSubnetworksResponse.getSubnetworks()
A list of usable subnetworks in the specified network project.
|
| Modifier and Type | Method and Description |
|---|---|
ListUsableSubnetworksResponse |
ListUsableSubnetworksResponse.setSubnetworks(List<UsableSubnetwork> subnetworks)
A list of usable subnetworks in the specified network project.
|
Copyright © 2011–2020 Google. All rights reserved.