Uses of Enum Class
org.jclouds.cloudstack.domain.Snapshot.Type
Packages that use Snapshot.Type
-
Uses of Snapshot.Type in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as Snapshot.TypeMethods in org.jclouds.cloudstack.domain that return Snapshot.TypeModifier and TypeMethodDescriptionstatic Snapshot.TypeSnapshot.getSnapshotType()static Snapshot.TypeReturns the enum constant of this class with the specified name.static Snapshot.Type[]Snapshot.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 Snapshot.TypeConstructors in org.jclouds.cloudstack.domain with parameters of type Snapshot.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) -
Uses of Snapshot.Type in org.jclouds.cloudstack.options
Methods in org.jclouds.cloudstack.options with parameters of type Snapshot.TypeModifier and TypeMethodDescriptionstatic ListSnapshotsOptionsListSnapshotsOptions.Builder.snapshotType(Snapshot.Type snapshotType) ListSnapshotsOptions.snapshotType(Snapshot.Type snapshotType)