VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::lcm::update::PrecheckReportDefinitions Class Reference

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

List of all members.

Static Public Attributes

static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
reportSummary
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
report
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
result
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
createInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
createOutput

Detailed Description

Defines the type descriptors for the PrecheckReport API service.


Member Data Documentation

global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::lcm::update::PrecheckReportDefinitions::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("version", new vmware.vapi.bindings.type.IdType("com.vmware.vcenter.lcm.update.pending"));
                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::vcenter::lcm::update::PrecheckReportDefinitions::createOutput [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.vcenter.lcm.update.PrecheckReportDefinitions.result.Value));
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::lcm::update::PrecheckReportDefinitions::report [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("date_created", new vmware.vapi.bindings.type.DateTimeType());
                fields.Add("estimated_time_to_update", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("issues", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.lcm.StructDefinitions.notifications.Value))));
                fields.Add("summary", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.lcm.update.PrecheckReportDefinitions.reportSummary.Value)));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.lcm.update.precheck_report.report", fields, typeof(vmware.vcenter.lcm.update.PrecheckReportTypes.Report), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::lcm::update::PrecheckReportDefinitions::reportSummary [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("error_count", new vmware.vapi.bindings.type.IntegerType());
                fields.Add("warning_count", new vmware.vapi.bindings.type.IntegerType());
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.lcm.update.precheck_report.report_summary", fields, typeof(vmware.vcenter.lcm.update.PrecheckReportTypes.ReportSummary), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::lcm::update::PrecheckReportDefinitions::result [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("report", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.lcm.update.PrecheckReportDefinitions.report.Value)));
                fields.Add("csv_report", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IdType("com.vmware.vcenter.lcm.report")));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.lcm.update.precheck_report.result", fields, typeof(vmware.vcenter.lcm.update.PrecheckReportTypes.Result), validators, false, null);
            })

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