VMware vSphere Automation SDK for .NET 7.0.0.1
|
Defines the type descriptors for the top-level types in com.vmware.esx.hcl
package.
More...
Static Public Attributes | |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | driver |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | firmware |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | PCIDevice |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | server |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | notification |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | notifications |
Defines the type descriptors for the top-level types in com.vmware.esx.hcl
package.
WARNING: Internal class, subject to change in future versions.
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::esx::hcl::StructDefinitions::driver [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("name", new vmware.vapi.bindings.type.StringType()); fields.Add("version", new vmware.vapi.bindings.type.StringType()); fields.Add("vendor", new vmware.vapi.bindings.type.OptionalType(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.hcl.driver", fields, typeof(vmware.esx.hcl.Driver), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::esx::hcl::StructDefinitions::firmware [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("vendor", new vmware.vapi.bindings.type.OptionalType(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.hcl.firmware", fields, typeof(vmware.esx.hcl.Firmware), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::esx::hcl::StructDefinitions::notification [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("id", new vmware.vapi.bindings.type.StringType()); fields.Add("time", new vmware.vapi.bindings.type.DateTimeType()); fields.Add("message", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vapi.std.StructDefinitions.localizableMessage.Value))); fields.Add("resolution", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vapi.std.StructDefinitions.localizableMessage.Value)))); global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null; return new vmware.vapi.bindings.type.StructType("com.vmware.esx.hcl.notification", fields, typeof(vmware.esx.hcl.Notification), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::esx::hcl::StructDefinitions::notifications [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("info", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.esx.hcl.StructDefinitions.notification.Value))))); fields.Add("warnings", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.esx.hcl.StructDefinitions.notification.Value))))); fields.Add("errors", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.esx.hcl.StructDefinitions.notification.Value))))); global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null; return new vmware.vapi.bindings.type.StructType("com.vmware.esx.hcl.notifications", fields, typeof(vmware.esx.hcl.Notifications), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::esx::hcl::StructDefinitions::PCIDevice [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("pci_address", new vmware.vapi.bindings.type.StringType()); fields.Add("vid", new vmware.vapi.bindings.type.StringType()); fields.Add("did", new vmware.vapi.bindings.type.StringType()); fields.Add("svid", new vmware.vapi.bindings.type.StringType()); fields.Add("ssid", new vmware.vapi.bindings.type.StringType()); fields.Add("vendor", new vmware.vapi.bindings.type.StringType()); fields.Add("model_name", new vmware.vapi.bindings.type.StringType()); fields.Add("class_code", new vmware.vapi.bindings.type.StringType()); fields.Add("sub_class_code", new vmware.vapi.bindings.type.StringType()); fields.Add("driver", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.esx.hcl.StructDefinitions.driver.Value))); fields.Add("firmware", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.esx.hcl.StructDefinitions.firmware.Value)))); fields.Add("used_by_vsan", 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.esx.hcl.PCI_device", fields, typeof(vmware.esx.hcl.PCIDevice), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::esx::hcl::StructDefinitions::server [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("model_name", new vmware.vapi.bindings.type.StringType()); fields.Add("vendor", new vmware.vapi.bindings.type.StringType()); fields.Add("cpu_series", new vmware.vapi.bindings.type.StringType()); fields.Add("cpu_features", new vmware.vapi.bindings.type.StringType()); fields.Add("bios", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.esx.hcl.StructDefinitions.firmware.Value))); global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null; return new vmware.vapi.bindings.type.StructType("com.vmware.esx.hcl.server", fields, typeof(vmware.esx.hcl.Server), validators, false, null); })