VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::compute::policies::StructDefinitions Class Reference

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

List of all members.

Static Public Attributes

static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
createSpec
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
info
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
status

Detailed Description

Defines the type descriptors for the top-level types in com.vmware.vcenter.compute.policies package.

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


Member Data Documentation

global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::compute::policies::StructDefinitions::createSpec [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("capability", new vmware.vapi.bindings.type.IdType("com.vmware.vcenter.compute.policies.Capability"));
                fields.Add("name", new vmware.vapi.bindings.type.StringType());
                fields.Add("description", 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.compute.policies.create_spec", fields, typeof(vmware.vcenter.compute.policies.CreateSpec), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::compute::policies::StructDefinitions::info [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("name", new vmware.vapi.bindings.type.StringType());
                fields.Add("description", new vmware.vapi.bindings.type.StringType());
                fields.Add("capability", new vmware.vapi.bindings.type.IdType("com.vmware.vcenter.compute.policies.Capability"));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.compute.policies.info", fields, typeof(vmware.vcenter.compute.policies.Info), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::compute::policies::StructDefinitions::status [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("status", new vmware.vapi.bindings.type.EnumType(typeof(vmware.vcenter.compute.policies.ObjectCompliance)));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.compute.policies.status", fields, typeof(vmware.vcenter.compute.policies.Status), validators, false, null);
            })

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