Uses of Interface
com.google.cloud.compute.v1.SubnetworkSecondaryRangeOrBuilder
-
Packages that use SubnetworkSecondaryRangeOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of SubnetworkSecondaryRangeOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement SubnetworkSecondaryRangeOrBuilder Modifier and Type Class Description class
SubnetworkSecondaryRange
Represents a secondary IP range of a subnetwork.static class
SubnetworkSecondaryRange.Builder
Represents a secondary IP range of a subnetwork.Methods in com.google.cloud.compute.v1 that return SubnetworkSecondaryRangeOrBuilder Modifier and Type Method Description SubnetworkSecondaryRangeOrBuilder
Subnetwork.Builder. getSecondaryIpRangesOrBuilder(int index)
An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.SubnetworkSecondaryRangeOrBuilder
Subnetwork. getSecondaryIpRangesOrBuilder(int index)
An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.SubnetworkSecondaryRangeOrBuilder
SubnetworkOrBuilder. getSecondaryIpRangesOrBuilder(int index)
An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.Methods in com.google.cloud.compute.v1 that return types with arguments of type SubnetworkSecondaryRangeOrBuilder Modifier and Type Method Description List<? extends SubnetworkSecondaryRangeOrBuilder>
Subnetwork.Builder. getSecondaryIpRangesOrBuilderList()
An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.List<? extends SubnetworkSecondaryRangeOrBuilder>
Subnetwork. getSecondaryIpRangesOrBuilderList()
An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.List<? extends SubnetworkSecondaryRangeOrBuilder>
SubnetworkOrBuilder. getSecondaryIpRangesOrBuilderList()
An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.
-