Uses of Class
com.vmware.nsx_policy.model.ServiceSegmentListResult
-
Packages that use ServiceSegmentListResult Package Description com.vmware.nsx_policy.infra.segments com.vmware.nsx_policy.model -
-
Uses of ServiceSegmentListResult in com.vmware.nsx_policy.infra.segments
Methods in com.vmware.nsx_policy.infra.segments that return ServiceSegmentListResult Modifier and Type Method Description ServiceSegmentListResultServiceSegments. list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)Paginated list of all Service SegmentsServiceSegmentListResultServiceSegments. list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Paginated list of all Service SegmentsServiceSegmentListResultServiceSegmentsStub. list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)ServiceSegmentListResultServiceSegmentsStub. list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra.segments with type arguments of type ServiceSegmentListResult Modifier and Type Method Description voidServiceSegments. list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<ServiceSegmentListResult> asyncCallback)Paginated list of all Service SegmentsvoidServiceSegments. list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<ServiceSegmentListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Paginated list of all Service SegmentsvoidServiceSegmentsStub. list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<ServiceSegmentListResult> asyncCallback)voidServiceSegmentsStub. list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<ServiceSegmentListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of ServiceSegmentListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ServiceSegmentListResult Modifier and Type Method Description static ServiceSegmentListResultServiceSegmentListResult. _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 ServiceSegmentListResultServiceSegmentListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ServiceSegmentListResultServiceSegmentListResult.Builder. build()
-