VMware vSphere Automation SDK for .NET 7.0.0.1
|
Defines the type descriptors for the PrecheckReport API service. More...
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 |
Defines the type descriptors for the PrecheckReport API service.
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::lcm::update::PrecheckReportDefinitions::createInput [static] |
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] |
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] |
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] |
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] |
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); })