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 ServiceSegmentListResult
ServiceSegments. 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 SegmentsServiceSegmentListResult
ServiceSegments. 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 SegmentsServiceSegmentListResult
ServiceSegmentsStub. list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
ServiceSegmentListResult
ServiceSegmentsStub. 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 void
ServiceSegments. 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 Segmentsvoid
ServiceSegments. 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 Segmentsvoid
ServiceSegmentsStub. 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)
void
ServiceSegmentsStub. 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 ServiceSegmentListResult
ServiceSegmentListResult. _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 ServiceSegmentListResult
ServiceSegmentListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ServiceSegmentListResult
ServiceSegmentListResult.Builder. build()
-