|
VMware vSphere Automation SDK for .NET 6.5.0
|
Remote stub implementation of the TagAssociation API service. More...
Inherits vmware::cis::tagging::TagAssociation.
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. | |
Remote stub implementation of the TagAssociation API service.
| vmware::cis::tagging::TagAssociationStub::TagAssociationStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| 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.
| vmware.vapi.std.errors.NotFound | if the tag for the given tagId does not exist in the system. |
| vmware.vapi.std.errors.InvalidArgument | if the input tag is not eligible to be attached to this object or if the objectId is not valid. |
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to attach the tag or do not have the privilege to read the object. |
| tagId | The identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag . |
| objectId | The 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.
| vmware.vapi.std.errors.NotFound | if the tag for the given tagId does not exist in the system. |
| vmware.vapi.std.errors.InvalidArgument | if the input tag is not eligible to be attached to this object or if the objectId is not valid. |
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to attach the tag or do not have the privilege to read the object. |
| tagId | The identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag . |
| objectId | The identifier of the input object. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration 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.
| vmware.vapi.std.errors.NotFound | if the tag for the given tagId does not exist in the system. |
| vmware.vapi.std.errors.InvalidArgument | if the input tag is not eligible to be attached to this object or if the objectId is not valid. |
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to attach the tag or do not have the privilege to read the object. |
| tagId | The identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag . |
| objectId | The identifier of the input object. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration 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.
| vmware.vapi.std.errors.NotFound | if the tag for the given tagId does not exist in the system. |
| vmware.vapi.std.errors.InvalidArgument | if the input tag is not eligible to be attached to this object or if the objectId is not valid. |
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to attach the tag or do not have the privilege to read the object. |
| tagId | The identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag . |
| objectId | The 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.
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to read the object. |
| objectId | The identifier of the input object. |
| tagIds | The identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag . |
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.
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to read the object. |
| objectId | The identifier of the input object. |
| tagIds | The identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to read the object. |
| objectId | The identifier of the input object. |
| tagIds | The identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to read the object. |
| objectId | The identifier of the input object. |
| tagIds | The identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag . |
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.
| vmware.vapi.std.errors.NotFound | if the tag for the given tagId does not exist in the system. |
| vmware.vapi.std.errors.Unauthorized | if you do not have the attach tag privilege on the tag. |
| tagId | The identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag . |
| objectIds | The identifiers of the input objects. |
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.
| vmware.vapi.std.errors.NotFound | if the tag for the given tagId does not exist in the system. |
| vmware.vapi.std.errors.Unauthorized | if you do not have the attach tag privilege on the tag. |
| tagId | The identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag . |
| objectIds | The identifiers of the input objects. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| vmware.vapi.std.errors.NotFound | if the tag for the given tagId does not exist in the system. |
| vmware.vapi.std.errors.Unauthorized | if you do not have the attach tag privilege on the tag. |
| tagId | The identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag . |
| objectIds | The identifiers of the input objects. |
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.
| vmware.vapi.std.errors.NotFound | if the tag for the given tagId does not exist in the system. |
| vmware.vapi.std.errors.Unauthorized | if you do not have the attach tag privilege on the tag. |
| tagId | The identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag . |
| objectIds | The identifiers of the input objects. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| vmware.vapi.std.errors.NotFound | if the tag for the given tagId does not exist in the system. |
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to detach the tag or do not have the privilege to read the given object. |
| tagId | The identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag . |
| objectId | The 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.
| vmware.vapi.std.errors.NotFound | if the tag for the given tagId does not exist in the system. |
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to detach the tag or do not have the privilege to read the given object. |
| tagId | The identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag . |
| objectId | The identifier of the input object. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration 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.
| vmware.vapi.std.errors.NotFound | if the tag for the given tagId does not exist in the system. |
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to detach the tag or do not have the privilege to read the given object. |
| tagId | The identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag . |
| objectId | The identifier of the input object. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration 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.
| vmware.vapi.std.errors.NotFound | if the tag for the given tagId does not exist in the system. |
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to detach the tag or do not have the privilege to read the given object. |
| tagId | The identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag . |
| objectId | The 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.
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to read the object. |
| objectId | The identifier of the input object. |
| tagIds | The identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag . |
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.
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to read the object. |
| objectId | The identifier of the input object. |
| tagIds | The identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to read the object. |
| objectId | The identifier of the input object. |
| tagIds | The identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag . |
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.
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to read the object. |
| objectId | The identifier of the input object. |
| tagIds | The identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| vmware.vapi.std.errors.NotFound | if the tag for the given tag does not exist in the system. |
| vmware.vapi.std.errors.Unauthorized | if you do not have the attach tag privilege on the tag. |
| tagId | The identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag . |
| objectIds | The identifiers of the input objects. |
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.
| vmware.vapi.std.errors.NotFound | if the tag for the given tag does not exist in the system. |
| vmware.vapi.std.errors.Unauthorized | if you do not have the attach tag privilege on the tag. |
| tagId | The identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag . |
| objectIds | The identifiers of the input objects. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| vmware.vapi.std.errors.NotFound | if the tag for the given tag does not exist in the system. |
| vmware.vapi.std.errors.Unauthorized | if you do not have the attach tag privilege on the tag. |
| tagId | The identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag . |
| objectIds | The identifiers of the input objects. |
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.
| vmware.vapi.std.errors.NotFound | if the tag for the given tag does not exist in the system. |
| vmware.vapi.std.errors.Unauthorized | if you do not have the attach tag privilege on the tag. |
| tagId | The identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag . |
| objectIds | The identifiers of the input objects. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to read the object. |
| objectId | The identifier of the input object. |
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.
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to read the object. |
| objectId | The identifier of the input object. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to read the object. |
| objectId | The identifier of the input object. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to read the object. |
| objectId | The identifier of the input object. |
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.
| vmware.vapi.std.errors.NotFound | if the tag for the given tagId does not exist in the system. |
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to read the tag. |
| tagId | The identifier of the input tag. The parameter must be an identifier 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, |
| 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.
| vmware.vapi.std.errors.NotFound | if the tag for the given tagId does not exist in the system. |
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to read the tag. |
| tagId | The identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| vmware.vapi.std.errors.NotFound | if the tag for the given tagId does not exist in the system. |
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to read the tag. |
| tagId | The identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag . |
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.
| vmware.vapi.std.errors.NotFound | if the tag for the given tagId does not exist in the system. |
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to read the tag. |
| tagId | The identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| tagIds | The identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| tagIds | The identifiers of the input tags. The parameter must 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<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.
| tagIds | The identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| tagIds | The identifiers of the input tags. The parameter must 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, |
| 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.
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to read the object. |
| objectId | The identifier of the input object. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to read the object. |
| objectId | The identifier of the input object. |
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.
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to read the object. |
| objectId | The identifier of the input object. |
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.
| vmware.vapi.std.errors.Unauthorized | if you do not have the privilege to read the object. |
| objectId | The identifier of the input object. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| objectIds | The identifiers of the input objects. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| objectIds | The identifiers of the input objects. |
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.
| objectIds | The identifiers of the input objects. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| objectIds | The identifiers of the input objects. |
Implements vmware::cis::tagging::TagAssociation.