Package | Description |
---|---|
org.openstack4j.model.manila | |
org.openstack4j.model.manila.builder | |
org.openstack4j.openstack.manila.domain |
Modifier and Type | Method and Description |
---|---|
Share.Protocol |
ShareManage.getProtocol() |
Share.Protocol |
ShareSnapshot.getShareProto() |
Share.Protocol |
ShareCreate.getShareProto() |
Share.Protocol |
Share.getShareProto() |
static Share.Protocol |
Share.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Share.Protocol[] |
Share.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ShareManageBuilder |
ShareManageBuilder.protocol(Share.Protocol protocol)
Set the Shared File Systems protocol of the share to manage.
|
ShareCreateBuilder |
ShareCreateBuilder.shareProto(Share.Protocol shareProto)
Set the Shared File Systems protocol.
|
Modifier and Type | Method and Description |
---|---|
Share.Protocol |
ManilaShareManage.getProtocol() |
Share.Protocol |
ManilaShareSnapshot.getShareProto() |
Share.Protocol |
ManilaShareCreate.getShareProto() |
Share.Protocol |
ManilaShare.getShareProto() |
Modifier and Type | Method and Description |
---|---|
ShareManageBuilder |
ManilaShareManage.ShareManageConcreteBuilder.protocol(Share.Protocol protocol) |
ShareCreateBuilder |
ManilaShareCreate.ShareCreateConcreteBuilder.shareProto(Share.Protocol shareProto) |
Copyright © 2017. All rights reserved.