Uses of Class
com.google.cloud.vmwareengine.v1.SubnetName
-
Packages that use SubnetName Package Description com.google.cloud.vmwareengine.v1 A client to VMware Engine API -
-
Uses of SubnetName in com.google.cloud.vmwareengine.v1
Methods in com.google.cloud.vmwareengine.v1 that return SubnetName Modifier and Type Method Description SubnetName
SubnetName.Builder. build()
static SubnetName
SubnetName. of(String project, String location, String privateCloud, String subnet)
static SubnetName
SubnetName. parse(String formattedString)
Methods in com.google.cloud.vmwareengine.v1 that return types with arguments of type SubnetName Modifier and Type Method Description static List<SubnetName>
SubnetName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.vmwareengine.v1 with parameters of type SubnetName Modifier and Type Method Description Subnet
VmwareEngineClient. getSubnet(SubnetName name)
Gets details of a single subnet.Method parameters in com.google.cloud.vmwareengine.v1 with type arguments of type SubnetName Modifier and Type Method Description static List<String>
SubnetName. toStringList(List<SubnetName> values)
-