Uses of Interface
com.google.cloud.compute.v1.UsableSubnetworkSecondaryRangeOrBuilder
-
Packages that use UsableSubnetworkSecondaryRangeOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of UsableSubnetworkSecondaryRangeOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement UsableSubnetworkSecondaryRangeOrBuilder Modifier and Type Class Description class
UsableSubnetworkSecondaryRange
Secondary IP range of a usable subnetwork.static class
UsableSubnetworkSecondaryRange.Builder
Secondary IP range of a usable subnetwork.Methods in com.google.cloud.compute.v1 that return UsableSubnetworkSecondaryRangeOrBuilder Modifier and Type Method Description UsableSubnetworkSecondaryRangeOrBuilder
UsableSubnetwork.Builder. getSecondaryIpRangesOrBuilder(int index)
Secondary IP ranges.UsableSubnetworkSecondaryRangeOrBuilder
UsableSubnetwork. getSecondaryIpRangesOrBuilder(int index)
Secondary IP ranges.UsableSubnetworkSecondaryRangeOrBuilder
UsableSubnetworkOrBuilder. getSecondaryIpRangesOrBuilder(int index)
Secondary IP ranges.Methods in com.google.cloud.compute.v1 that return types with arguments of type UsableSubnetworkSecondaryRangeOrBuilder Modifier and Type Method Description List<? extends UsableSubnetworkSecondaryRangeOrBuilder>
UsableSubnetwork.Builder. getSecondaryIpRangesOrBuilderList()
Secondary IP ranges.List<? extends UsableSubnetworkSecondaryRangeOrBuilder>
UsableSubnetwork. getSecondaryIpRangesOrBuilderList()
Secondary IP ranges.List<? extends UsableSubnetworkSecondaryRangeOrBuilder>
UsableSubnetworkOrBuilder. getSecondaryIpRangesOrBuilderList()
Secondary IP ranges.
-