Uses of Class
org.jclouds.googlecomputeengine.options.SubnetworkCreationOptions
- 
Packages that use SubnetworkCreationOptions Package Description org.jclouds.googlecomputeengine.features org.jclouds.googlecomputeengine.options  - 
- 
Uses of SubnetworkCreationOptions in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with parameters of type SubnetworkCreationOptions Modifier and Type Method Description OperationSubnetworkApi. createInNetwork(SubnetworkCreationOptions newSubnetwork)Creates a persistent network resource in the specified project with the specified range and specified gateway. - 
Uses of SubnetworkCreationOptions in org.jclouds.googlecomputeengine.options
Methods in org.jclouds.googlecomputeengine.options that return SubnetworkCreationOptions Modifier and Type Method Description static SubnetworkCreationOptionsSubnetworkCreationOptions. create(String name, String description, URI network, String ipCidrRange, URI region, boolean privateIpGoogleAccess) 
 -