Uses of Class
com.vmware.nsx_policy.model.DiscoveredVifStateListResult
-
Packages that use DiscoveredVifStateListResult Package Description com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes com.vmware.nsx_policy.model -
-
Uses of DiscoveredVifStateListResult in com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes
Methods in com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes that return DiscoveredVifStateListResult Modifier and Type Method Description 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
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.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
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)
Method parameters in com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes with type arguments of type DiscoveredVifStateListResult Modifier and Type Method Description 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
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.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
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)
-
Uses of DiscoveredVifStateListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return DiscoveredVifStateListResult Modifier and Type Method 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()
-