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 UserInfo
UserInfo. 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.UserInfo
UserInfo. 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.UserInfo
UserInfoStub. get(java.lang.Boolean provideFlatListing, java.lang.String rootPath)
UserInfo
UserInfoStub. 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 void
UserInfo. 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.void
UserInfo. 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.void
UserInfoStub. get(java.lang.Boolean provideFlatListing, java.lang.String rootPath, com.vmware.vapi.bindings.client.AsyncCallback<UserInfo> asyncCallback)
void
UserInfoStub. 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 UserInfo
UserInfo. _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 UserInfo
UserInfo. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.UserInfo
UserInfo.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 UserInfo
UserInfo. 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.UserInfo
UserInfo. 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.UserInfo
UserInfoStub. get(java.lang.String orgId, java.lang.String projectId)
UserInfo
UserInfoStub. 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 void
UserInfo. 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.void
UserInfo. 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.void
UserInfoStub. get(java.lang.String orgId, java.lang.String projectId, com.vmware.vapi.bindings.client.AsyncCallback<UserInfo> asyncCallback)
void
UserInfoStub. 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 UserInfo
UserInfo. 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.UserInfo
UserInfo. 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.UserInfo
UserInfoStub. get(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId)
UserInfo
UserInfoStub. 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 void
UserInfo. 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.void
UserInfo. 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.void
UserInfoStub. get(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, com.vmware.vapi.bindings.client.AsyncCallback<UserInfo> asyncCallback)
void
UserInfoStub. 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)
-