VMware vCloud Suite SDK for .NET 6.0.0
vmware::cis::tagging::TagAssociationDefinitions Class Reference

Defines the type descriptors for the TagAssociation API service. More...

List of all members.

Static Public Attributes

static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
attachInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
attachOutput
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
detachInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
detachOutput
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
listAttachedObjectsInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
listAttachedObjectsOutput
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
listAttachedTagsInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
listAttachedTagsOutput
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
listAttachableTagsInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
listAttachableTagsOutput

Detailed Description

Defines the type descriptors for the TagAssociation API service.


Member Data Documentation

global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::cis::tagging::TagAssociationDefinitions::attachInput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
            {
                global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
                    new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
                fields.Add("tag_id", new vmware.vapi.bindings.type.IdType("com.vmware.cis.tagging.Tag"));
                fields.Add("object_id", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vapi.std.StructDefinitions.dynamicID.Value)));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("operation-input", fields, typeof(vmware.vapi.data.StructValue), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.IType> vmware::cis::tagging::TagAssociationDefinitions::attachOutput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.VoidType();
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::cis::tagging::TagAssociationDefinitions::detachInput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
            {
                global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
                    new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
                fields.Add("tag_id", new vmware.vapi.bindings.type.IdType("com.vmware.cis.tagging.Tag"));
                fields.Add("object_id", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vapi.std.StructDefinitions.dynamicID.Value)));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("operation-input", fields, typeof(vmware.vapi.data.StructValue), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.IType> vmware::cis::tagging::TagAssociationDefinitions::detachOutput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.VoidType();
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::cis::tagging::TagAssociationDefinitions::listAttachableTagsInput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
            {
                global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
                    new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
                fields.Add("object_id", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vapi.std.StructDefinitions.dynamicID.Value)));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("operation-input", fields, typeof(vmware.vapi.data.StructValue), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.IType> vmware::cis::tagging::TagAssociationDefinitions::listAttachableTagsOutput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.IdType("com.vmware.cis.tagging.Tag"));
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::cis::tagging::TagAssociationDefinitions::listAttachedObjectsInput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
            {
                global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
                    new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
                fields.Add("tag_id", new vmware.vapi.bindings.type.IdType("com.vmware.cis.tagging.Tag"));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("operation-input", fields, typeof(vmware.vapi.data.StructValue), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.IType> vmware::cis::tagging::TagAssociationDefinitions::listAttachedObjectsOutput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vapi.std.StructDefinitions.dynamicID.Value)));
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::cis::tagging::TagAssociationDefinitions::listAttachedTagsInput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
            {
                global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
                    new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
                fields.Add("object_id", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vapi.std.StructDefinitions.dynamicID.Value)));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("operation-input", fields, typeof(vmware.vapi.data.StructValue), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.IType> vmware::cis::tagging::TagAssociationDefinitions::listAttachedTagsOutput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.IdType("com.vmware.cis.tagging.Tag"));
            })

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