Uses of Class
org.openstack4j.model.manila.Share.Protocol
-
Packages that use Share.Protocol Package Description org.openstack4j.model.manila org.openstack4j.model.manila.builder org.openstack4j.openstack.manila.domain -
-
Uses of Share.Protocol in org.openstack4j.model.manila
Methods in org.openstack4j.model.manila that return Share.Protocol Modifier and Type Method Description Share.ProtocolShareManage. getProtocol()Share.ProtocolShare. getShareProto()Share.ProtocolShareCreate. getShareProto()Share.ProtocolShareSnapshot. getShareProto()static Share.ProtocolShare.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. -
Uses of Share.Protocol in org.openstack4j.model.manila.builder
Methods in org.openstack4j.model.manila.builder with parameters of type Share.Protocol Modifier and Type Method Description ShareManageBuilderShareManageBuilder. protocol(Share.Protocol protocol)Set the Shared File Systems protocol of the share to manage.ShareCreateBuilderShareCreateBuilder. shareProto(Share.Protocol shareProto)Set the Shared File Systems protocol. -
Uses of Share.Protocol in org.openstack4j.openstack.manila.domain
Methods in org.openstack4j.openstack.manila.domain that return Share.Protocol Modifier and Type Method Description Share.ProtocolManilaShareManage. getProtocol()Share.ProtocolManilaShare. getShareProto()Share.ProtocolManilaShareCreate. getShareProto()Share.ProtocolManilaShareSnapshot. getShareProto()Methods in org.openstack4j.openstack.manila.domain with parameters of type Share.Protocol Modifier and Type Method Description ShareManageBuilderManilaShareManage.ShareManageConcreteBuilder. protocol(Share.Protocol protocol)ShareCreateBuilderManilaShareCreate.ShareCreateConcreteBuilder. shareProto(Share.Protocol shareProto)
-