Uses of Class
com.vmware.nsx_policy.model.Share
-
Packages that use Share Package Description com.vmware.nsx_policy.infra com.vmware.nsx_policy.model com.vmware.nsx_policy.orgs.projects.infra -
-
Uses of Share in com.vmware.nsx_policy.infra
Methods in com.vmware.nsx_policy.infra that return Share Modifier and Type Method Description ShareShares. get(java.lang.String shareId)Get single instance of a shareShareShares. get(java.lang.String shareId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get single instance of a shareShareSharesStub. get(java.lang.String shareId)ShareSharesStub. get(java.lang.String shareId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ShareShares. update(java.lang.String shareId, Share share)If a Share with the given ID already exists, and the revision is 0, throw errorShareShares. update(java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Share with the given ID already exists, and the revision is 0, throw errorShareSharesStub. update(java.lang.String shareId, Share share)ShareSharesStub. update(java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Methods in com.vmware.nsx_policy.infra with parameters of type Share Modifier and Type Method Description voidShares. patch(java.lang.String shareId, Share share)If a Share with the given ID already exists, update the share entity.voidShares. patch(java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)If a Share with the given ID already exists, update the share entity.voidShares. patch(java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Share with the given ID already exists, update the share entity.voidShares. patch(java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Share with the given ID already exists, update the share entity.voidSharesStub. patch(java.lang.String shareId, Share share)voidSharesStub. patch(java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)voidSharesStub. patch(java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidSharesStub. patch(java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ShareShares. update(java.lang.String shareId, Share share)If a Share with the given ID already exists, and the revision is 0, throw errorvoidShares. update(java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback)If a Share with the given ID already exists, and the revision is 0, throw errorvoidShares. update(java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Share with the given ID already exists, and the revision is 0, throw errorShareShares. update(java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Share with the given ID already exists, and the revision is 0, throw errorShareSharesStub. update(java.lang.String shareId, Share share)voidSharesStub. update(java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback)voidSharesStub. update(java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ShareSharesStub. update(java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra with type arguments of type Share Modifier and Type Method Description voidShares. get(java.lang.String shareId, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback)Get single instance of a sharevoidShares. get(java.lang.String shareId, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get single instance of a sharevoidSharesStub. get(java.lang.String shareId, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback)voidSharesStub. get(java.lang.String shareId, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidShares. update(java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback)If a Share with the given ID already exists, and the revision is 0, throw errorvoidShares. update(java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Share with the given ID already exists, and the revision is 0, throw errorvoidSharesStub. update(java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback)voidSharesStub. update(java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of Share in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return Share Modifier and Type Method Description static ShareShare. _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 ShareShare. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ShareShare.Builder. build()ShareChildShare. getShare()Methods in com.vmware.nsx_policy.model that return types with arguments of type Share Modifier and Type Method Description java.util.List<Share>ShareListResult. getResults()Share list resultsMethods in com.vmware.nsx_policy.model with parameters of type Share Modifier and Type Method Description ChildShare.BuilderChildShare.Builder. setShare(Share share)voidChildShare. setShare(Share share)Method parameters in com.vmware.nsx_policy.model with type arguments of type Share Modifier and Type Method Description ShareListResult.BuilderShareListResult.Builder. setResults(java.util.List<Share> results)Share list resultsvoidShareListResult. setResults(java.util.List<Share> results)Share list results -
Uses of Share in com.vmware.nsx_policy.orgs.projects.infra
Methods in com.vmware.nsx_policy.orgs.projects.infra that return Share Modifier and Type Method Description ShareShares. get(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId)Get single instance of a shareShareShares. get(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get single instance of a shareShareSharesStub. get(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId)ShareSharesStub. get(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ShareShares. update(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share)If a Share with the given ID already exists, and the revision is 0, throw errorShareShares. update(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Share with the given ID already exists, and the revision is 0, throw errorShareSharesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share)ShareSharesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Methods in com.vmware.nsx_policy.orgs.projects.infra with parameters of type Share Modifier and Type Method Description voidShares. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share)If a Share with the given ID already exists, update the share entity.voidShares. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)If a Share with the given ID already exists, update the share entity.voidShares. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Share with the given ID already exists, update the share entity.voidShares. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Share with the given ID already exists, update the share entity.voidSharesStub. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share)voidSharesStub. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)voidSharesStub. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidSharesStub. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ShareShares. update(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share)If a Share with the given ID already exists, and the revision is 0, throw errorvoidShares. update(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback)If a Share with the given ID already exists, and the revision is 0, throw errorvoidShares. update(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Share with the given ID already exists, and the revision is 0, throw errorShareShares. update(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Share with the given ID already exists, and the revision is 0, throw errorShareSharesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share)voidSharesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback)voidSharesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ShareSharesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.orgs.projects.infra with type arguments of type Share Modifier and Type Method Description voidShares. get(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback)Get single instance of a sharevoidShares. get(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get single instance of a sharevoidSharesStub. get(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback)voidSharesStub. get(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidShares. update(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback)If a Share with the given ID already exists, and the revision is 0, throw errorvoidShares. update(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Share with the given ID already exists, and the revision is 0, throw errorvoidSharesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback)voidSharesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String shareId, Share share, com.vmware.vapi.bindings.client.AsyncCallback<Share> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-