public interface ShareCreate extends ModelEntity, Buildable<ShareCreateBuilder>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
String |
getAvailabilityZone() |
String |
getConsistencyGroupId() |
String |
getDescription() |
String |
getDisplayDescription() |
String |
getDisplayName() |
Map<String,String> |
getMetadata() |
String |
getName() |
String |
getShareNetworkId() |
Share.Protocol |
getShareProto() |
String |
getShareType() |
Integer |
getSize() |
String |
getSnapshotId() |
String |
getVolumeType() |
Boolean |
isPublic() |
Share.Protocol getShareProto()
Integer getSize()
String getName()
String getDescription()
String getDisplayName()
String getDisplayDescription()
String getShareType()
String getVolumeType()
String getSnapshotId()
Boolean isPublic()
Map<String,String> getMetadata()
String getShareNetworkId()
String getConsistencyGroupId()
String getAvailabilityZone()
Copyright © 2017. All rights reserved.