Uses of Class
org.jclouds.googlecomputeengine.options.NetworkCreationOptions
-
Packages that use NetworkCreationOptions Package Description org.jclouds.googlecomputeengine.features org.jclouds.googlecomputeengine.options -
-
Uses of NetworkCreationOptions in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with parameters of type NetworkCreationOptions Modifier and Type Method Description OperationNetworkApi. create(NetworkCreationOptions options)Creates a persistent network resource in the specified project with the specified options. -
Uses of NetworkCreationOptions in org.jclouds.googlecomputeengine.options
Methods in org.jclouds.googlecomputeengine.options that return NetworkCreationOptions Modifier and Type Method Description NetworkCreationOptionsNetworkCreationOptions.Builder. build()static NetworkCreationOptionsNetworkCreationOptions. create(String name, String description, String rangeIPv4, String gatewayIPv4, Boolean autoCreateSubnetworks)
-