Uses of Class
org.jclouds.cloudstack.options.CreatePodOptions
Packages that use CreatePodOptions
-
Uses of CreatePodOptions in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with parameters of type CreatePodOptionsModifier and TypeMethodDescriptionGlobalPodApi.createPod
(String name, String zoneId, String startIp, String endIp, String gateway, String netmask, CreatePodOptions... createPodOptions) Creates a new Pod.GlobalPodApi.createPod
(String name, String zoneId, String startIp, String gateway, String netmask, CreatePodOptions... createPodOptions) Creates a new Pod. -
Uses of CreatePodOptions in org.jclouds.cloudstack.options
Fields in org.jclouds.cloudstack.options declared as CreatePodOptionsMethods in org.jclouds.cloudstack.options that return CreatePodOptionsModifier and TypeMethodDescriptionCreatePodOptions.allocationState
(AllocationState allocationState) static CreatePodOptions
CreatePodOptions.Builder.allocationState
(AllocationState allocationState)