public interface Roles extends com.vmware.vapi.bindings.Service, RolesTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
NewRole |
clone(java.lang.String role,
NewRole newRole)
The role with id
|
void |
clone(java.lang.String role,
NewRole newRole,
com.vmware.vapi.bindings.client.AsyncCallback<NewRole> asyncCallback)
The role with id
|
void |
clone(java.lang.String role,
NewRole newRole,
com.vmware.vapi.bindings.client.AsyncCallback<NewRole> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
The role with id
|
NewRole |
clone(java.lang.String role,
NewRole newRole,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
The role with id
|
RoleWithFeatures |
update(java.lang.String role,
RoleWithFeatures roleWithFeatures)
Creates a new role with id as
|
void |
update(java.lang.String role,
RoleWithFeatures roleWithFeatures,
com.vmware.vapi.bindings.client.AsyncCallback<RoleWithFeatures> asyncCallback)
Creates a new role with id as
|
void |
update(java.lang.String role,
RoleWithFeatures roleWithFeatures,
com.vmware.vapi.bindings.client.AsyncCallback<RoleWithFeatures> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Creates a new role with id as
|
RoleWithFeatures |
update(java.lang.String role,
RoleWithFeatures roleWithFeatures,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Creates a new role with id as
|
RecommendedFeaturePermissionListResult |
validate(FeaturePermissionArray featurePermissionArray)
Validate the permissions of an incoming role.
|
void |
validate(FeaturePermissionArray featurePermissionArray,
com.vmware.vapi.bindings.client.AsyncCallback<RecommendedFeaturePermissionListResult> asyncCallback)
Validate the permissions of an incoming role.
|
void |
validate(FeaturePermissionArray featurePermissionArray,
com.vmware.vapi.bindings.client.AsyncCallback<RecommendedFeaturePermissionListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Validate the permissions of an incoming role.
|
RecommendedFeaturePermissionListResult |
validate(FeaturePermissionArray featurePermissionArray,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Validate the permissions of an incoming role.
|
NewRole clone(java.lang.String role, NewRole newRole)
Synchronous method overload. Result of the invocation will be reported as a method return value.
role - Role id (required)newRole - (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 FoundNewRole clone(java.lang.String role, NewRole newRole, 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.
role - Role id (required)newRole - (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 Foundvoid clone(java.lang.String role,
NewRole newRole,
com.vmware.vapi.bindings.client.AsyncCallback<NewRole> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.NewRole
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
role - Role id (required)newRole - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void clone(java.lang.String role,
NewRole newRole,
com.vmware.vapi.bindings.client.AsyncCallback<NewRole> 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_policy.model.NewRole
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
role - Role id (required)newRole - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.RoleWithFeatures update(java.lang.String role, RoleWithFeatures roleWithFeatures)
Synchronous method overload. Result of the invocation will be reported as a method return value.
role - Custom role id (required)roleWithFeatures - (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 FoundRoleWithFeatures update(java.lang.String role, RoleWithFeatures roleWithFeatures, 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.
role - Custom role id (required)roleWithFeatures - (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 Foundvoid update(java.lang.String role,
RoleWithFeatures roleWithFeatures,
com.vmware.vapi.bindings.client.AsyncCallback<RoleWithFeatures> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.RoleWithFeatures
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
role - Custom role id (required)roleWithFeatures - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(java.lang.String role,
RoleWithFeatures roleWithFeatures,
com.vmware.vapi.bindings.client.AsyncCallback<RoleWithFeatures> 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_policy.model.RoleWithFeatures
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
role - Custom role id (required)roleWithFeatures - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.RecommendedFeaturePermissionListResult validate(FeaturePermissionArray featurePermissionArray)
Synchronous method overload. Result of the invocation will be reported as a method return value.
featurePermissionArray - (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 FoundRecommendedFeaturePermissionListResult validate(FeaturePermissionArray featurePermissionArray, 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.
featurePermissionArray - (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 Foundvoid validate(FeaturePermissionArray featurePermissionArray, com.vmware.vapi.bindings.client.AsyncCallback<RecommendedFeaturePermissionListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.RecommendedFeaturePermissionListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
featurePermissionArray - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void validate(FeaturePermissionArray featurePermissionArray, com.vmware.vapi.bindings.client.AsyncCallback<RecommendedFeaturePermissionListResult> 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_policy.model.RecommendedFeaturePermissionListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
featurePermissionArray - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.