| Package | Description |
|---|---|
| com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes | |
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
DiscoveredVifStateListResult |
DiscoveredVifsStub.list(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String hostTransportNodeId,
java.lang.String cursor,
java.lang.String hostSwitchId,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String segmentId,
java.lang.Boolean sortAscending,
java.lang.String sortBy) |
DiscoveredVifStateListResult |
DiscoveredVifs.list(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String hostTransportNodeId,
java.lang.String cursor,
java.lang.String hostSwitchId,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String segmentId,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
For the given TransportNode, fetch all the VIF info from VC and return the
corresponding state.
|
DiscoveredVifStateListResult |
DiscoveredVifsStub.list(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String hostTransportNodeId,
java.lang.String cursor,
java.lang.String hostSwitchId,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String segmentId,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
DiscoveredVifStateListResult |
DiscoveredVifs.list(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String hostTransportNodeId,
java.lang.String cursor,
java.lang.String hostSwitchId,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String segmentId,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
For the given TransportNode, fetch all the VIF info from VC and return the
corresponding state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoveredVifsStub.list(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String hostTransportNodeId,
java.lang.String cursor,
java.lang.String hostSwitchId,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String segmentId,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<DiscoveredVifStateListResult> asyncCallback) |
void |
DiscoveredVifs.list(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String hostTransportNodeId,
java.lang.String cursor,
java.lang.String hostSwitchId,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String segmentId,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<DiscoveredVifStateListResult> asyncCallback)
For the given TransportNode, fetch all the VIF info from VC and return the
corresponding state.
|
void |
DiscoveredVifsStub.list(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String hostTransportNodeId,
java.lang.String cursor,
java.lang.String hostSwitchId,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String segmentId,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<DiscoveredVifStateListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
DiscoveredVifs.list(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String hostTransportNodeId,
java.lang.String cursor,
java.lang.String hostSwitchId,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String segmentId,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<DiscoveredVifStateListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
For the given TransportNode, fetch all the VIF info from VC and return the
corresponding state.
|
| Modifier and Type | Method and Description |
|---|---|
static DiscoveredVifStateListResult |
DiscoveredVifStateListResult._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 DiscoveredVifStateListResult |
DiscoveredVifStateListResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
DiscoveredVifStateListResult |
DiscoveredVifStateListResult.Builder.build() |