Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
static AddressBindingEntry |
AddressBindingEntry._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static AddressBindingEntry |
AddressBindingEntry._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
AddressBindingEntry |
AddressBindingEntry.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<AddressBindingEntry> |
SegmentPortState.getDiscoveredBindings()
Contains the list of address bindings for a segment port that were automatically
dicovered using various snooping methods like ARP, DHCP etc.
|
java.util.List<AddressBindingEntry> |
SegmentPortState.getRealizedBindings()
List of segment port bindings that are realized.
|
Modifier and Type | Method and Description |
---|---|
void |
SegmentPortState.setDiscoveredBindings(java.util.List<AddressBindingEntry> discoveredBindings)
Contains the list of address bindings for a segment port that were automatically
dicovered using various snooping methods like ARP, DHCP etc.
|
SegmentPortState.Builder |
SegmentPortState.Builder.setDiscoveredBindings(java.util.List<AddressBindingEntry> discoveredBindings)
Contains the list of address bindings for a segment port that were automatically
dicovered using various snooping methods like ARP, DHCP etc.
|
void |
SegmentPortState.setRealizedBindings(java.util.List<AddressBindingEntry> realizedBindings)
List of segment port bindings that are realized.
|
SegmentPortState.Builder |
SegmentPortState.Builder.setRealizedBindings(java.util.List<AddressBindingEntry> realizedBindings)
List of segment port bindings that are realized.
|