Class Port.Binding
java.lang.Object
com.woorea.openstack.quantum.model.Port.Binding
- Enclosing class:
- Port
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
The 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 String
The vif type for the specific port.private String
The type of vnic that this port should be attached to -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setProfile
(Map<String, String> profile) void
setVifDetails
(Map<String, String> vifDetails) void
setVifType
(String vifType) void
setVnicType
(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