Uses of Class
com.vmware.nsx_policy.model.NewRole
-
Packages that use NewRole Package Description com.vmware.nsx_policy.aaa com.vmware.nsx_policy.model -
-
Uses of NewRole in com.vmware.nsx_policy.aaa
Methods in com.vmware.nsx_policy.aaa that return NewRole Modifier and Type Method Description NewRole
Roles. clone(java.lang.String role, NewRole newRole)
The role with idis cloned and the new id, name and description are the ones provided in the request body. NewRole
Roles. clone(java.lang.String role, NewRole newRole, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
The role with idis cloned and the new id, name and description are the ones provided in the request body. NewRole
RolesStub. clone(java.lang.String role, NewRole newRole)
NewRole
RolesStub. clone(java.lang.String role, NewRole newRole, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Methods in com.vmware.nsx_policy.aaa with parameters of type NewRole Modifier and Type Method Description NewRole
Roles. clone(java.lang.String role, NewRole newRole)
The role with idis cloned and the new id, name and description are the ones provided in the request body. void
Roles. clone(java.lang.String role, NewRole newRole, com.vmware.vapi.bindings.client.AsyncCallback<NewRole> asyncCallback)
The role with idis cloned and the new id, name and description are the ones provided in the request body. void
Roles. 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 idis cloned and the new id, name and description are the ones provided in the request body. NewRole
Roles. clone(java.lang.String role, NewRole newRole, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
The role with idis cloned and the new id, name and description are the ones provided in the request body. NewRole
RolesStub. clone(java.lang.String role, NewRole newRole)
void
RolesStub. clone(java.lang.String role, NewRole newRole, com.vmware.vapi.bindings.client.AsyncCallback<NewRole> asyncCallback)
void
RolesStub. clone(java.lang.String role, NewRole newRole, com.vmware.vapi.bindings.client.AsyncCallback<NewRole> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NewRole
RolesStub. clone(java.lang.String role, NewRole newRole, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.aaa with type arguments of type NewRole Modifier and Type Method Description void
Roles. clone(java.lang.String role, NewRole newRole, com.vmware.vapi.bindings.client.AsyncCallback<NewRole> asyncCallback)
The role with idis cloned and the new id, name and description are the ones provided in the request body. void
Roles. 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 idis cloned and the new id, name and description are the ones provided in the request body. void
RolesStub. clone(java.lang.String role, NewRole newRole, com.vmware.vapi.bindings.client.AsyncCallback<NewRole> asyncCallback)
void
RolesStub. clone(java.lang.String role, NewRole newRole, com.vmware.vapi.bindings.client.AsyncCallback<NewRole> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of NewRole in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return NewRole Modifier and Type Method Description static NewRole
NewRole. _newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static NewRole
NewRole. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.NewRole
NewRole.Builder. build()
-