VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::lcm::discovery::StructDefinitions Class Reference

Defines the type descriptors for the top-level types in com.vmware.vcenter.lcm.discovery package. More...

List of all members.

Static Public Attributes

static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
product

Detailed Description

Defines the type descriptors for the top-level types in com.vmware.vcenter.lcm.discovery package.

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


Member Data Documentation

global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::lcm::discovery::StructDefinitions::product [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("installed_product", new vmware.vapi.bindings.type.IdType("PRODUCT"));
                fields.Add("name", new vmware.vapi.bindings.type.StringType());
                fields.Add("version", new vmware.vapi.bindings.type.StringType());
                fields.Add("target_version", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("deployments", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.StringType())));
                fields.Add("auto", new vmware.vapi.bindings.type.BooleanType());
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.lcm.discovery.product", fields, typeof(vmware.vcenter.lcm.discovery.Product), validators, false, null);
            })

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