VMware vCloud Suite SDK for .NET 6.0.0
vmware::content::library::ItemDefinitions Class Reference

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

List of all members.

Static Public Attributes

static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
findSpec
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
copyInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
copyOutput
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
createInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
createOutput
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
deleteInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
deleteOutput
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
get_Input
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
get_Output
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
listInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
listOutput
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
findInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
findOutput
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
updateInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
updateOutput

Detailed Description

Defines the type descriptors for the Item API service.


Member Data Documentation

global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::ItemDefinitions::copyInput [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("client_token", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("source_library_item_id", new vmware.vapi.bindings.type.IdType("com.vmware.content.library.Item"));
                fields.Add("destination_create_spec", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.content.library.StructDefinitions.itemModel.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::content::library::ItemDefinitions::copyOutput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.IdType("com.vmware.content.library.Item");
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::ItemDefinitions::createInput [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("client_token", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("create_spec", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.content.library.StructDefinitions.itemModel.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::content::library::ItemDefinitions::createOutput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.IdType("com.vmware.content.library.Item");
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::ItemDefinitions::deleteInput [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("library_item_id", new vmware.vapi.bindings.type.IdType("com.vmware.content.library.Item"));
                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::content::library::ItemDefinitions::deleteOutput [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::content::library::ItemDefinitions::findInput [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("spec", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.content.library.ItemDefinitions.findSpec.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::content::library::ItemDefinitions::findOutput [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.content.library.Item"));
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::ItemDefinitions::findSpec [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("name", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("library_id", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IdType("com.vmware.content.Library")));
                fields.Add("source_id", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IdType("com.vmware.content.library.Item")));
                fields.Add("type", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("cached", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.BooleanType()));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.content.library.item.find_spec", fields, typeof(vmware.content.library.ItemTypes.FindSpec), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::ItemDefinitions::get_Input [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("library_item_id", new vmware.vapi.bindings.type.IdType("com.vmware.content.library.Item"));
                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::content::library::ItemDefinitions::get_Output [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.content.library.StructDefinitions.itemModel.Value));
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::ItemDefinitions::listInput [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("library_id", new vmware.vapi.bindings.type.IdType("com.vmware.content.Library"));
                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::content::library::ItemDefinitions::listOutput [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.content.library.Item"));
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::ItemDefinitions::updateInput [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("library_item_id", new vmware.vapi.bindings.type.IdType("com.vmware.content.library.Item"));
                fields.Add("update_spec", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.content.library.StructDefinitions.itemModel.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::content::library::ItemDefinitions::updateOutput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.VoidType();
            })

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