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 DiscoveredVifStateListResultDiscoveredVifs. 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.DiscoveredVifStateListResultDiscoveredVifs. 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.DiscoveredVifStateListResultDiscoveredVifsStub. 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)DiscoveredVifStateListResultDiscoveredVifsStub. 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 voidDiscoveredVifs. 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.voidDiscoveredVifs. 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.voidDiscoveredVifsStub. 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)voidDiscoveredVifsStub. 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 DiscoveredVifStateListResultDiscoveredVifStateListResult. _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 DiscoveredVifStateListResultDiscoveredVifStateListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.DiscoveredVifStateListResultDiscoveredVifStateListResult.Builder. build()
-