VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::esx::hosts::StructDefinitions Class Reference

Defines the type descriptors for the top-level types in com.vmware.esx.hosts package. More...

List of all members.

Static Public Attributes

static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
componentInfo
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
solutionInfo
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
baseImageInfo
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
addOnInfo
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
softwareInfo

Detailed Description

Defines the type descriptors for the top-level types in com.vmware.esx.hosts package.

WARNING: Internal class, subject to change in future versions.


Member Data Documentation

global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::esx::hosts::StructDefinitions::addOnInfo [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.IdType("com.vmware.esx.hosts.add_on"));
                fields.Add("version", new vmware.vapi.bindings.type.StringType());
                fields.Add("display_name", new vmware.vapi.bindings.type.StringType());
                fields.Add("vendor", new vmware.vapi.bindings.type.StringType());
                fields.Add("display_version", 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.hosts.add_on_info", fields, typeof(vmware.esx.hosts.AddOnInfo), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::esx::hosts::StructDefinitions::baseImageInfo [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("version", new vmware.vapi.bindings.type.IdType("com.vmware.esx.hosts.base_image"));
                fields.Add("display_name", new vmware.vapi.bindings.type.StringType());
                fields.Add("display_version", new vmware.vapi.bindings.type.StringType());
                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.hosts.base_image_info", fields, typeof(vmware.esx.hosts.BaseImageInfo), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::esx::hosts::StructDefinitions::componentInfo [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("version", new vmware.vapi.bindings.type.StringType());
                fields.Add("display_name", new vmware.vapi.bindings.type.StringType());
                fields.Add("display_version", new vmware.vapi.bindings.type.StringType());
                fields.Add("vendor", 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.hosts.component_info", fields, typeof(vmware.esx.hosts.ComponentInfo), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::esx::hosts::StructDefinitions::softwareInfo [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("base_image", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.esx.hosts.StructDefinitions.baseImageInfo.Value)));
                fields.Add("add_on", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.esx.hosts.StructDefinitions.addOnInfo.Value))));
                fields.Add("components", new vmware.vapi.bindings.type.MapType(new vmware.vapi.bindings.type.IdType("com.vmware.esx.hosts.component"), new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.esx.hosts.StructDefinitions.componentInfo.Value)))));
                fields.Add("solutions", new vmware.vapi.bindings.type.MapType(new vmware.vapi.bindings.type.IdType("com.vmware.esx.hosts.solution"), new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.esx.hosts.StructDefinitions.solutionInfo.Value))));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.esx.hosts.software_info", fields, typeof(vmware.esx.hosts.SoftwareInfo), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::esx::hosts::StructDefinitions::solutionInfo [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("version", new vmware.vapi.bindings.type.StringType());
                fields.Add("display_name", new vmware.vapi.bindings.type.StringType());
                fields.Add("components", new vmware.vapi.bindings.type.MapType(new vmware.vapi.bindings.type.IdType("com.vmware.esx.hosts.component"), new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.esx.hosts.StructDefinitions.componentInfo.Value))));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.esx.hosts.solution_info", fields, typeof(vmware.esx.hosts.SolutionInfo), validators, false, null);
            })

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