public interface Profiles extends com.vmware.vapi.bindings.Service, ProfilesTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
SystemHealthAgentProfile |
create(SystemHealthAgentProfile systemHealthAgentProfile)
Deprecated.
|
void |
create(SystemHealthAgentProfile systemHealthAgentProfile,
com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback)
Deprecated.
|
void |
create(SystemHealthAgentProfile systemHealthAgentProfile,
com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
SystemHealthAgentProfile |
create(SystemHealthAgentProfile systemHealthAgentProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
void |
delete(java.lang.String profileId)
Deprecated.
|
void |
delete(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deprecated.
|
void |
delete(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
void |
delete(java.lang.String profileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
SystemHealthAgentProfile |
get(java.lang.String profileId)
Deprecated.
|
void |
get(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback)
Deprecated.
|
void |
get(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
SystemHealthAgentProfile |
get(java.lang.String profileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
SystemHealthAgentProfileListResult |
list()
Deprecated.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfileListResult> asyncCallback)
Deprecated.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
SystemHealthAgentProfileListResult |
list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
SystemHealthAgentProfile |
update(java.lang.String profileId,
SystemHealthAgentProfile systemHealthAgentProfile)
Deprecated.
|
void |
update(java.lang.String profileId,
SystemHealthAgentProfile systemHealthAgentProfile,
com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback)
Deprecated.
|
void |
update(java.lang.String profileId,
SystemHealthAgentProfile systemHealthAgentProfile,
com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
SystemHealthAgentProfile |
update(java.lang.String profileId,
SystemHealthAgentProfile systemHealthAgentProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
@Deprecated SystemHealthAgentProfile create(SystemHealthAgentProfile systemHealthAgentProfile)
Synchronous method overload. Result of the invocation will be reported as a method return value.
systemHealthAgentProfile - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Found@Deprecated SystemHealthAgentProfile create(SystemHealthAgentProfile systemHealthAgentProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
systemHealthAgentProfile - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Found@Deprecated void create(SystemHealthAgentProfile systemHealthAgentProfile, com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback)
Asynchronous 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
systemHealthAgentProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated void create(SystemHealthAgentProfile systemHealthAgentProfile, com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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
systemHealthAgentProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated void delete(java.lang.String profileId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
profileId - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Found@Deprecated
void delete(java.lang.String profileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
profileId - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Found@Deprecated
void delete(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous 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
profileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void delete(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
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:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
profileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated SystemHealthAgentProfile get(java.lang.String profileId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
profileId - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Found@Deprecated SystemHealthAgentProfile get(java.lang.String profileId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
profileId - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Found@Deprecated
void get(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback)
Asynchronous 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
profileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void get(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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
profileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated SystemHealthAgentProfileListResult list()
Synchronous method overload. Result of the invocation will be reported as a method return value.
com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Found@Deprecated SystemHealthAgentProfileListResult list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Found@Deprecated void list(com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfileListResult> asyncCallback)
Asynchronous 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
asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated void list(com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfileListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated SystemHealthAgentProfile update(java.lang.String profileId, SystemHealthAgentProfile systemHealthAgentProfile)
Synchronous method overload. Result of the invocation will be reported as a method return value.
profileId - (required)systemHealthAgentProfile - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Found@Deprecated SystemHealthAgentProfile update(java.lang.String profileId, SystemHealthAgentProfile systemHealthAgentProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
profileId - (required)systemHealthAgentProfile - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Found@Deprecated
void update(java.lang.String profileId,
SystemHealthAgentProfile systemHealthAgentProfile,
com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback)
Asynchronous 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
profileId - (required)systemHealthAgentProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void update(java.lang.String profileId,
SystemHealthAgentProfile systemHealthAgentProfile,
com.vmware.vapi.bindings.client.AsyncCallback<SystemHealthAgentProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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
profileId - (required)systemHealthAgentProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.