VMware vSphere Automation SDK for .NET 6.5.0
vmware::cis::tagging::TagAssociationStub Class Reference

Remote stub implementation of the TagAssociation API service. More...

Inherits vmware::cis::tagging::TagAssociation.

List of all members.

Public Member Functions

 TagAssociationStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
void Attach (string tagId, vmware.vapi.std.DynamicID objectId)
 Attaches the given tag to the input object.
void Attach (string tagId, vmware.vapi.std.DynamicID objectId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Attaches the given tag to the input object.
global::System.Threading.Tasks.Task AttachAsync (string tagId, vmware.vapi.std.DynamicID objectId)
 Attaches the given tag to the input object.
global::System.Threading.Tasks.Task AttachAsync (string tagId, vmware.vapi.std.DynamicID objectId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Attaches the given tag to the input object.
vmware.cis.tagging.TagAssociationTypes.BatchResult AttachMultipleTagsToObject (vmware.vapi.std.DynamicID objectId, global::System.Collections.Generic.List< string > tagIds)
 Attaches the given tags to the input object.
vmware.cis.tagging.TagAssociationTypes.BatchResult AttachMultipleTagsToObject (vmware.vapi.std.DynamicID objectId, global::System.Collections.Generic.List< string > tagIds, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Attaches the given tags to the input object.
global::System.Threading.Tasks.Task
< vmware.cis.tagging.TagAssociationTypes.BatchResult
AttachMultipleTagsToObjectAsync (vmware.vapi.std.DynamicID objectId, global::System.Collections.Generic.List< string > tagIds)
 Attaches the given tags to the input object.
global::System.Threading.Tasks.Task
< vmware.cis.tagging.TagAssociationTypes.BatchResult
AttachMultipleTagsToObjectAsync (vmware.vapi.std.DynamicID objectId, global::System.Collections.Generic.List< string > tagIds, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Attaches the given tags to the input object.
vmware.cis.tagging.TagAssociationTypes.BatchResult AttachTagToMultipleObjects (string tagId, global::System.Collections.Generic.List< vmware.vapi.std.DynamicID > objectIds)
 Attaches the given tag to the input objects.
vmware.cis.tagging.TagAssociationTypes.BatchResult AttachTagToMultipleObjects (string tagId, global::System.Collections.Generic.List< vmware.vapi.std.DynamicID > objectIds, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Attaches the given tag to the input objects.
global::System.Threading.Tasks.Task
< vmware.cis.tagging.TagAssociationTypes.BatchResult
AttachTagToMultipleObjectsAsync (string tagId, global::System.Collections.Generic.List< vmware.vapi.std.DynamicID > objectIds)
 Attaches the given tag to the input objects.
global::System.Threading.Tasks.Task
< vmware.cis.tagging.TagAssociationTypes.BatchResult
AttachTagToMultipleObjectsAsync (string tagId, global::System.Collections.Generic.List< vmware.vapi.std.DynamicID > objectIds, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Attaches the given tag to the input objects.
void Detach (string tagId, vmware.vapi.std.DynamicID objectId)
 Detaches the tag from the given object.
void Detach (string tagId, vmware.vapi.std.DynamicID objectId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Detaches the tag from the given object.
global::System.Threading.Tasks.Task DetachAsync (string tagId, vmware.vapi.std.DynamicID objectId)
 Detaches the tag from the given object.
global::System.Threading.Tasks.Task DetachAsync (string tagId, vmware.vapi.std.DynamicID objectId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Detaches the tag from the given object.
vmware.cis.tagging.TagAssociationTypes.BatchResult DetachMultipleTagsFromObject (vmware.vapi.std.DynamicID objectId, global::System.Collections.Generic.List< string > tagIds)
 Detaches the given tags from the input object.
vmware.cis.tagging.TagAssociationTypes.BatchResult DetachMultipleTagsFromObject (vmware.vapi.std.DynamicID objectId, global::System.Collections.Generic.List< string > tagIds, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Detaches the given tags from the input object.
global::System.Threading.Tasks.Task
< vmware.cis.tagging.TagAssociationTypes.BatchResult
DetachMultipleTagsFromObjectAsync (vmware.vapi.std.DynamicID objectId, global::System.Collections.Generic.List< string > tagIds)
 Detaches the given tags from the input object.
global::System.Threading.Tasks.Task
< vmware.cis.tagging.TagAssociationTypes.BatchResult
DetachMultipleTagsFromObjectAsync (vmware.vapi.std.DynamicID objectId, global::System.Collections.Generic.List< string > tagIds, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Detaches the given tags from the input object.
vmware.cis.tagging.TagAssociationTypes.BatchResult DetachTagFromMultipleObjects (string tagId, global::System.Collections.Generic.List< vmware.vapi.std.DynamicID > objectIds)
 Detaches the given tag from the input objects.
vmware.cis.tagging.TagAssociationTypes.BatchResult DetachTagFromMultipleObjects (string tagId, global::System.Collections.Generic.List< vmware.vapi.std.DynamicID > objectIds, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Detaches the given tag from the input objects.
global::System.Threading.Tasks.Task
< vmware.cis.tagging.TagAssociationTypes.BatchResult
DetachTagFromMultipleObjectsAsync (string tagId, global::System.Collections.Generic.List< vmware.vapi.std.DynamicID > objectIds)
 Detaches the given tag from the input objects.
global::System.Threading.Tasks.Task
< vmware.cis.tagging.TagAssociationTypes.BatchResult
DetachTagFromMultipleObjectsAsync (string tagId, global::System.Collections.Generic.List< vmware.vapi.std.DynamicID > objectIds, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Detaches the given tag from the input objects.
global::System.Collections.Generic.List
< vmware.vapi.std.DynamicID
ListAttachedObjects (string tagId)
 Fetches the list of attached objects for the given tag.
global::System.Collections.Generic.List
< vmware.vapi.std.DynamicID
ListAttachedObjects (string tagId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Fetches the list of attached objects for the given tag.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vapi.std.DynamicID > > 
ListAttachedObjectsAsync (string tagId)
 Fetches the list of attached objects for the given tag.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vapi.std.DynamicID > > 
ListAttachedObjectsAsync (string tagId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Fetches the list of attached objects for the given tag.
global::System.Collections.Generic.List
< vmware.cis.tagging.TagAssociationTypes.TagToObjects
ListAttachedObjectsOnTags (global::System.Collections.Generic.List< string > tagIds)
 Fetches the list of TagAssociation.TagToObjects describing the input tag identifiers and the objects they are attached to.
global::System.Collections.Generic.List
< vmware.cis.tagging.TagAssociationTypes.TagToObjects
ListAttachedObjectsOnTags (global::System.Collections.Generic.List< string > tagIds, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Fetches the list of TagAssociation.TagToObjects describing the input tag identifiers and the objects they are attached to.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.cis.tagging.TagAssociationTypes.TagToObjects > > 
ListAttachedObjectsOnTagsAsync (global::System.Collections.Generic.List< string > tagIds)
 Fetches the list of TagAssociation.TagToObjects describing the input tag identifiers and the objects they are attached to.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.cis.tagging.TagAssociationTypes.TagToObjects > > 
ListAttachedObjectsOnTagsAsync (global::System.Collections.Generic.List< string > tagIds, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Fetches the list of TagAssociation.TagToObjects describing the input tag identifiers and the objects they are attached to.
global::System.Collections.Generic.List
< string > 
ListAttachedTags (vmware.vapi.std.DynamicID objectId)
 Fetches the list of tags attached to the given object.
global::System.Collections.Generic.List
< string > 
ListAttachedTags (vmware.vapi.std.DynamicID objectId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Fetches the list of tags attached to the given object.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< string > > 
ListAttachedTagsAsync (vmware.vapi.std.DynamicID objectId)
 Fetches the list of tags attached to the given object.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< string > > 
ListAttachedTagsAsync (vmware.vapi.std.DynamicID objectId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Fetches the list of tags attached to the given object.
global::System.Collections.Generic.List
< vmware.cis.tagging.TagAssociationTypes.ObjectToTags
ListAttachedTagsOnObjects (global::System.Collections.Generic.List< vmware.vapi.std.DynamicID > objectIds)
 Fetches the list of TagAssociation.ObjectToTags describing the input object identifiers and the tags attached to each object.
global::System.Collections.Generic.List
< vmware.cis.tagging.TagAssociationTypes.ObjectToTags
ListAttachedTagsOnObjects (global::System.Collections.Generic.List< vmware.vapi.std.DynamicID > objectIds, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Fetches the list of TagAssociation.ObjectToTags describing the input object identifiers and the tags attached to each object.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.cis.tagging.TagAssociationTypes.ObjectToTags > > 
ListAttachedTagsOnObjectsAsync (global::System.Collections.Generic.List< vmware.vapi.std.DynamicID > objectIds)
 Fetches the list of TagAssociation.ObjectToTags describing the input object identifiers and the tags attached to each object.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.cis.tagging.TagAssociationTypes.ObjectToTags > > 
ListAttachedTagsOnObjectsAsync (global::System.Collections.Generic.List< vmware.vapi.std.DynamicID > objectIds, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Fetches the list of TagAssociation.ObjectToTags describing the input object identifiers and the tags attached to each object.
global::System.Collections.Generic.List
< string > 
ListAttachableTags (vmware.vapi.std.DynamicID objectId)
 Fetches the list of attachable tags for the given object, omitting the tags that have already been attached.
global::System.Collections.Generic.List
< string > 
ListAttachableTags (vmware.vapi.std.DynamicID objectId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Fetches the list of attachable tags for the given object, omitting the tags that have already been attached.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< string > > 
ListAttachableTagsAsync (vmware.vapi.std.DynamicID objectId)
 Fetches the list of attachable tags for the given object, omitting the tags that have already been attached.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< string > > 
ListAttachableTagsAsync (vmware.vapi.std.DynamicID objectId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Fetches the list of attachable tags for the given object, omitting the tags that have already been attached.

Detailed Description

Remote stub implementation of the TagAssociation API service.


Constructor & Destructor Documentation

vmware::cis::tagging::TagAssociationStub::TagAssociationStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

void vmware::cis::tagging::TagAssociationStub::Attach ( string  tagId,
vmware.vapi.std.DynamicID  objectId 
) [inline]

Attaches the given tag to the input object.

The tag needs to meet the cardinality ( CategoryModel.cardinality ) and associability ( CategoryModel.associableTypes ) criteria in order to be eligible for attachment. If the tag is already attached to the object, then this method is a no-op and an error will not be thrown. To invoke this method, you need the attach tag privilege on the tag and the read privilege on the object.

Exceptions:
vmware.vapi.std.errors.NotFoundif the tag for the given tagId does not exist in the system.
vmware.vapi.std.errors.InvalidArgumentif the input tag is not eligible to be attached to this object or if the objectId is not valid.
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to attach the tag or do not have the privilege to read the object.
Parameters:
tagIdThe identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag .
objectIdThe identifier of the input object.

Implements vmware::cis::tagging::TagAssociation.

void vmware::cis::tagging::TagAssociationStub::Attach ( string  tagId,
vmware.vapi.std.DynamicID  objectId,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Attaches the given tag to the input object.

The tag needs to meet the cardinality ( CategoryModel.cardinality ) and associability ( CategoryModel.associableTypes ) criteria in order to be eligible for attachment. If the tag is already attached to the object, then this method is a no-op and an error will not be thrown. To invoke this method, you need the attach tag privilege on the tag and the read privilege on the object.

Exceptions:
vmware.vapi.std.errors.NotFoundif the tag for the given tagId does not exist in the system.
vmware.vapi.std.errors.InvalidArgumentif the input tag is not eligible to be attached to this object or if the objectId is not valid.
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to attach the tag or do not have the privilege to read the object.
Parameters:
tagIdThe identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag .
objectIdThe identifier of the input object.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task vmware::cis::tagging::TagAssociationStub::AttachAsync ( string  tagId,
vmware.vapi.std.DynamicID  objectId,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Attaches the given tag to the input object.

The tag needs to meet the cardinality ( CategoryModel.cardinality ) and associability ( CategoryModel.associableTypes ) criteria in order to be eligible for attachment. If the tag is already attached to the object, then this method is a no-op and an error will not be thrown. To invoke this method, you need the attach tag privilege on the tag and the read privilege on the object.

Exceptions:
vmware.vapi.std.errors.NotFoundif the tag for the given tagId does not exist in the system.
vmware.vapi.std.errors.InvalidArgumentif the input tag is not eligible to be attached to this object or if the objectId is not valid.
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to attach the tag or do not have the privilege to read the object.
Parameters:
tagIdThe identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag .
objectIdThe identifier of the input object.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task vmware::cis::tagging::TagAssociationStub::AttachAsync ( string  tagId,
vmware.vapi.std.DynamicID  objectId 
) [inline]

Attaches the given tag to the input object.

The tag needs to meet the cardinality ( CategoryModel.cardinality ) and associability ( CategoryModel.associableTypes ) criteria in order to be eligible for attachment. If the tag is already attached to the object, then this method is a no-op and an error will not be thrown. To invoke this method, you need the attach tag privilege on the tag and the read privilege on the object.

Exceptions:
vmware.vapi.std.errors.NotFoundif the tag for the given tagId does not exist in the system.
vmware.vapi.std.errors.InvalidArgumentif the input tag is not eligible to be attached to this object or if the objectId is not valid.
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to attach the tag or do not have the privilege to read the object.
Parameters:
tagIdThe identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag .
objectIdThe identifier of the input object.

Implements vmware::cis::tagging::TagAssociation.

vmware.cis.tagging.TagAssociationTypes.BatchResult vmware::cis::tagging::TagAssociationStub::AttachMultipleTagsToObject ( vmware.vapi.std.DynamicID  objectId,
global::System.Collections.Generic.List< string >  tagIds 
) [inline]

Attaches the given tags to the input object.

If a tag is already attached to the object, then the individual method is a no-op and an error will not be added to TagAssociation.BatchResult.errorMessages . To invoke this method, you need the read privilege on the object and the attach tag privilege on each tag.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to read the object.
Parameters:
objectIdThe identifier of the input object.
tagIdsThe identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag .
Returns:
The outcome of the batch method and the list of error messages ( TagAssociation.BatchResult.errorMessages ) describing attachment failures.

Implements vmware::cis::tagging::TagAssociation.

vmware.cis.tagging.TagAssociationTypes.BatchResult vmware::cis::tagging::TagAssociationStub::AttachMultipleTagsToObject ( vmware.vapi.std.DynamicID  objectId,
global::System.Collections.Generic.List< string >  tagIds,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Attaches the given tags to the input object.

If a tag is already attached to the object, then the individual method is a no-op and an error will not be added to TagAssociation.BatchResult.errorMessages . To invoke this method, you need the read privilege on the object and the attach tag privilege on each tag.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to read the object.
Parameters:
objectIdThe identifier of the input object.
tagIdsThe identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The outcome of the batch method and the list of error messages ( TagAssociation.BatchResult.errorMessages ) describing attachment failures.

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task<vmware.cis.tagging.TagAssociationTypes.BatchResult> vmware::cis::tagging::TagAssociationStub::AttachMultipleTagsToObjectAsync ( vmware.vapi.std.DynamicID  objectId,
global::System.Collections.Generic.List< string >  tagIds,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Attaches the given tags to the input object.

If a tag is already attached to the object, then the individual method is a no-op and an error will not be added to TagAssociation.BatchResult.errorMessages . To invoke this method, you need the read privilege on the object and the attach tag privilege on each tag.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to read the object.
Parameters:
objectIdThe identifier of the input object.
tagIdsThe identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The outcome of the batch method and the list of error messages ( TagAssociation.BatchResult.errorMessages ) describing attachment failures.

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task<vmware.cis.tagging.TagAssociationTypes.BatchResult> vmware::cis::tagging::TagAssociationStub::AttachMultipleTagsToObjectAsync ( vmware.vapi.std.DynamicID  objectId,
global::System.Collections.Generic.List< string >  tagIds 
) [inline]

Attaches the given tags to the input object.

If a tag is already attached to the object, then the individual method is a no-op and an error will not be added to TagAssociation.BatchResult.errorMessages . To invoke this method, you need the read privilege on the object and the attach tag privilege on each tag.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to read the object.
Parameters:
objectIdThe identifier of the input object.
tagIdsThe identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag .
Returns:
The outcome of the batch method and the list of error messages ( TagAssociation.BatchResult.errorMessages ) describing attachment failures.

Implements vmware::cis::tagging::TagAssociation.

vmware.cis.tagging.TagAssociationTypes.BatchResult vmware::cis::tagging::TagAssociationStub::AttachTagToMultipleObjects ( string  tagId,
global::System.Collections.Generic.List< vmware.vapi.std.DynamicID objectIds 
) [inline]

Attaches the given tag to the input objects.

If a tag is already attached to the object, then the individual method is a no-op and an error will not be added to TagAssociation.BatchResult.errorMessages . To invoke this method, you need the attach tag privilege on the tag and the read privilege on each object.

Exceptions:
vmware.vapi.std.errors.NotFoundif the tag for the given tagId does not exist in the system.
vmware.vapi.std.errors.Unauthorizedif you do not have the attach tag privilege on the tag.
Parameters:
tagIdThe identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag .
objectIdsThe identifiers of the input objects.
Returns:
The outcome of the batch method and the list of error messages ( TagAssociation.BatchResult.errorMessages ) describing attachment failures.

Implements vmware::cis::tagging::TagAssociation.

vmware.cis.tagging.TagAssociationTypes.BatchResult vmware::cis::tagging::TagAssociationStub::AttachTagToMultipleObjects ( string  tagId,
global::System.Collections.Generic.List< vmware.vapi.std.DynamicID objectIds,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Attaches the given tag to the input objects.

If a tag is already attached to the object, then the individual method is a no-op and an error will not be added to TagAssociation.BatchResult.errorMessages . To invoke this method, you need the attach tag privilege on the tag and the read privilege on each object.

Exceptions:
vmware.vapi.std.errors.NotFoundif the tag for the given tagId does not exist in the system.
vmware.vapi.std.errors.Unauthorizedif you do not have the attach tag privilege on the tag.
Parameters:
tagIdThe identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag .
objectIdsThe identifiers of the input objects.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The outcome of the batch method and the list of error messages ( TagAssociation.BatchResult.errorMessages ) describing attachment failures.

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task<vmware.cis.tagging.TagAssociationTypes.BatchResult> vmware::cis::tagging::TagAssociationStub::AttachTagToMultipleObjectsAsync ( string  tagId,
global::System.Collections.Generic.List< vmware.vapi.std.DynamicID objectIds 
) [inline]

Attaches the given tag to the input objects.

If a tag is already attached to the object, then the individual method is a no-op and an error will not be added to TagAssociation.BatchResult.errorMessages . To invoke this method, you need the attach tag privilege on the tag and the read privilege on each object.

Exceptions:
vmware.vapi.std.errors.NotFoundif the tag for the given tagId does not exist in the system.
vmware.vapi.std.errors.Unauthorizedif you do not have the attach tag privilege on the tag.
Parameters:
tagIdThe identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag .
objectIdsThe identifiers of the input objects.
Returns:
The outcome of the batch method and the list of error messages ( TagAssociation.BatchResult.errorMessages ) describing attachment failures.

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task<vmware.cis.tagging.TagAssociationTypes.BatchResult> vmware::cis::tagging::TagAssociationStub::AttachTagToMultipleObjectsAsync ( string  tagId,
global::System.Collections.Generic.List< vmware.vapi.std.DynamicID objectIds,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Attaches the given tag to the input objects.

If a tag is already attached to the object, then the individual method is a no-op and an error will not be added to TagAssociation.BatchResult.errorMessages . To invoke this method, you need the attach tag privilege on the tag and the read privilege on each object.

Exceptions:
vmware.vapi.std.errors.NotFoundif the tag for the given tagId does not exist in the system.
vmware.vapi.std.errors.Unauthorizedif you do not have the attach tag privilege on the tag.
Parameters:
tagIdThe identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag .
objectIdsThe identifiers of the input objects.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The outcome of the batch method and the list of error messages ( TagAssociation.BatchResult.errorMessages ) describing attachment failures.

Implements vmware::cis::tagging::TagAssociation.

void vmware::cis::tagging::TagAssociationStub::Detach ( string  tagId,
vmware.vapi.std.DynamicID  objectId 
) [inline]

Detaches the tag from the given object.

If the tag is already removed from the object, then this method is a no-op and an error will not be thrown. To invoke this method, you need the attach tag privilege on the tag and the read privilege on the object.

Exceptions:
vmware.vapi.std.errors.NotFoundif the tag for the given tagId does not exist in the system.
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to detach the tag or do not have the privilege to read the given object.
Parameters:
tagIdThe identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag .
objectIdThe identifier of the input object.

Implements vmware::cis::tagging::TagAssociation.

void vmware::cis::tagging::TagAssociationStub::Detach ( string  tagId,
vmware.vapi.std.DynamicID  objectId,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Detaches the tag from the given object.

If the tag is already removed from the object, then this method is a no-op and an error will not be thrown. To invoke this method, you need the attach tag privilege on the tag and the read privilege on the object.

Exceptions:
vmware.vapi.std.errors.NotFoundif the tag for the given tagId does not exist in the system.
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to detach the tag or do not have the privilege to read the given object.
Parameters:
tagIdThe identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag .
objectIdThe identifier of the input object.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task vmware::cis::tagging::TagAssociationStub::DetachAsync ( string  tagId,
vmware.vapi.std.DynamicID  objectId,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Detaches the tag from the given object.

If the tag is already removed from the object, then this method is a no-op and an error will not be thrown. To invoke this method, you need the attach tag privilege on the tag and the read privilege on the object.

Exceptions:
vmware.vapi.std.errors.NotFoundif the tag for the given tagId does not exist in the system.
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to detach the tag or do not have the privilege to read the given object.
Parameters:
tagIdThe identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag .
objectIdThe identifier of the input object.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task vmware::cis::tagging::TagAssociationStub::DetachAsync ( string  tagId,
vmware.vapi.std.DynamicID  objectId 
) [inline]

Detaches the tag from the given object.

If the tag is already removed from the object, then this method is a no-op and an error will not be thrown. To invoke this method, you need the attach tag privilege on the tag and the read privilege on the object.

Exceptions:
vmware.vapi.std.errors.NotFoundif the tag for the given tagId does not exist in the system.
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to detach the tag or do not have the privilege to read the given object.
Parameters:
tagIdThe identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag .
objectIdThe identifier of the input object.

Implements vmware::cis::tagging::TagAssociation.

vmware.cis.tagging.TagAssociationTypes.BatchResult vmware::cis::tagging::TagAssociationStub::DetachMultipleTagsFromObject ( vmware.vapi.std.DynamicID  objectId,
global::System.Collections.Generic.List< string >  tagIds 
) [inline]

Detaches the given tags from the input object.

If a tag is already removed from the object, then the individual method is a no-op and an error will not be added to TagAssociation.BatchResult.errorMessages . To invoke this method, you need the read privilege on the object and the attach tag privilege each tag.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to read the object.
Parameters:
objectIdThe identifier of the input object.
tagIdsThe identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag .
Returns:
The outcome of the batch method and the list of error messages ( TagAssociation.BatchResult.errorMessages ) describing detachment failures.

Implements vmware::cis::tagging::TagAssociation.

vmware.cis.tagging.TagAssociationTypes.BatchResult vmware::cis::tagging::TagAssociationStub::DetachMultipleTagsFromObject ( vmware.vapi.std.DynamicID  objectId,
global::System.Collections.Generic.List< string >  tagIds,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Detaches the given tags from the input object.

If a tag is already removed from the object, then the individual method is a no-op and an error will not be added to TagAssociation.BatchResult.errorMessages . To invoke this method, you need the read privilege on the object and the attach tag privilege each tag.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to read the object.
Parameters:
objectIdThe identifier of the input object.
tagIdsThe identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The outcome of the batch method and the list of error messages ( TagAssociation.BatchResult.errorMessages ) describing detachment failures.

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task<vmware.cis.tagging.TagAssociationTypes.BatchResult> vmware::cis::tagging::TagAssociationStub::DetachMultipleTagsFromObjectAsync ( vmware.vapi.std.DynamicID  objectId,
global::System.Collections.Generic.List< string >  tagIds 
) [inline]

Detaches the given tags from the input object.

If a tag is already removed from the object, then the individual method is a no-op and an error will not be added to TagAssociation.BatchResult.errorMessages . To invoke this method, you need the read privilege on the object and the attach tag privilege each tag.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to read the object.
Parameters:
objectIdThe identifier of the input object.
tagIdsThe identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag .
Returns:
The outcome of the batch method and the list of error messages ( TagAssociation.BatchResult.errorMessages ) describing detachment failures.

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task<vmware.cis.tagging.TagAssociationTypes.BatchResult> vmware::cis::tagging::TagAssociationStub::DetachMultipleTagsFromObjectAsync ( vmware.vapi.std.DynamicID  objectId,
global::System.Collections.Generic.List< string >  tagIds,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Detaches the given tags from the input object.

If a tag is already removed from the object, then the individual method is a no-op and an error will not be added to TagAssociation.BatchResult.errorMessages . To invoke this method, you need the read privilege on the object and the attach tag privilege each tag.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to read the object.
Parameters:
objectIdThe identifier of the input object.
tagIdsThe identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The outcome of the batch method and the list of error messages ( TagAssociation.BatchResult.errorMessages ) describing detachment failures.

Implements vmware::cis::tagging::TagAssociation.

vmware.cis.tagging.TagAssociationTypes.BatchResult vmware::cis::tagging::TagAssociationStub::DetachTagFromMultipleObjects ( string  tagId,
global::System.Collections.Generic.List< vmware.vapi.std.DynamicID objectIds 
) [inline]

Detaches the given tag from the input objects.

If a tag is already removed from the object, then the individual method is a no-op and an error will not be added to TagAssociation.BatchResult.errorMessages . To invoke this method, you need the attach tag privilege on the tag and the read privilege on each object.

Exceptions:
vmware.vapi.std.errors.NotFoundif the tag for the given tag does not exist in the system.
vmware.vapi.std.errors.Unauthorizedif you do not have the attach tag privilege on the tag.
Parameters:
tagIdThe identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag .
objectIdsThe identifiers of the input objects.
Returns:
The outcome of the batch method and the list of error messages ( TagAssociation.BatchResult.errorMessages ) describing detachment failures.

Implements vmware::cis::tagging::TagAssociation.

vmware.cis.tagging.TagAssociationTypes.BatchResult vmware::cis::tagging::TagAssociationStub::DetachTagFromMultipleObjects ( string  tagId,
global::System.Collections.Generic.List< vmware.vapi.std.DynamicID objectIds,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Detaches the given tag from the input objects.

If a tag is already removed from the object, then the individual method is a no-op and an error will not be added to TagAssociation.BatchResult.errorMessages . To invoke this method, you need the attach tag privilege on the tag and the read privilege on each object.

Exceptions:
vmware.vapi.std.errors.NotFoundif the tag for the given tag does not exist in the system.
vmware.vapi.std.errors.Unauthorizedif you do not have the attach tag privilege on the tag.
Parameters:
tagIdThe identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag .
objectIdsThe identifiers of the input objects.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The outcome of the batch method and the list of error messages ( TagAssociation.BatchResult.errorMessages ) describing detachment failures.

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task<vmware.cis.tagging.TagAssociationTypes.BatchResult> vmware::cis::tagging::TagAssociationStub::DetachTagFromMultipleObjectsAsync ( string  tagId,
global::System.Collections.Generic.List< vmware.vapi.std.DynamicID objectIds 
) [inline]

Detaches the given tag from the input objects.

If a tag is already removed from the object, then the individual method is a no-op and an error will not be added to TagAssociation.BatchResult.errorMessages . To invoke this method, you need the attach tag privilege on the tag and the read privilege on each object.

Exceptions:
vmware.vapi.std.errors.NotFoundif the tag for the given tag does not exist in the system.
vmware.vapi.std.errors.Unauthorizedif you do not have the attach tag privilege on the tag.
Parameters:
tagIdThe identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag .
objectIdsThe identifiers of the input objects.
Returns:
The outcome of the batch method and the list of error messages ( TagAssociation.BatchResult.errorMessages ) describing detachment failures.

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task<vmware.cis.tagging.TagAssociationTypes.BatchResult> vmware::cis::tagging::TagAssociationStub::DetachTagFromMultipleObjectsAsync ( string  tagId,
global::System.Collections.Generic.List< vmware.vapi.std.DynamicID objectIds,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Detaches the given tag from the input objects.

If a tag is already removed from the object, then the individual method is a no-op and an error will not be added to TagAssociation.BatchResult.errorMessages . To invoke this method, you need the attach tag privilege on the tag and the read privilege on each object.

Exceptions:
vmware.vapi.std.errors.NotFoundif the tag for the given tag does not exist in the system.
vmware.vapi.std.errors.Unauthorizedif you do not have the attach tag privilege on the tag.
Parameters:
tagIdThe identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag .
objectIdsThe identifiers of the input objects.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The outcome of the batch method and the list of error messages ( TagAssociation.BatchResult.errorMessages ) describing detachment failures.

Implements vmware::cis::tagging::TagAssociation.

global::System.Collections.Generic.List<string> vmware::cis::tagging::TagAssociationStub::ListAttachableTags ( vmware.vapi.std.DynamicID  objectId) [inline]

Fetches the list of attachable tags for the given object, omitting the tags that have already been attached.

Criteria for attachability is calculated based on tagging cardinality ( CategoryModel.cardinality ) and associability ( CategoryModel.associableTypes ) constructs. To invoke this method, you need the read privilege on the input object. The list will only contain those tags for which you have read privileges.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to read the object.
Parameters:
objectIdThe identifier of the input object.
Returns:
The list of tag identifiers that are eligible to be attached to the given object. The result will contain identifiers for the resource type: com.vmware.cis.tagging.Tag .

Implements vmware::cis::tagging::TagAssociation.

global::System.Collections.Generic.List<string> vmware::cis::tagging::TagAssociationStub::ListAttachableTags ( vmware.vapi.std.DynamicID  objectId,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Fetches the list of attachable tags for the given object, omitting the tags that have already been attached.

Criteria for attachability is calculated based on tagging cardinality ( CategoryModel.cardinality ) and associability ( CategoryModel.associableTypes ) constructs. To invoke this method, you need the read privilege on the input object. The list will only contain those tags for which you have read privileges.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to read the object.
Parameters:
objectIdThe identifier of the input object.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The list of tag identifiers that are eligible to be attached to the given object. The result will contain identifiers for the resource type: com.vmware.cis.tagging.Tag .

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::cis::tagging::TagAssociationStub::ListAttachableTagsAsync ( vmware.vapi.std.DynamicID  objectId,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Fetches the list of attachable tags for the given object, omitting the tags that have already been attached.

Criteria for attachability is calculated based on tagging cardinality ( CategoryModel.cardinality ) and associability ( CategoryModel.associableTypes ) constructs. To invoke this method, you need the read privilege on the input object. The list will only contain those tags for which you have read privileges.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to read the object.
Parameters:
objectIdThe identifier of the input object.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The list of tag identifiers that are eligible to be attached to the given object. The result will contain identifiers for the resource type: com.vmware.cis.tagging.Tag .

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::cis::tagging::TagAssociationStub::ListAttachableTagsAsync ( vmware.vapi.std.DynamicID  objectId) [inline]

Fetches the list of attachable tags for the given object, omitting the tags that have already been attached.

Criteria for attachability is calculated based on tagging cardinality ( CategoryModel.cardinality ) and associability ( CategoryModel.associableTypes ) constructs. To invoke this method, you need the read privilege on the input object. The list will only contain those tags for which you have read privileges.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to read the object.
Parameters:
objectIdThe identifier of the input object.
Returns:
The list of tag identifiers that are eligible to be attached to the given object. The result will contain identifiers for the resource type: com.vmware.cis.tagging.Tag .

Implements vmware::cis::tagging::TagAssociation.

global::System.Collections.Generic.List<vmware.vapi.std.DynamicID> vmware::cis::tagging::TagAssociationStub::ListAttachedObjects ( string  tagId) [inline]

Fetches the list of attached objects for the given tag.

To invoke this method, you need the read privilege on the input tag. Only those objects for which you have the read privilege will be returned.

Exceptions:
vmware.vapi.std.errors.NotFoundif the tag for the given tagId does not exist in the system.
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to read the tag.
Parameters:
tagIdThe identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag .
Returns:
The list of attached object identifiers.

Implements vmware::cis::tagging::TagAssociation.

global::System.Collections.Generic.List<vmware.vapi.std.DynamicID> vmware::cis::tagging::TagAssociationStub::ListAttachedObjects ( string  tagId,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Fetches the list of attached objects for the given tag.

To invoke this method, you need the read privilege on the input tag. Only those objects for which you have the read privilege will be returned.

Exceptions:
vmware.vapi.std.errors.NotFoundif the tag for the given tagId does not exist in the system.
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to read the tag.
Parameters:
tagIdThe identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The list of attached object identifiers.

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vapi.std.DynamicID> > vmware::cis::tagging::TagAssociationStub::ListAttachedObjectsAsync ( string  tagId) [inline]

Fetches the list of attached objects for the given tag.

To invoke this method, you need the read privilege on the input tag. Only those objects for which you have the read privilege will be returned.

Exceptions:
vmware.vapi.std.errors.NotFoundif the tag for the given tagId does not exist in the system.
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to read the tag.
Parameters:
tagIdThe identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag .
Returns:
The list of attached object identifiers.

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vapi.std.DynamicID> > vmware::cis::tagging::TagAssociationStub::ListAttachedObjectsAsync ( string  tagId,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Fetches the list of attached objects for the given tag.

To invoke this method, you need the read privilege on the input tag. Only those objects for which you have the read privilege will be returned.

Exceptions:
vmware.vapi.std.errors.NotFoundif the tag for the given tagId does not exist in the system.
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to read the tag.
Parameters:
tagIdThe identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The list of attached object identifiers.

Implements vmware::cis::tagging::TagAssociation.

global::System.Collections.Generic.List<vmware.cis.tagging.TagAssociationTypes.TagToObjects> vmware::cis::tagging::TagAssociationStub::ListAttachedObjectsOnTags ( global::System.Collections.Generic.List< string >  tagIds,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Fetches the list of TagAssociation.TagToObjects describing the input tag identifiers and the objects they are attached to.

To invoke this method, you need the read privilege on each input tag. The TagAssociation.TagToObjects.objectIds will only contain those objects for which you have the read privilege.

Parameters:
tagIdsThe identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The list of the tag identifiers to all object identifiers that each tag is attached to.

Implements vmware::cis::tagging::TagAssociation.

global::System.Collections.Generic.List<vmware.cis.tagging.TagAssociationTypes.TagToObjects> vmware::cis::tagging::TagAssociationStub::ListAttachedObjectsOnTags ( global::System.Collections.Generic.List< string >  tagIds) [inline]

Fetches the list of TagAssociation.TagToObjects describing the input tag identifiers and the objects they are attached to.

To invoke this method, you need the read privilege on each input tag. The TagAssociation.TagToObjects.objectIds will only contain those objects for which you have the read privilege.

Parameters:
tagIdsThe identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag .
Returns:
The list of the tag identifiers to all object identifiers that each tag is attached to.

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.cis.tagging.TagAssociationTypes.TagToObjects> > vmware::cis::tagging::TagAssociationStub::ListAttachedObjectsOnTagsAsync ( global::System.Collections.Generic.List< string >  tagIds,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Fetches the list of TagAssociation.TagToObjects describing the input tag identifiers and the objects they are attached to.

To invoke this method, you need the read privilege on each input tag. The TagAssociation.TagToObjects.objectIds will only contain those objects for which you have the read privilege.

Parameters:
tagIdsThe identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The list of the tag identifiers to all object identifiers that each tag is attached to.

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.cis.tagging.TagAssociationTypes.TagToObjects> > vmware::cis::tagging::TagAssociationStub::ListAttachedObjectsOnTagsAsync ( global::System.Collections.Generic.List< string >  tagIds) [inline]

Fetches the list of TagAssociation.TagToObjects describing the input tag identifiers and the objects they are attached to.

To invoke this method, you need the read privilege on each input tag. The TagAssociation.TagToObjects.objectIds will only contain those objects for which you have the read privilege.

Parameters:
tagIdsThe identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag .
Returns:
The list of the tag identifiers to all object identifiers that each tag is attached to.

Implements vmware::cis::tagging::TagAssociation.

global::System.Collections.Generic.List<string> vmware::cis::tagging::TagAssociationStub::ListAttachedTags ( vmware.vapi.std.DynamicID  objectId,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Fetches the list of tags attached to the given object.

To invoke this method, you need the read privilege on the input object. The list will only contain those tags for which you have the read privileges.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to read the object.
Parameters:
objectIdThe identifier of the input object.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The list of all tag identifiers that correspond to the tags attached to the given object. The result will contain identifiers for the resource type: com.vmware.cis.tagging.Tag .

Implements vmware::cis::tagging::TagAssociation.

global::System.Collections.Generic.List<string> vmware::cis::tagging::TagAssociationStub::ListAttachedTags ( vmware.vapi.std.DynamicID  objectId) [inline]

Fetches the list of tags attached to the given object.

To invoke this method, you need the read privilege on the input object. The list will only contain those tags for which you have the read privileges.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to read the object.
Parameters:
objectIdThe identifier of the input object.
Returns:
The list of all tag identifiers that correspond to the tags attached to the given object. The result will contain identifiers for the resource type: com.vmware.cis.tagging.Tag .

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::cis::tagging::TagAssociationStub::ListAttachedTagsAsync ( vmware.vapi.std.DynamicID  objectId) [inline]

Fetches the list of tags attached to the given object.

To invoke this method, you need the read privilege on the input object. The list will only contain those tags for which you have the read privileges.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to read the object.
Parameters:
objectIdThe identifier of the input object.
Returns:
The list of all tag identifiers that correspond to the tags attached to the given object. The result will contain identifiers for the resource type: com.vmware.cis.tagging.Tag .

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::cis::tagging::TagAssociationStub::ListAttachedTagsAsync ( vmware.vapi.std.DynamicID  objectId,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Fetches the list of tags attached to the given object.

To invoke this method, you need the read privilege on the input object. The list will only contain those tags for which you have the read privileges.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif you do not have the privilege to read the object.
Parameters:
objectIdThe identifier of the input object.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The list of all tag identifiers that correspond to the tags attached to the given object. The result will contain identifiers for the resource type: com.vmware.cis.tagging.Tag .

Implements vmware::cis::tagging::TagAssociation.

global::System.Collections.Generic.List<vmware.cis.tagging.TagAssociationTypes.ObjectToTags> vmware::cis::tagging::TagAssociationStub::ListAttachedTagsOnObjects ( global::System.Collections.Generic.List< vmware.vapi.std.DynamicID objectIds,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Fetches the list of TagAssociation.ObjectToTags describing the input object identifiers and the tags attached to each object.

To invoke this method, you need the read privilege on each input object. The TagAssociation.ObjectToTags.tagIds will only contain those tags for which you have the read privilege.

Parameters:
objectIdsThe identifiers of the input objects.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The list of the object identifiers to all tag identifiers that are attached to that object.

Implements vmware::cis::tagging::TagAssociation.

global::System.Collections.Generic.List<vmware.cis.tagging.TagAssociationTypes.ObjectToTags> vmware::cis::tagging::TagAssociationStub::ListAttachedTagsOnObjects ( global::System.Collections.Generic.List< vmware.vapi.std.DynamicID objectIds) [inline]

Fetches the list of TagAssociation.ObjectToTags describing the input object identifiers and the tags attached to each object.

To invoke this method, you need the read privilege on each input object. The TagAssociation.ObjectToTags.tagIds will only contain those tags for which you have the read privilege.

Parameters:
objectIdsThe identifiers of the input objects.
Returns:
The list of the object identifiers to all tag identifiers that are attached to that object.

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.cis.tagging.TagAssociationTypes.ObjectToTags> > vmware::cis::tagging::TagAssociationStub::ListAttachedTagsOnObjectsAsync ( global::System.Collections.Generic.List< vmware.vapi.std.DynamicID objectIds,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Fetches the list of TagAssociation.ObjectToTags describing the input object identifiers and the tags attached to each object.

To invoke this method, you need the read privilege on each input object. The TagAssociation.ObjectToTags.tagIds will only contain those tags for which you have the read privilege.

Parameters:
objectIdsThe identifiers of the input objects.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The list of the object identifiers to all tag identifiers that are attached to that object.

Implements vmware::cis::tagging::TagAssociation.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.cis.tagging.TagAssociationTypes.ObjectToTags> > vmware::cis::tagging::TagAssociationStub::ListAttachedTagsOnObjectsAsync ( global::System.Collections.Generic.List< vmware.vapi.std.DynamicID objectIds) [inline]

Fetches the list of TagAssociation.ObjectToTags describing the input object identifiers and the tags attached to each object.

To invoke this method, you need the read privilege on each input object. The TagAssociation.ObjectToTags.tagIds will only contain those tags for which you have the read privilege.

Parameters:
objectIdsThe identifiers of the input objects.
Returns:
The list of the object identifiers to all tag identifiers that are attached to that object.

Implements vmware::cis::tagging::TagAssociation.


The documentation for this class was generated from the following file: