VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::esx::settings::depot_content::BaseImagesDefinitions Class Reference

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

List of all members.

Static Public Attributes

static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
summary
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
filterSpec
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
listInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
listOutput

Detailed Description

Defines the type descriptors for the BaseImages API service.


Member Data Documentation

global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::esx::settings::depot_content::BaseImagesDefinitions::filterSpec [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("min_version", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.esx.settings.depot_content.base_images.filter_spec", fields, typeof(vmware.esx.settings.depot_content.BaseImagesTypes.FilterSpec), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::esx::settings::depot_content::BaseImagesDefinitions::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("filter", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.esx.settings.depot_content.BaseImagesDefinitions.filterSpec.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::esx::settings::depot_content::BaseImagesDefinitions::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.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.esx.settings.depot_content.BaseImagesDefinitions.summary.Value)));
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::esx::settings::depot_content::BaseImagesDefinitions::summary [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("display_name", new vmware.vapi.bindings.type.StringType());
                fields.Add("version", new vmware.vapi.bindings.type.IdType("com.vmware.esx.settings.base_image"));
                fields.Add("display_version", new vmware.vapi.bindings.type.StringType());
                fields.Add("summary", new vmware.vapi.bindings.type.StringType());
                fields.Add("category", new vmware.vapi.bindings.type.EnumType(typeof(vmware.esx.settings.depot_content.BaseImagesTypes.CategoryType)));
                fields.Add("kb", new vmware.vapi.bindings.type.UriType());
                fields.Add("release_date", new vmware.vapi.bindings.type.DateTimeType());
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.esx.settings.depot_content.base_images.summary", fields, typeof(vmware.esx.settings.depot_content.BaseImagesTypes.Summary), validators, false, null);
            })

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