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 RoleWithFeaturesRoles. get(java.lang.String role)Get role informationRoleWithFeaturesRoles. get(java.lang.String role, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get role informationRoleWithFeaturesRolesStub. get(java.lang.String role)RoleWithFeaturesRolesStub. get(java.lang.String role, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)RoleWithFeaturesRoles. 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. RoleWithFeaturesRoles. 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. RoleWithFeaturesRolesStub. update(java.lang.String role, RoleWithFeatures roleWithFeatures)RoleWithFeaturesRolesStub. 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 RoleWithFeaturesRoles. 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. voidRoles. 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. voidRoles. 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. RoleWithFeaturesRoles. 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. RoleWithFeaturesRolesStub. update(java.lang.String role, RoleWithFeatures roleWithFeatures)voidRolesStub. update(java.lang.String role, RoleWithFeatures roleWithFeatures, com.vmware.vapi.bindings.client.AsyncCallback<RoleWithFeatures> asyncCallback)voidRolesStub. update(java.lang.String role, RoleWithFeatures roleWithFeatures, com.vmware.vapi.bindings.client.AsyncCallback<RoleWithFeatures> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)RoleWithFeaturesRolesStub. 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 voidRoles. get(java.lang.String role, com.vmware.vapi.bindings.client.AsyncCallback<RoleWithFeatures> asyncCallback)Get role informationvoidRoles. get(java.lang.String role, com.vmware.vapi.bindings.client.AsyncCallback<RoleWithFeatures> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get role informationvoidRolesStub. get(java.lang.String role, com.vmware.vapi.bindings.client.AsyncCallback<RoleWithFeatures> asyncCallback)voidRolesStub. get(java.lang.String role, com.vmware.vapi.bindings.client.AsyncCallback<RoleWithFeatures> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidRoles. 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. voidRoles. 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. voidRolesStub. update(java.lang.String role, RoleWithFeatures roleWithFeatures, com.vmware.vapi.bindings.client.AsyncCallback<RoleWithFeatures> asyncCallback)voidRolesStub. 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 RoleWithFeaturesRoleWithFeatures. _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 RoleWithFeaturesRoleWithFeatures. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.RoleWithFeaturesRoleWithFeatures.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.BuilderRoleWithFeaturesListResult.Builder. setResults(java.util.List<RoleWithFeatures> results)List resultsvoidRoleWithFeaturesListResult. setResults(java.util.List<RoleWithFeatures> results)List results
-