public class ProfilesStub extends com.vmware.vapi.internal.bindings.Stub implements Profiles
Profiles
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
ProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
ProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
SystemHealthAgentProfile |
create(SystemHealthAgentProfile systemHealthAgentProfile)
Create a system health profile.
|
void |
create(SystemHealthAgentProfile systemHealthAgentProfile,
com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback)
Create a system health profile.
|
void |
create(SystemHealthAgentProfile systemHealthAgentProfile,
com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a system health profile.
|
SystemHealthAgentProfile |
create(SystemHealthAgentProfile systemHealthAgentProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a system health profile.
|
void |
delete(java.lang.String profileId)
Delete an existing system health profile by ID.
|
void |
delete(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete an existing system health profile by ID.
|
void |
delete(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete an existing system health profile by ID.
|
void |
delete(java.lang.String profileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete an existing system health profile by ID.
|
SystemHealthAgentProfile |
get(java.lang.String profileId)
Show the details of a system health profile.
|
void |
get(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback)
Show the details of a system health profile.
|
void |
get(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Show the details of a system health profile.
|
SystemHealthAgentProfile |
get(java.lang.String profileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Show the details of a system health profile.
|
SystemHealthAgentProfileListResult |
list()
List all system health profiles.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfileListResult> asyncCallback)
List all system health profiles.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all system health profiles.
|
SystemHealthAgentProfileListResult |
list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all system health profiles.
|
SystemHealthAgentProfile |
update(java.lang.String profileId,
SystemHealthAgentProfile systemHealthAgentProfile)
Update a system health profile definition.
|
void |
update(java.lang.String profileId,
SystemHealthAgentProfile systemHealthAgentProfile,
com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback)
Update a system health profile definition.
|
void |
update(java.lang.String profileId,
SystemHealthAgentProfile systemHealthAgentProfile,
com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update a system health profile definition.
|
SystemHealthAgentProfile |
update(java.lang.String profileId,
SystemHealthAgentProfile systemHealthAgentProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update a system health profile definition.
|
public ProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public SystemHealthAgentProfile create(SystemHealthAgentProfile systemHealthAgentProfile)
ProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
public SystemHealthAgentProfile create(SystemHealthAgentProfile systemHealthAgentProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ProfilesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void create(SystemHealthAgentProfile systemHealthAgentProfile, com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback)
ProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.SystemHealthAgentProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void create(SystemHealthAgentProfile systemHealthAgentProfile, com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.SystemHealthAgentProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void delete(java.lang.String profileId)
ProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
public void delete(java.lang.String profileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ProfilesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void delete(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
ProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void delete(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public SystemHealthAgentProfile get(java.lang.String profileId)
ProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
public SystemHealthAgentProfile get(java.lang.String profileId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ProfilesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void get(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback)
ProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.SystemHealthAgentProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void get(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.SystemHealthAgentProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public SystemHealthAgentProfileListResult list()
ProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
public SystemHealthAgentProfileListResult list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ProfilesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void list(com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfileListResult> asyncCallback)
ProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.SystemHealthAgentProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void list(com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfileListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.SystemHealthAgentProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public SystemHealthAgentProfile update(java.lang.String profileId, SystemHealthAgentProfile systemHealthAgentProfile)
ProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
public SystemHealthAgentProfile update(java.lang.String profileId, SystemHealthAgentProfile systemHealthAgentProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ProfilesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void update(java.lang.String profileId,
SystemHealthAgentProfile systemHealthAgentProfile,
com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback)
ProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.SystemHealthAgentProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void update(java.lang.String profileId,
SystemHealthAgentProfile systemHealthAgentProfile,
com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.SystemHealthAgentProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found