Uses of Class
com.vmware.nsx_policy.model.UserInfo
-
Packages that use UserInfo Package Description com.vmware.nsx_policy.aaa com.vmware.nsx_policy.model com.vmware.nsx_policy.orgs.projects.aaa com.vmware.nsx_policy.orgs.projects.vpcs.aaa -
-
Uses of UserInfo in com.vmware.nsx_policy.aaa
Methods in com.vmware.nsx_policy.aaa that return UserInfo Modifier and Type Method Description UserInfoUserInfo. get(java.lang.Boolean provideFlatListing, java.lang.String rootPath)This API will return the name and role information of the user invoking this API request.UserInfoUserInfo. get(java.lang.Boolean provideFlatListing, java.lang.String rootPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)This API will return the name and role information of the user invoking this API request.UserInfoUserInfoStub. get(java.lang.Boolean provideFlatListing, java.lang.String rootPath)UserInfoUserInfoStub. get(java.lang.Boolean provideFlatListing, java.lang.String rootPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.aaa with type arguments of type UserInfo Modifier and Type Method Description voidUserInfo. get(java.lang.Boolean provideFlatListing, java.lang.String rootPath, com.vmware.vapi.bindings.client.AsyncCallback<UserInfo> asyncCallback)This API will return the name and role information of the user invoking this API request.voidUserInfo. get(java.lang.Boolean provideFlatListing, java.lang.String rootPath, com.vmware.vapi.bindings.client.AsyncCallback<UserInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)This API will return the name and role information of the user invoking this API request.voidUserInfoStub. get(java.lang.Boolean provideFlatListing, java.lang.String rootPath, com.vmware.vapi.bindings.client.AsyncCallback<UserInfo> asyncCallback)voidUserInfoStub. get(java.lang.Boolean provideFlatListing, java.lang.String rootPath, com.vmware.vapi.bindings.client.AsyncCallback<UserInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of UserInfo in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return UserInfo Modifier and Type Method Description static UserInfoUserInfo. _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 UserInfoUserInfo. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.UserInfoUserInfo.Builder. build() -
Uses of UserInfo in com.vmware.nsx_policy.orgs.projects.aaa
Methods in com.vmware.nsx_policy.orgs.projects.aaa that return UserInfo Modifier and Type Method Description UserInfoUserInfo. get(java.lang.String orgId, java.lang.String projectId)This API will return the name and role information of the user invoking this API request on the particular project.UserInfoUserInfo. get(java.lang.String orgId, java.lang.String projectId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)This API will return the name and role information of the user invoking this API request on the particular project.UserInfoUserInfoStub. get(java.lang.String orgId, java.lang.String projectId)UserInfoUserInfoStub. get(java.lang.String orgId, java.lang.String projectId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.orgs.projects.aaa with type arguments of type UserInfo Modifier and Type Method Description voidUserInfo. get(java.lang.String orgId, java.lang.String projectId, com.vmware.vapi.bindings.client.AsyncCallback<UserInfo> asyncCallback)This API will return the name and role information of the user invoking this API request on the particular project.voidUserInfo. get(java.lang.String orgId, java.lang.String projectId, com.vmware.vapi.bindings.client.AsyncCallback<UserInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)This API will return the name and role information of the user invoking this API request on the particular project.voidUserInfoStub. get(java.lang.String orgId, java.lang.String projectId, com.vmware.vapi.bindings.client.AsyncCallback<UserInfo> asyncCallback)voidUserInfoStub. get(java.lang.String orgId, java.lang.String projectId, com.vmware.vapi.bindings.client.AsyncCallback<UserInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of UserInfo in com.vmware.nsx_policy.orgs.projects.vpcs.aaa
Methods in com.vmware.nsx_policy.orgs.projects.vpcs.aaa that return UserInfo Modifier and Type Method Description UserInfoUserInfo. get(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId)This API will return the name and role information of the user invoking this API request on the particular project.UserInfoUserInfo. get(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)This API will return the name and role information of the user invoking this API request on the particular project.UserInfoUserInfoStub. get(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId)UserInfoUserInfoStub. get(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.orgs.projects.vpcs.aaa with type arguments of type UserInfo Modifier and Type Method Description voidUserInfo. get(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, com.vmware.vapi.bindings.client.AsyncCallback<UserInfo> asyncCallback)This API will return the name and role information of the user invoking this API request on the particular project.voidUserInfo. get(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, com.vmware.vapi.bindings.client.AsyncCallback<UserInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)This API will return the name and role information of the user invoking this API request on the particular project.voidUserInfoStub. get(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, com.vmware.vapi.bindings.client.AsyncCallback<UserInfo> asyncCallback)voidUserInfoStub. get(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, com.vmware.vapi.bindings.client.AsyncCallback<UserInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-