public class VrSiteIssuesStub extends com.vmware.vapi.internal.bindings.Stub implements VrSiteIssues
VrSiteIssues
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
VrSiteIssuesStub(ApiProvider apiProvider,
StubConfigurationBase config) |
VrSiteIssuesStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
java.util.List<HmsSiteIssueInfo> |
get(java.lang.String org,
java.lang.String sddc)
Query VR site issues
|
void |
get(java.lang.String org,
java.lang.String sddc,
AsyncCallback<java.util.List<HmsSiteIssueInfo>> asyncCallback)
Query VR site issues
|
void |
get(java.lang.String org,
java.lang.String sddc,
AsyncCallback<java.util.List<HmsSiteIssueInfo>> asyncCallback,
InvocationConfig invocationConfig)
Query VR site issues
|
java.util.List<HmsSiteIssueInfo> |
get(java.lang.String org,
java.lang.String sddc,
InvocationConfig invocationConfig)
Query VR site issues
|
public VrSiteIssuesStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public VrSiteIssuesStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.util.List<HmsSiteIssueInfo> get(java.lang.String org, java.lang.String sddc)
VrSiteIssues
Synchronous method overload. Result of the invocation will be reported as a method return value.
get
in interface VrSiteIssues
org
- Organization identifier (required)sddc
- sddc identifier (required)public java.util.List<HmsSiteIssueInfo> get(java.lang.String org, java.lang.String sddc, InvocationConfig invocationConfig)
VrSiteIssues
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
get
in interface VrSiteIssues
org
- Organization identifier (required)sddc
- sddc identifier (required)invocationConfig
- Configuration for the method invocation.public void get(java.lang.String org, java.lang.String sddc, AsyncCallback<java.util.List<HmsSiteIssueInfo>> asyncCallback)
VrSiteIssues
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
NotFound
- Not found
get
in interface VrSiteIssues
org
- Organization identifier (required)sddc
- sddc identifier (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String org, java.lang.String sddc, AsyncCallback<java.util.List<HmsSiteIssueInfo>> asyncCallback, InvocationConfig invocationConfig)
VrSiteIssues
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
NotFound
- Not found
get
in interface VrSiteIssues
org
- Organization identifier (required)sddc
- sddc identifier (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.