|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Defines the type descriptors for the InteropReport API service. More...
Static Public Attributes | |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | releaseInfo |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | reportRow |
| 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 > | spec |
| 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 InteropReport API service.
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::lcm::discovery::InteropReportDefinitions::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("spec", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.lcm.discovery.InteropReportDefinitions.spec.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::vcenter::lcm::discovery::InteropReportDefinitions::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.discovery.InteropReportDefinitions.result.Value));
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::lcm::discovery::InteropReportDefinitions::releaseInfo [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.StringType());
fields.Add("note", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.UriType()));
global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.lcm.discovery.interop_report.release_info", fields, typeof(vmware.vcenter.lcm.discovery.InteropReportTypes.ReleaseInfo), validators, false, null);
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::lcm::discovery::InteropReportDefinitions::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("target_product", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.lcm.discovery.StructDefinitions.product.Value)));
fields.Add("products", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.lcm.discovery.InteropReportDefinitions.reportRow.Value))));
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.discovery.InteropReportDefinitions.reportSummary.Value)));
global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.lcm.discovery.interop_report.report", fields, typeof(vmware.vcenter.lcm.discovery.InteropReportTypes.Report), validators, false, null);
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::lcm::discovery::InteropReportDefinitions::reportRow [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("product", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.lcm.discovery.StructDefinitions.product.Value)));
fields.Add("compatible", new vmware.vapi.bindings.type.BooleanType());
fields.Add("compatible_releases", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.lcm.discovery.InteropReportDefinitions.releaseInfo.Value))));
global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.lcm.discovery.interop_report.report_row", fields, typeof(vmware.vcenter.lcm.discovery.InteropReportTypes.ReportRow), validators, false, null);
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::lcm::discovery::InteropReportDefinitions::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("compatible_count", new vmware.vapi.bindings.type.IntegerType());
fields.Add("incompatible_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.discovery.interop_report.report_summary", fields, typeof(vmware.vcenter.lcm.discovery.InteropReportTypes.ReportSummary), validators, false, null);
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::lcm::discovery::InteropReportDefinitions::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.discovery.InteropReportDefinitions.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.discovery.interop_report.result", fields, typeof(vmware.vcenter.lcm.discovery.InteropReportTypes.Result), validators, false, null);
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::lcm::discovery::InteropReportDefinitions::spec [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("target_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.vcenter.lcm.discovery.interop_report.spec", fields, typeof(vmware.vcenter.lcm.discovery.InteropReportTypes.Spec), validators, false, null);
})