Package org.openstack4j.model.manila
Interface ShareNetworkCreate
-
- All Superinterfaces:
Buildable<ShareNetworkCreateBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
ManilaShareNetworkCreate
public interface ShareNetworkCreate extends ModelEntity, Buildable<ShareNetworkCreateBuilder>
Object used to create new share networks- Author:
- Daniel Gonzalez Nothnagel
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()StringgetName()StringgetNeutronNetId()StringgetNeutronSubnetId()StringgetNovaNetId()
-
-
-
Method Detail
-
getNeutronNetId
String getNeutronNetId()
- Returns:
- the neutron network ID
-
getNeutronSubnetId
String getNeutronSubnetId()
- Returns:
- the neutron subnet ID
-
getNovaNetId
String getNovaNetId()
- Returns:
- the nova network ID
-
getName
String getName()
- Returns:
- the share network name
-
getDescription
String getDescription()
- Returns:
- the share network description
-
-