Package | Description |
---|---|
com.vmware.nsx_policy.infra.segments | |
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
ServiceSegmentListResult |
ServiceSegmentsStub.list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy) |
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 Segments
|
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) |
ServiceSegmentListResult |
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 Segments
|
Modifier and Type | Method and Description |
---|---|
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) |
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 Segments
|
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) |
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,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Paginated list of all Service Segments
|
Modifier and Type | Method and 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() |