Uses of Enum Class
org.jclouds.cloudstack.domain.Volume.Type
Packages that use Volume.Type
-
Uses of Volume.Type in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as Volume.TypeModifier and TypeFieldDescriptionprotected Volume.TypeVolume.Builder.typeprotected Volume.TypeSnapshot.Builder.volumeTypeMethods in org.jclouds.cloudstack.domain that return Volume.TypeModifier and TypeMethodDescriptionstatic Volume.TypeVolume.getType()Snapshot.getVolumeType()static Volume.TypeReturns the enum constant of this class with the specified name.static Volume.Type[]Volume.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type Volume.TypeModifier and TypeMethodDescriptionVolume.Builder.type(Volume.Type type) Snapshot.Builder.volumeType(Volume.Type volumeType) Constructors in org.jclouds.cloudstack.domain with parameters of type Volume.TypeModifierConstructorDescriptionprotectedSnapshot(String id, String account, Date created, String domain, String domainId, Snapshot.Interval interval, String jobId, String jobStatus, String name, Snapshot.Type snapshotType, Snapshot.State state, String volumeId, String volumeName, Volume.Type volumeType, Set<Tag> tags) protectedVolume(String id, String account, Date attached, Date created, boolean destroyed, String deviceId, String diskOfferingDisplayText, String diskOfferingId, String diskOfferingName, String domain, String domainId, String hypervisor, boolean isExtractable, String jobId, String jobStatus, String name, String serviceOfferingDisplayText, String serviceOfferingId, String serviceOfferingName, long size, String snapshotId, Volume.State state, String storage, String storageType, Volume.Type type, String virtualMachineId, String vmDisplayName, String vmName, VirtualMachine.State vmState, String zoneId, String zoneName, Set<Tag> tags) -
Uses of Volume.Type in org.jclouds.cloudstack.options
Methods in org.jclouds.cloudstack.options with parameters of type Volume.TypeModifier and TypeMethodDescriptionstatic ListVolumesOptionsListVolumesOptions.Builder.type(Volume.Type type) ListVolumesOptions.type(Volume.Type type)