public class ManilaShareCreate extends Object implements ShareCreate
| Modifier and Type | Class and Description |
|---|---|
static class |
ManilaShareCreate.ShareCreateConcreteBuilder |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Constructor and Description |
|---|
ManilaShareCreate() |
| Modifier and Type | Method and Description |
|---|---|
static ShareCreateBuilder |
builder() |
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() |
ShareCreateBuilder |
toBuilder() |
public Share.Protocol getShareProto()
getShareProto in interface ShareCreatepublic Integer getSize()
getSize in interface ShareCreatepublic String getName()
getName in interface ShareCreatepublic String getDescription()
getDescription in interface ShareCreatepublic String getDisplayName()
getDisplayName in interface ShareCreatepublic String getDisplayDescription()
getDisplayDescription in interface ShareCreatepublic String getShareType()
getShareType in interface ShareCreatepublic String getVolumeType()
getVolumeType in interface ShareCreatepublic String getSnapshotId()
getSnapshotId in interface ShareCreatepublic Boolean isPublic()
isPublic in interface ShareCreatepublic Map<String,String> getMetadata()
getMetadata in interface ShareCreatepublic String getShareNetworkId()
getShareNetworkId in interface ShareCreatepublic String getConsistencyGroupId()
getConsistencyGroupId in interface ShareCreatepublic String getAvailabilityZone()
getAvailabilityZone in interface ShareCreatepublic static ShareCreateBuilder builder()
public ShareCreateBuilder toBuilder()
toBuilder in interface Buildable<ShareCreateBuilder>Copyright © 2017. All rights reserved.