Class Port.Binding
java.lang.Object
com.woorea.openstack.quantum.model.Port.Binding
- Enclosing class:
- Port
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringThe host on which the port will be allocated.A map to enable applications running on the specific host to pass and receive vif port specific information to the plugin.A map containing additional information needed by the interface driverprivate StringThe vif type for the specific port.private StringThe type of vnic that this port should be attached to -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetProfile(Map<String, String> profile) voidsetVifDetails(Map<String, String> vifDetails) voidsetVifType(String vifType) voidsetVnicType(String vnicType) toString()
-
Field Details
-
hostId
The host on which the port will be allocated. -
vifType
The vif type for the specific port. -
vnicType
The type of vnic that this port should be attached to -
vifDetails
A map containing additional information needed by the interface driver -
profile
A map to enable applications running on the specific host to pass and receive vif port specific information to the plugin.
-
-
Constructor Details
-
Binding
public Binding()
-
-
Method Details