Uses of Class
com.vmware.nsx_policy.model.RoleWithFeatures
-
Packages that use RoleWithFeatures Package Description com.vmware.nsx_policy.aaa com.vmware.nsx_policy.model -
-
Uses of RoleWithFeatures in com.vmware.nsx_policy.aaa
Methods in com.vmware.nsx_policy.aaa that return RoleWithFeatures Modifier and Type Method Description RoleWithFeatures
Roles. get(java.lang.String role)
Get role informationRoleWithFeatures
Roles. get(java.lang.String role, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get role informationRoleWithFeatures
RolesStub. get(java.lang.String role)
RoleWithFeatures
RolesStub. get(java.lang.String role, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RoleWithFeatures
Roles. update(java.lang.String role, RoleWithFeatures roleWithFeatures)
Creates a new role with id asif there does not exist any role with id , else updates the existing role. RoleWithFeatures
Roles. update(java.lang.String role, RoleWithFeatures roleWithFeatures, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Creates a new role with id asif there does not exist any role with id , else updates the existing role. RoleWithFeatures
RolesStub. update(java.lang.String role, RoleWithFeatures roleWithFeatures)
RoleWithFeatures
RolesStub. update(java.lang.String role, RoleWithFeatures roleWithFeatures, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Methods in com.vmware.nsx_policy.aaa with parameters of type RoleWithFeatures Modifier and Type Method Description RoleWithFeatures
Roles. update(java.lang.String role, RoleWithFeatures roleWithFeatures)
Creates a new role with id asif there does not exist any role with id , else updates the existing role. void
Roles. update(java.lang.String role, RoleWithFeatures roleWithFeatures, com.vmware.vapi.bindings.client.AsyncCallback<RoleWithFeatures> asyncCallback)
Creates a new role with id asif there does not exist any role with id , else updates the existing role. void
Roles. 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 asif there does not exist any role with id , else updates the existing role. RoleWithFeatures
Roles. update(java.lang.String role, RoleWithFeatures roleWithFeatures, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Creates a new role with id asif there does not exist any role with id , else updates the existing role. RoleWithFeatures
RolesStub. update(java.lang.String role, RoleWithFeatures roleWithFeatures)
void
RolesStub. update(java.lang.String role, RoleWithFeatures roleWithFeatures, com.vmware.vapi.bindings.client.AsyncCallback<RoleWithFeatures> asyncCallback)
void
RolesStub. update(java.lang.String role, RoleWithFeatures roleWithFeatures, com.vmware.vapi.bindings.client.AsyncCallback<RoleWithFeatures> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RoleWithFeatures
RolesStub. update(java.lang.String role, RoleWithFeatures roleWithFeatures, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.aaa with type arguments of type RoleWithFeatures Modifier and Type Method Description void
Roles. get(java.lang.String role, com.vmware.vapi.bindings.client.AsyncCallback<RoleWithFeatures> asyncCallback)
Get role informationvoid
Roles. get(java.lang.String role, com.vmware.vapi.bindings.client.AsyncCallback<RoleWithFeatures> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get role informationvoid
RolesStub. get(java.lang.String role, com.vmware.vapi.bindings.client.AsyncCallback<RoleWithFeatures> asyncCallback)
void
RolesStub. get(java.lang.String role, com.vmware.vapi.bindings.client.AsyncCallback<RoleWithFeatures> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
Roles. update(java.lang.String role, RoleWithFeatures roleWithFeatures, com.vmware.vapi.bindings.client.AsyncCallback<RoleWithFeatures> asyncCallback)
Creates a new role with id asif there does not exist any role with id , else updates the existing role. void
Roles. 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 asif there does not exist any role with id , else updates the existing role. void
RolesStub. update(java.lang.String role, RoleWithFeatures roleWithFeatures, com.vmware.vapi.bindings.client.AsyncCallback<RoleWithFeatures> asyncCallback)
void
RolesStub. update(java.lang.String role, RoleWithFeatures roleWithFeatures, com.vmware.vapi.bindings.client.AsyncCallback<RoleWithFeatures> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of RoleWithFeatures in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return RoleWithFeatures Modifier and Type Method Description static RoleWithFeatures
RoleWithFeatures. _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 RoleWithFeatures
RoleWithFeatures. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.RoleWithFeatures
RoleWithFeatures.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type RoleWithFeatures Modifier and Type Method Description java.util.List<RoleWithFeatures>
RoleWithFeaturesListResult. getResults()
List resultsMethod parameters in com.vmware.nsx_policy.model with type arguments of type RoleWithFeatures Modifier and Type Method Description RoleWithFeaturesListResult.Builder
RoleWithFeaturesListResult.Builder. setResults(java.util.List<RoleWithFeatures> results)
List resultsvoid
RoleWithFeaturesListResult. setResults(java.util.List<RoleWithFeatures> results)
List results
-