Class SnapshotExtendedAttributes
java.lang.Object
org.jclouds.openstack.cinder.v1.domain.SnapshotExtendedAttributes
Additional attributes delivered by Extended Snapshot Attributes extensions
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SnapshotExtendedAttributes
(String projectId, String progress) -
Method Summary
-
Constructor Details
-
SnapshotExtendedAttributes
@ConstructorProperties({"os-extended-snapshot-attributes:project_id","os-extended-snapshot-attributes:progress"}) protected SnapshotExtendedAttributes(@Nullable String projectId, @Nullable String progress)
-
-
Method Details
-
builder
-
toBuilder
-
getProjectId
- Returns:
- the project id of this snapshot
-
getProgress
- Returns:
- the progress of this snapshot
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-