Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
UsableSubnetwork |
UsableSubnetwork.clone() |
UsableSubnetwork |
UsableSubnetwork.set(String fieldName,
Object value) |
UsableSubnetwork |
UsableSubnetwork.setExternalIpv6Prefix(String externalIpv6Prefix)
[Output Only] The external IPv6 address range that is assigned to this subnetwork.
|
UsableSubnetwork |
UsableSubnetwork.setInternalIpv6Prefix(String internalIpv6Prefix)
[Output Only] The internal IPv6 address range that is assigned to this subnetwork.
|
UsableSubnetwork |
UsableSubnetwork.setIpCidrRange(String ipCidrRange)
The range of internal addresses that are owned by this subnetwork.
|
UsableSubnetwork |
UsableSubnetwork.setIpv6AccessType(String ipv6AccessType)
The access type of IPv6 address this subnet holds.
|
UsableSubnetwork |
UsableSubnetwork.setNetwork(String network)
Network URL.
|
UsableSubnetwork |
UsableSubnetwork.setPurpose(String purpose)
The purpose of the resource.
|
UsableSubnetwork |
UsableSubnetwork.setRole(String role)
The role of subnetwork.
|
UsableSubnetwork |
UsableSubnetwork.setSecondaryIpRanges(List<UsableSubnetworkSecondaryRange> secondaryIpRanges)
Secondary IP ranges.
|
UsableSubnetwork |
UsableSubnetwork.setStackType(String stackType)
The stack type for the subnet.
|
UsableSubnetwork |
UsableSubnetwork.setSubnetwork(String subnetwork)
Subnetwork URL.
|
Modifier and Type | Method and Description |
---|---|
List<UsableSubnetwork> |
UsableSubnetworksAggregatedList.getItems()
[Output] A list of usable subnetwork URLs.
|
Modifier and Type | Method and Description |
---|---|
UsableSubnetworksAggregatedList |
UsableSubnetworksAggregatedList.setItems(List<UsableSubnetwork> items)
[Output] A list of usable subnetwork URLs.
|
Copyright © 2011–2024 Google. All rights reserved.