_VAPI_SERVICE_ID
Modifier and Type | Method and Description |
---|---|
MaintenanceWindowGet |
get(java.lang.String org,
java.lang.String reservation)
Deprecated.
|
void |
get(java.lang.String org,
java.lang.String reservation,
AsyncCallback<MaintenanceWindowGet> asyncCallback)
Deprecated.
|
void |
get(java.lang.String org,
java.lang.String reservation,
AsyncCallback<MaintenanceWindowGet> asyncCallback,
InvocationConfig invocationConfig)
Deprecated.
|
MaintenanceWindowGet |
get(java.lang.String org,
java.lang.String reservation,
InvocationConfig invocationConfig)
Deprecated.
|
MaintenanceWindow |
put(java.lang.String org,
java.lang.String reservation,
MaintenanceWindow window)
Deprecated.
|
void |
put(java.lang.String org,
java.lang.String reservation,
MaintenanceWindow window,
AsyncCallback<MaintenanceWindow> asyncCallback)
Deprecated.
|
void |
put(java.lang.String org,
java.lang.String reservation,
MaintenanceWindow window,
AsyncCallback<MaintenanceWindow> asyncCallback,
InvocationConfig invocationConfig)
Deprecated.
|
MaintenanceWindow |
put(java.lang.String org,
java.lang.String reservation,
MaintenanceWindow window,
InvocationConfig invocationConfig)
Deprecated.
|
@Deprecated MaintenanceWindowGet get(java.lang.String org, java.lang.String reservation)
Synchronous method overload. Result of the invocation will be reported as a method return value.
org
- Organization identifier (required)reservation
- Reservation Identifier (required)Unauthenticated
- UnauthorizedUnauthorized
- Access not allowed to the operation for the current user@Deprecated MaintenanceWindowGet get(java.lang.String org, java.lang.String reservation, 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.
org
- Organization identifier (required)reservation
- Reservation Identifier (required)invocationConfig
- Configuration for the method invocation.Unauthenticated
- UnauthorizedUnauthorized
- Access not allowed to the operation for the current user@Deprecated void get(java.lang.String org, java.lang.String reservation, AsyncCallback<MaintenanceWindowGet> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.vmc.model.MaintenanceWindowGet
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Access not allowed to the operation for the current user
org
- Organization identifier (required)reservation
- Reservation Identifier (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.@Deprecated void get(java.lang.String org, java.lang.String reservation, AsyncCallback<MaintenanceWindowGet> asyncCallback, 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.vmc.model.MaintenanceWindowGet
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Access not allowed to the operation for the current user
org
- Organization identifier (required)reservation
- Reservation Identifier (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.@Deprecated MaintenanceWindow put(java.lang.String org, java.lang.String reservation, MaintenanceWindow window)
Synchronous method overload. Result of the invocation will be reported as a method return value.
org
- Organization identifier (required)reservation
- Reservation Identifier (required)window
- Maintenance Window (required)Unauthenticated
- UnauthorizedConcurrentChange
- Conflict with exiting reservationInvalidRequest
- The reservation is not in a state that's valid for updatesUnauthorized
- Access not allowed to the operation for the current user@Deprecated MaintenanceWindow put(java.lang.String org, java.lang.String reservation, MaintenanceWindow window, 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.
org
- Organization identifier (required)reservation
- Reservation Identifier (required)window
- Maintenance Window (required)invocationConfig
- Configuration for the method invocation.Unauthenticated
- UnauthorizedConcurrentChange
- Conflict with exiting reservationInvalidRequest
- The reservation is not in a state that's valid for updatesUnauthorized
- Access not allowed to the operation for the current user@Deprecated void put(java.lang.String org, java.lang.String reservation, MaintenanceWindow window, AsyncCallback<MaintenanceWindow> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.vmc.model.MaintenanceWindow
Operation Errors:
Unauthenticated
- Unauthorized
ConcurrentChange
- Conflict with exiting reservation
InvalidRequest
- The reservation is not in a state that's valid for updates
Unauthorized
- Access not allowed to the operation for the current user
org
- Organization identifier (required)reservation
- Reservation Identifier (required)window
- Maintenance Window (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.@Deprecated void put(java.lang.String org, java.lang.String reservation, MaintenanceWindow window, AsyncCallback<MaintenanceWindow> asyncCallback, 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.vmc.model.MaintenanceWindow
Operation Errors:
Unauthenticated
- Unauthorized
ConcurrentChange
- Conflict with exiting reservation
InvalidRequest
- The reservation is not in a state that's valid for updates
Unauthorized
- Access not allowed to the operation for the current user
org
- Organization identifier (required)reservation
- Reservation Identifier (required)window
- Maintenance Window (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.