Package | Description |
---|---|
com.vmware.cis.tagging |
Copyright 2013-2014 VMware, Inc.
|
com.vmware.vapi.std |
The
com.vmware.vapi.std package provides standard types that can be used
in the interface specification of any interface. |
Modifier and Type | Method and Description |
---|---|
List<DynamicID> |
TagAssociation.listAttachedObjects(String tagId)
Fetches the
List of attached objects for the given tag. |
List<DynamicID> |
TagAssociationStub.listAttachedObjects(String tagId) |
List<DynamicID> |
TagAssociation.listAttachedObjects(String tagId,
InvocationConfig invocationConfig)
Fetches the
List of attached objects for the given tag. |
List<DynamicID> |
TagAssociationStub.listAttachedObjects(String tagId,
InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
TagAssociation.attach(String tagId,
DynamicID objectId)
Attaches the given tag to the input object.
|
void |
TagAssociationStub.attach(String tagId,
DynamicID objectId) |
void |
TagAssociation.attach(String tagId,
DynamicID objectId,
AsyncCallback<Void> asyncCallback)
Attaches the given tag to the input object.
|
void |
TagAssociationStub.attach(String tagId,
DynamicID objectId,
AsyncCallback<Void> asyncCallback) |
void |
TagAssociation.attach(String tagId,
DynamicID objectId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Attaches the given tag to the input object.
|
void |
TagAssociationStub.attach(String tagId,
DynamicID objectId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
TagAssociation.attach(String tagId,
DynamicID objectId,
InvocationConfig invocationConfig)
Attaches the given tag to the input object.
|
void |
TagAssociationStub.attach(String tagId,
DynamicID objectId,
InvocationConfig invocationConfig) |
void |
TagAssociation.detach(String tagId,
DynamicID objectId)
Detaches the tag from the given object.
|
void |
TagAssociationStub.detach(String tagId,
DynamicID objectId) |
void |
TagAssociation.detach(String tagId,
DynamicID objectId,
AsyncCallback<Void> asyncCallback)
Detaches the tag from the given object.
|
void |
TagAssociationStub.detach(String tagId,
DynamicID objectId,
AsyncCallback<Void> asyncCallback) |
void |
TagAssociation.detach(String tagId,
DynamicID objectId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Detaches the tag from the given object.
|
void |
TagAssociationStub.detach(String tagId,
DynamicID objectId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
TagAssociation.detach(String tagId,
DynamicID objectId,
InvocationConfig invocationConfig)
Detaches the tag from the given object.
|
void |
TagAssociationStub.detach(String tagId,
DynamicID objectId,
InvocationConfig invocationConfig) |
List<String> |
TagAssociation.listAttachableTags(DynamicID objectId)
Fetches the
List of attachable tags for the given object,
omitting the tags that have already been attached. |
List<String> |
TagAssociationStub.listAttachableTags(DynamicID objectId) |
void |
TagAssociation.listAttachableTags(DynamicID objectId,
AsyncCallback<List<String>> asyncCallback)
Fetches the
List of attachable tags for the given object,
omitting the tags that have already been attached. |
void |
TagAssociationStub.listAttachableTags(DynamicID objectId,
AsyncCallback<List<String>> asyncCallback) |
void |
TagAssociation.listAttachableTags(DynamicID objectId,
AsyncCallback<List<String>> asyncCallback,
InvocationConfig invocationConfig)
Fetches the
List of attachable tags for the given object,
omitting the tags that have already been attached. |
void |
TagAssociationStub.listAttachableTags(DynamicID objectId,
AsyncCallback<List<String>> asyncCallback,
InvocationConfig invocationConfig) |
List<String> |
TagAssociation.listAttachableTags(DynamicID objectId,
InvocationConfig invocationConfig)
Fetches the
List of attachable tags for the given object,
omitting the tags that have already been attached. |
List<String> |
TagAssociationStub.listAttachableTags(DynamicID objectId,
InvocationConfig invocationConfig) |
List<String> |
TagAssociation.listAttachedTags(DynamicID objectId)
Fetches the
List of tags attached to the given object. |
List<String> |
TagAssociationStub.listAttachedTags(DynamicID objectId) |
void |
TagAssociation.listAttachedTags(DynamicID objectId,
AsyncCallback<List<String>> asyncCallback)
Fetches the
List of tags attached to the given object. |
void |
TagAssociationStub.listAttachedTags(DynamicID objectId,
AsyncCallback<List<String>> asyncCallback) |
void |
TagAssociation.listAttachedTags(DynamicID objectId,
AsyncCallback<List<String>> asyncCallback,
InvocationConfig invocationConfig)
Fetches the
List of tags attached to the given object. |
void |
TagAssociationStub.listAttachedTags(DynamicID objectId,
AsyncCallback<List<String>> asyncCallback,
InvocationConfig invocationConfig) |
List<String> |
TagAssociation.listAttachedTags(DynamicID objectId,
InvocationConfig invocationConfig)
Fetches the
List of tags attached to the given object. |
List<String> |
TagAssociationStub.listAttachedTags(DynamicID objectId,
InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
TagAssociation.listAttachedObjects(String tagId,
AsyncCallback<List<DynamicID>> asyncCallback)
Fetches the
List of attached objects for the given tag. |
void |
TagAssociationStub.listAttachedObjects(String tagId,
AsyncCallback<List<DynamicID>> asyncCallback) |
void |
TagAssociation.listAttachedObjects(String tagId,
AsyncCallback<List<DynamicID>> asyncCallback,
InvocationConfig invocationConfig)
Fetches the
List of attached objects for the given tag. |
void |
TagAssociationStub.listAttachedObjects(String tagId,
AsyncCallback<List<DynamicID>> asyncCallback,
InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
static DynamicID |
DynamicID._newInstance(StructValue structValue)
WARNING: Internal API, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
Copyright © 2015. All Rights Reserved.