Package | Description |
---|---|
com.vmware.appliance |
The
com.vmware.appliance package provides interfaces for managing
vCenter Appliance configuration. |
com.vmware.appliance.infraprofile |
The
com.vmware.appliance.infraprofile package provides interfaces to
manage profile spec for the appliance |
com.vmware.appliance.recovery.backup.job | |
com.vmware.appliance.recovery.reconciliation | |
com.vmware.appliance.vcenter.settings.v1 |
The
com.vmware.appliance.vcenter.settings.v1 package provides interfaces
to manage the ConfigManagement. |
com.vmware.cis |
The
com.vmware.cis package provides VMware common infrastructure
interfaces. |
com.vmware.cis.tagging |
The
com.vmware.cis.tagging component provides methods and classes to
attach metadata, by means of tags, to vSphere objects to make these objects more
sortable and searchable. |
com.vmware.cis.task |
The
com.vmware.cis.task package provides enumeration classes and classes
used for managing tasks. |
com.vmware.esx.settings |
The
com.vmware.esx.settings package provides interfaces to manage ESX
settings. |
com.vmware.snapservice.tasks |
The
com.vmware.snapservice.tasks package provides interfaces to fetch
general information regarding vSAN snapshot service tasks. |
com.vmware.vapi.std |
The
com.vmware.vapi.std package provides standard types that can be used
in the interface specification of any interface. |
com.vmware.vcenter |
The
com.vmware.vcenter package provides interfaces for managing VMware
vSphere environments. |
com.vmware.vcenter.authorization |
The
com.vmware.vcenter.authorization package provides interfaces for
managing authorization. |
com.vmware.vcenter.authorization.vt_containers |
The
com.vmware.vcenter.authorization.vt_containers package provides
interfaces for managing vTContainers. |
com.vmware.vcenter.deployment | |
com.vmware.vcenter.tagging |
The
com.vmware.vcenter.tagging package provides interfaces for managing
tags. |
Modifier and Type | Method and Description |
---|---|
DynamicID |
SubtaskInfo.getTarget()
Identifier of the target created by the operation or an existing one the
operation performed on.
|
DynamicID |
TaskInfo.getTarget()
Identifier of the target created by the operation or an existing one the
operation performed on.
|
Modifier and Type | Method and Description |
---|---|
void |
SubtaskInfo.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
SubtaskInfo.Builder |
SubtaskInfo.Builder.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
void |
TaskInfo.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
TaskInfo.Builder |
TaskInfo.Builder.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
Modifier and Type | Method and Description |
---|---|
DynamicID |
TaskInfo.getTarget()
Identifier of the target created by the operation or an existing one the
operation performed on.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskInfo.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
TaskInfo.Builder |
TaskInfo.Builder.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
Modifier and Type | Method and Description |
---|---|
DynamicID |
DetailsTypes.Info.getTarget()
Identifier of the target created by the operation or an existing one the
operation performed on.
|
Modifier and Type | Method and Description |
---|---|
void |
DetailsTypes.Info.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
DetailsTypes.Info.Builder |
DetailsTypes.Info.Builder.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
Modifier and Type | Method and Description |
---|---|
DynamicID |
JobTypes.Info.getTarget()
Identifier of the target resource the operation modifies.
|
Modifier and Type | Method and Description |
---|---|
void |
JobTypes.Info.setTarget(DynamicID target)
Identifier of the target resource the operation modifies.
|
JobTypes.Info.Builder |
JobTypes.Info.Builder.setTarget(DynamicID target)
Identifier of the target resource the operation modifies.
|
Modifier and Type | Method and Description |
---|---|
DynamicID |
TaskInfo.getTarget()
Identifier of the target created by the operation or an existing one the
operation performed on.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskInfo.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
TaskInfo.Builder |
TaskInfo.Builder.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DynamicID> |
TasksTypes.FilterSpec.getTargets()
Identifiers of the targets the operation for the associated task created or was
performed on (see
CommonInfo.getTarget() ). |
Modifier and Type | Method and Description |
---|---|
void |
TasksTypes.FilterSpec.setTargets(java.util.List<DynamicID> targets)
Identifiers of the targets the operation for the associated task created or was
performed on (see
CommonInfo.getTarget() ). |
TasksTypes.FilterSpec.Builder |
TasksTypes.FilterSpec.Builder.setTargets(java.util.List<DynamicID> targets)
Identifiers of the targets the operation for the associated task created or was
performed on (see
CommonInfo.getTarget() ). |
Modifier and Type | Method and Description |
---|---|
DynamicID |
TagAssociationTypes.ObjectToTags.getObjectId()
The identifier of the object.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DynamicID> |
TagAssociationTypes.TagToObjects.getObjectIds()
The identifiers of the related objects.
|
java.util.List<DynamicID> |
TagAssociation.listAttachedObjects(java.lang.String tagId)
Fetches the
List of attached objects for the given tag. |
java.util.List<DynamicID> |
TagAssociationStub.listAttachedObjects(java.lang.String tagId) |
java.util.List<DynamicID> |
TagAssociation.listAttachedObjects(java.lang.String tagId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Fetches the
List of attached objects for the given tag. |
java.util.List<DynamicID> |
TagAssociationStub.listAttachedObjects(java.lang.String tagId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
java.util.List<DynamicID> |
TagAssociationSyncProvider.listAttachedObjects(java.lang.String tagId,
com.vmware.vapi.bindings.server.InvocationContext invocationContext)
Fetches the
List of attached objects for the given tag. |
Modifier and Type | Method and Description |
---|---|
void |
TagAssociation.attach(java.lang.String tagId,
DynamicID objectId)
Attaches the given tag to the input object.
|
void |
TagAssociationStub.attach(java.lang.String tagId,
DynamicID objectId) |
void |
TagAssociation.attach(java.lang.String tagId,
DynamicID objectId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Attaches the given tag to the input object.
|
void |
TagAssociationStub.attach(java.lang.String tagId,
DynamicID objectId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback) |
void |
TagAssociation.attach(java.lang.String tagId,
DynamicID objectId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attaches the given tag to the input object.
|
void |
TagAssociationStub.attach(java.lang.String tagId,
DynamicID objectId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
TagAssociationProvider.attach(java.lang.String tagId,
DynamicID objectId,
com.vmware.vapi.bindings.server.AsyncContext<java.lang.Void> asyncContext)
Attaches the given tag to the input object.
|
void |
TagAssociation.attach(java.lang.String tagId,
DynamicID objectId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attaches the given tag to the input object.
|
void |
TagAssociationStub.attach(java.lang.String tagId,
DynamicID objectId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
TagAssociationSyncProvider.attach(java.lang.String tagId,
DynamicID objectId,
com.vmware.vapi.bindings.server.InvocationContext invocationContext)
Attaches the given tag to the input object.
|
TagAssociationTypes.BatchResult |
TagAssociation.attachMultipleTagsToObject(DynamicID objectId,
java.util.List<java.lang.String> tagIds)
Attaches the given tags to the input object.
|
TagAssociationTypes.BatchResult |
TagAssociationStub.attachMultipleTagsToObject(DynamicID objectId,
java.util.List<java.lang.String> tagIds) |
void |
TagAssociation.attachMultipleTagsToObject(DynamicID objectId,
java.util.List<java.lang.String> tagIds,
com.vmware.vapi.bindings.client.AsyncCallback<TagAssociationTypes.BatchResult> asyncCallback)
Attaches the given tags to the input object.
|
void |
TagAssociationStub.attachMultipleTagsToObject(DynamicID objectId,
java.util.List<java.lang.String> tagIds,
com.vmware.vapi.bindings.client.AsyncCallback<TagAssociationTypes.BatchResult> asyncCallback) |
void |
TagAssociation.attachMultipleTagsToObject(DynamicID objectId,
java.util.List<java.lang.String> tagIds,
com.vmware.vapi.bindings.client.AsyncCallback<TagAssociationTypes.BatchResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attaches the given tags to the input object.
|
void |
TagAssociationStub.attachMultipleTagsToObject(DynamicID objectId,
java.util.List<java.lang.String> tagIds,
com.vmware.vapi.bindings.client.AsyncCallback<TagAssociationTypes.BatchResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
TagAssociationProvider.attachMultipleTagsToObject(DynamicID objectId,
java.util.List<java.lang.String> tagIds,
com.vmware.vapi.bindings.server.AsyncContext<TagAssociationTypes.BatchResult> asyncContext)
Attaches the given tags to the input object.
|
TagAssociationTypes.BatchResult |
TagAssociation.attachMultipleTagsToObject(DynamicID objectId,
java.util.List<java.lang.String> tagIds,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attaches the given tags to the input object.
|
TagAssociationTypes.BatchResult |
TagAssociationStub.attachMultipleTagsToObject(DynamicID objectId,
java.util.List<java.lang.String> tagIds,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
TagAssociationTypes.BatchResult |
TagAssociationSyncProvider.attachMultipleTagsToObject(DynamicID objectId,
java.util.List<java.lang.String> tagIds,
com.vmware.vapi.bindings.server.InvocationContext invocationContext)
Attaches the given tags to the input object.
|
void |
TagAssociation.detach(java.lang.String tagId,
DynamicID objectId)
Detaches the tag from the given object.
|
void |
TagAssociationStub.detach(java.lang.String tagId,
DynamicID objectId) |
void |
TagAssociation.detach(java.lang.String tagId,
DynamicID objectId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Detaches the tag from the given object.
|
void |
TagAssociationStub.detach(java.lang.String tagId,
DynamicID objectId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback) |
void |
TagAssociation.detach(java.lang.String tagId,
DynamicID objectId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Detaches the tag from the given object.
|
void |
TagAssociationStub.detach(java.lang.String tagId,
DynamicID objectId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
TagAssociationProvider.detach(java.lang.String tagId,
DynamicID objectId,
com.vmware.vapi.bindings.server.AsyncContext<java.lang.Void> asyncContext)
Detaches the tag from the given object.
|
void |
TagAssociation.detach(java.lang.String tagId,
DynamicID objectId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Detaches the tag from the given object.
|
void |
TagAssociationStub.detach(java.lang.String tagId,
DynamicID objectId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
TagAssociationSyncProvider.detach(java.lang.String tagId,
DynamicID objectId,
com.vmware.vapi.bindings.server.InvocationContext invocationContext)
Detaches the tag from the given object.
|
TagAssociationTypes.BatchResult |
TagAssociation.detachMultipleTagsFromObject(DynamicID objectId,
java.util.List<java.lang.String> tagIds)
Detaches the given tags from the input object.
|
TagAssociationTypes.BatchResult |
TagAssociationStub.detachMultipleTagsFromObject(DynamicID objectId,
java.util.List<java.lang.String> tagIds) |
void |
TagAssociation.detachMultipleTagsFromObject(DynamicID objectId,
java.util.List<java.lang.String> tagIds,
com.vmware.vapi.bindings.client.AsyncCallback<TagAssociationTypes.BatchResult> asyncCallback)
Detaches the given tags from the input object.
|
void |
TagAssociationStub.detachMultipleTagsFromObject(DynamicID objectId,
java.util.List<java.lang.String> tagIds,
com.vmware.vapi.bindings.client.AsyncCallback<TagAssociationTypes.BatchResult> asyncCallback) |
void |
TagAssociation.detachMultipleTagsFromObject(DynamicID objectId,
java.util.List<java.lang.String> tagIds,
com.vmware.vapi.bindings.client.AsyncCallback<TagAssociationTypes.BatchResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Detaches the given tags from the input object.
|
void |
TagAssociationStub.detachMultipleTagsFromObject(DynamicID objectId,
java.util.List<java.lang.String> tagIds,
com.vmware.vapi.bindings.client.AsyncCallback<TagAssociationTypes.BatchResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
TagAssociationProvider.detachMultipleTagsFromObject(DynamicID objectId,
java.util.List<java.lang.String> tagIds,
com.vmware.vapi.bindings.server.AsyncContext<TagAssociationTypes.BatchResult> asyncContext)
Detaches the given tags from the input object.
|
TagAssociationTypes.BatchResult |
TagAssociation.detachMultipleTagsFromObject(DynamicID objectId,
java.util.List<java.lang.String> tagIds,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Detaches the given tags from the input object.
|
TagAssociationTypes.BatchResult |
TagAssociationStub.detachMultipleTagsFromObject(DynamicID objectId,
java.util.List<java.lang.String> tagIds,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
TagAssociationTypes.BatchResult |
TagAssociationSyncProvider.detachMultipleTagsFromObject(DynamicID objectId,
java.util.List<java.lang.String> tagIds,
com.vmware.vapi.bindings.server.InvocationContext invocationContext)
Detaches the given tags from the input object.
|
java.util.List<java.lang.String> |
TagAssociation.listAttachableTags(DynamicID objectId)
Fetches the
List of attachable tags for the given object,
omitting the tags that have already been attached. |
java.util.List<java.lang.String> |
TagAssociationStub.listAttachableTags(DynamicID objectId) |
void |
TagAssociation.listAttachableTags(DynamicID objectId,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<java.lang.String>> asyncCallback)
Fetches the
List of attachable tags for the given object,
omitting the tags that have already been attached. |
void |
TagAssociationStub.listAttachableTags(DynamicID objectId,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<java.lang.String>> asyncCallback) |
void |
TagAssociation.listAttachableTags(DynamicID objectId,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<java.lang.String>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Fetches the
List of attachable tags for the given object,
omitting the tags that have already been attached. |
void |
TagAssociationStub.listAttachableTags(DynamicID objectId,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<java.lang.String>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
TagAssociationProvider.listAttachableTags(DynamicID objectId,
com.vmware.vapi.bindings.server.AsyncContext<java.util.List<java.lang.String>> asyncContext)
Fetches the
List of attachable tags for the given object,
omitting the tags that have already been attached. |
java.util.List<java.lang.String> |
TagAssociation.listAttachableTags(DynamicID objectId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Fetches the
List of attachable tags for the given object,
omitting the tags that have already been attached. |
java.util.List<java.lang.String> |
TagAssociationStub.listAttachableTags(DynamicID objectId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
java.util.List<java.lang.String> |
TagAssociationSyncProvider.listAttachableTags(DynamicID objectId,
com.vmware.vapi.bindings.server.InvocationContext invocationContext)
Fetches the
List of attachable tags for the given object,
omitting the tags that have already been attached. |
java.util.List<java.lang.String> |
TagAssociation.listAttachedTags(DynamicID objectId)
Fetches the
List of tags attached to the given object. |
java.util.List<java.lang.String> |
TagAssociationStub.listAttachedTags(DynamicID objectId) |
void |
TagAssociation.listAttachedTags(DynamicID objectId,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<java.lang.String>> asyncCallback)
Fetches the
List of tags attached to the given object. |
void |
TagAssociationStub.listAttachedTags(DynamicID objectId,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<java.lang.String>> asyncCallback) |
void |
TagAssociation.listAttachedTags(DynamicID objectId,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<java.lang.String>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Fetches the
List of tags attached to the given object. |
void |
TagAssociationStub.listAttachedTags(DynamicID objectId,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<java.lang.String>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
TagAssociationProvider.listAttachedTags(DynamicID objectId,
com.vmware.vapi.bindings.server.AsyncContext<java.util.List<java.lang.String>> asyncContext)
Fetches the
List of tags attached to the given object. |
java.util.List<java.lang.String> |
TagAssociation.listAttachedTags(DynamicID objectId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Fetches the
List of tags attached to the given object. |
java.util.List<java.lang.String> |
TagAssociationStub.listAttachedTags(DynamicID objectId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
java.util.List<java.lang.String> |
TagAssociationSyncProvider.listAttachedTags(DynamicID objectId,
com.vmware.vapi.bindings.server.InvocationContext invocationContext)
Fetches the
List of tags attached to the given object. |
void |
TagAssociationTypes.ObjectToTags.setObjectId(DynamicID objectId)
The identifier of the object.
|
Modifier and Type | Method and Description |
---|---|
TagAssociationTypes.BatchResult |
TagAssociation.attachTagToMultipleObjects(java.lang.String tagId,
java.util.List<DynamicID> objectIds)
Attaches the given tag to the input objects.
|
TagAssociationTypes.BatchResult |
TagAssociationStub.attachTagToMultipleObjects(java.lang.String tagId,
java.util.List<DynamicID> objectIds) |
void |
TagAssociation.attachTagToMultipleObjects(java.lang.String tagId,
java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.client.AsyncCallback<TagAssociationTypes.BatchResult> asyncCallback)
Attaches the given tag to the input objects.
|
void |
TagAssociationStub.attachTagToMultipleObjects(java.lang.String tagId,
java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.client.AsyncCallback<TagAssociationTypes.BatchResult> asyncCallback) |
void |
TagAssociation.attachTagToMultipleObjects(java.lang.String tagId,
java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.client.AsyncCallback<TagAssociationTypes.BatchResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attaches the given tag to the input objects.
|
void |
TagAssociationStub.attachTagToMultipleObjects(java.lang.String tagId,
java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.client.AsyncCallback<TagAssociationTypes.BatchResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
TagAssociationProvider.attachTagToMultipleObjects(java.lang.String tagId,
java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.server.AsyncContext<TagAssociationTypes.BatchResult> asyncContext)
Attaches the given tag to the input objects.
|
TagAssociationTypes.BatchResult |
TagAssociation.attachTagToMultipleObjects(java.lang.String tagId,
java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attaches the given tag to the input objects.
|
TagAssociationTypes.BatchResult |
TagAssociationStub.attachTagToMultipleObjects(java.lang.String tagId,
java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
TagAssociationTypes.BatchResult |
TagAssociationSyncProvider.attachTagToMultipleObjects(java.lang.String tagId,
java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.server.InvocationContext invocationContext)
Attaches the given tag to the input objects.
|
TagAssociationTypes.BatchResult |
TagAssociation.detachTagFromMultipleObjects(java.lang.String tagId,
java.util.List<DynamicID> objectIds)
Detaches the given tag from the input objects.
|
TagAssociationTypes.BatchResult |
TagAssociationStub.detachTagFromMultipleObjects(java.lang.String tagId,
java.util.List<DynamicID> objectIds) |
void |
TagAssociation.detachTagFromMultipleObjects(java.lang.String tagId,
java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.client.AsyncCallback<TagAssociationTypes.BatchResult> asyncCallback)
Detaches the given tag from the input objects.
|
void |
TagAssociationStub.detachTagFromMultipleObjects(java.lang.String tagId,
java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.client.AsyncCallback<TagAssociationTypes.BatchResult> asyncCallback) |
void |
TagAssociation.detachTagFromMultipleObjects(java.lang.String tagId,
java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.client.AsyncCallback<TagAssociationTypes.BatchResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Detaches the given tag from the input objects.
|
void |
TagAssociationStub.detachTagFromMultipleObjects(java.lang.String tagId,
java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.client.AsyncCallback<TagAssociationTypes.BatchResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
TagAssociationProvider.detachTagFromMultipleObjects(java.lang.String tagId,
java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.server.AsyncContext<TagAssociationTypes.BatchResult> asyncContext)
Detaches the given tag from the input objects.
|
TagAssociationTypes.BatchResult |
TagAssociation.detachTagFromMultipleObjects(java.lang.String tagId,
java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Detaches the given tag from the input objects.
|
TagAssociationTypes.BatchResult |
TagAssociationStub.detachTagFromMultipleObjects(java.lang.String tagId,
java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
TagAssociationTypes.BatchResult |
TagAssociationSyncProvider.detachTagFromMultipleObjects(java.lang.String tagId,
java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.server.InvocationContext invocationContext)
Detaches the given tag from the input objects.
|
void |
TagAssociation.listAttachedObjects(java.lang.String tagId,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<DynamicID>> asyncCallback)
Fetches the
List of attached objects for the given tag. |
void |
TagAssociationStub.listAttachedObjects(java.lang.String tagId,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<DynamicID>> asyncCallback) |
void |
TagAssociation.listAttachedObjects(java.lang.String tagId,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<DynamicID>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Fetches the
List of attached objects for the given tag. |
void |
TagAssociationStub.listAttachedObjects(java.lang.String tagId,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<DynamicID>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
TagAssociationProvider.listAttachedObjects(java.lang.String tagId,
com.vmware.vapi.bindings.server.AsyncContext<java.util.List<DynamicID>> asyncContext)
Fetches the
List of attached objects for the given tag. |
java.util.List<TagAssociationTypes.ObjectToTags> |
TagAssociation.listAttachedTagsOnObjects(java.util.List<DynamicID> objectIds)
Fetches the
List of TagAssociationTypes.ObjectToTags describing the input
object identifiers and the tags attached to each object. |
java.util.List<TagAssociationTypes.ObjectToTags> |
TagAssociationStub.listAttachedTagsOnObjects(java.util.List<DynamicID> objectIds) |
void |
TagAssociation.listAttachedTagsOnObjects(java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<TagAssociationTypes.ObjectToTags>> asyncCallback)
Fetches the
List of TagAssociationTypes.ObjectToTags describing the input
object identifiers and the tags attached to each object. |
void |
TagAssociationStub.listAttachedTagsOnObjects(java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<TagAssociationTypes.ObjectToTags>> asyncCallback) |
void |
TagAssociation.listAttachedTagsOnObjects(java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<TagAssociationTypes.ObjectToTags>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Fetches the
List of TagAssociationTypes.ObjectToTags describing the input
object identifiers and the tags attached to each object. |
void |
TagAssociationStub.listAttachedTagsOnObjects(java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<TagAssociationTypes.ObjectToTags>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
TagAssociationProvider.listAttachedTagsOnObjects(java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.server.AsyncContext<java.util.List<TagAssociationTypes.ObjectToTags>> asyncContext)
Fetches the
List of TagAssociationTypes.ObjectToTags describing the input
object identifiers and the tags attached to each object. |
java.util.List<TagAssociationTypes.ObjectToTags> |
TagAssociation.listAttachedTagsOnObjects(java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Fetches the
List of TagAssociationTypes.ObjectToTags describing the input
object identifiers and the tags attached to each object. |
java.util.List<TagAssociationTypes.ObjectToTags> |
TagAssociationStub.listAttachedTagsOnObjects(java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
java.util.List<TagAssociationTypes.ObjectToTags> |
TagAssociationSyncProvider.listAttachedTagsOnObjects(java.util.List<DynamicID> objectIds,
com.vmware.vapi.bindings.server.InvocationContext invocationContext)
Fetches the
List of TagAssociationTypes.ObjectToTags describing the input
object identifiers and the tags attached to each object. |
void |
TagAssociationTypes.TagToObjects.setObjectIds(java.util.List<DynamicID> objectIds)
The identifiers of the related objects.
|
Constructor and Description |
---|
Builder(DynamicID objectId,
java.util.List<java.lang.String> tagIds)
Constructor with parameters for the required properties of
TagAssociationTypes.ObjectToTags . |
Constructor and Description |
---|
Builder(java.lang.String tagId,
java.util.List<DynamicID> objectIds)
Constructor with parameters for the required properties of
TagAssociationTypes.TagToObjects . |
Modifier and Type | Method and Description |
---|---|
DynamicID |
CommonInfo.getTarget()
Identifier of the target created by the operation or an existing one the
operation performed on.
|
DynamicID |
Info.getTarget()
Identifier of the target created by the operation or an existing one the
operation performed on.
|
Modifier and Type | Method and Description |
---|---|
void |
CommonInfo.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
CommonInfo.Builder |
CommonInfo.Builder.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
void |
Info.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
Info.Builder |
Info.Builder.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
Modifier and Type | Method and Description |
---|---|
DynamicID |
TaskInfo.getTarget()
Identifier of the target created by the operation or an existing one the
operation performed on.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskInfo.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
TaskInfo.Builder |
TaskInfo.Builder.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
Modifier and Type | Method and Description |
---|---|
DynamicID |
CommonInfo.getTarget()
Identifier of the target created by the operation or an existing one the
operation performed on.
|
DynamicID |
Info.getTarget()
Identifier of the target created by the operation or an existing one the
operation performed on.
|
Modifier and Type | Method and Description |
---|---|
void |
CommonInfo.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
CommonInfo.Builder |
CommonInfo.Builder.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
void |
Info.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
Info.Builder |
Info.Builder.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
Modifier and Type | Method and Description |
---|---|
static DynamicID |
DynamicID._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 DynamicID |
DynamicID._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
DynamicID |
DynamicID.Builder.build() |
Modifier and Type | Method and Description |
---|---|
DynamicID |
DeploymentTypes.Task.getTarget()
Identifier of the target created by the operation or an existing one the
operation performed on.
|
DynamicID |
DeploymentTypes.Info.getTarget()
Identifier of the target created by the operation or an existing one the
operation performed on.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentTypes.Task.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
DeploymentTypes.Task.Builder |
DeploymentTypes.Task.Builder.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
void |
DeploymentTypes.Info.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
DeploymentTypes.Info.Builder |
DeploymentTypes.Info.Builder.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
Modifier and Type | Method and Description |
---|---|
DynamicID |
PrivilegeChecksTypes.Info.getObject()
Object for which the privilege was checked.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DynamicID> |
PrivilegeChecksTypes.FilterSpec.getObjects()
IDs of the objects on which the privilege check was performed.
|
Modifier and Type | Method and Description |
---|---|
void |
PrivilegeChecksTypes.Info.setObject(DynamicID object)
Object for which the privilege was checked.
|
Modifier and Type | Method and Description |
---|---|
void |
PrivilegeChecksTypes.FilterSpec.setObjects(java.util.List<DynamicID> objects)
IDs of the objects on which the privilege check was performed.
|
PrivilegeChecksTypes.FilterSpec.Builder |
PrivilegeChecksTypes.FilterSpec.Builder.setObjects(java.util.List<DynamicID> objects)
IDs of the objects on which the privilege check was performed.
|
Constructor and Description |
---|
Builder(DynamicID object,
java.lang.String privilege)
Constructor with parameters for the required properties of
PrivilegeChecksTypes.Info . |
Modifier and Type | Method and Description |
---|---|
DynamicID |
MappingsTypes.Info.getObject()
Identifier of the containerized object.
|
DynamicID |
MappingsTypes.CreateSpec.getObject()
Identifier of the object that will be containerized.
|
Modifier and Type | Method and Description |
---|---|
void |
MappingsTypes.Info.setObject(DynamicID object)
Identifier of the containerized object.
|
void |
MappingsTypes.CreateSpec.setObject(DynamicID object)
Identifier of the object that will be containerized.
|
Constructor and Description |
---|
Builder(java.lang.String vtcontainer,
DynamicID object)
Constructor with parameters for the required properties of
MappingsTypes.Info . |
Builder(java.lang.String vtcontainer,
DynamicID object)
Constructor with parameters for the required properties of
MappingsTypes.CreateSpec . |
Modifier and Type | Method and Description |
---|---|
DynamicID |
ImportHistoryTypes.Info.getTarget()
Identifier of the target created by the operation or an existing one the
operation performed on.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportHistoryTypes.Info.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
ImportHistoryTypes.Info.Builder |
ImportHistoryTypes.Info.Builder.setTarget(DynamicID target)
Identifier of the target created by the operation or an existing one the
operation performed on.
|
Modifier and Type | Method and Description |
---|---|
DynamicID |
AssociationsTypes.Summary.getObject()
The identifier of an associated object.
|
Modifier and Type | Method and Description |
---|---|
void |
AssociationsTypes.Summary.setObject(DynamicID object)
The identifier of an associated object.
|
Constructor and Description |
---|
Builder(java.lang.String tag,
DynamicID object)
Constructor with parameters for the required properties of
AssociationsTypes.Summary . |