VMware vSphere Automation SDK for .NET 7.0.0.1
|
Defines the type descriptors for the ClusterCompatibility API service. More...
Static Public Attributes | |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | summary |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | filterSpec |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | listInput |
static global::System.Lazy < vmware.vapi.bindings.type.IType > | listOutput |
Defines the type descriptors for the ClusterCompatibility API service.
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::namespace_management::ClusterCompatibilityDefinitions::filterSpec [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", new vmware.vapi.bindings.type.OptionalType(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.namespace_management.cluster_compatibility.filter_spec", fields, typeof(vmware.vcenter.namespace_management.ClusterCompatibilityTypes.FilterSpec), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::namespace_management::ClusterCompatibilityDefinitions::listInput [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("filter", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.namespace_management.ClusterCompatibilityDefinitions.filterSpec.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::namespace_management::ClusterCompatibilityDefinitions::listOutput [static] |
new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => { return new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.namespace_management.ClusterCompatibilityDefinitions.summary.Value))); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::namespace_management::ClusterCompatibilityDefinitions::summary [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("cluster", new vmware.vapi.bindings.type.IdType("ClusterComputeResource")); fields.Add("compatible", new vmware.vapi.bindings.type.BooleanType()); fields.Add("incompatibility_reasons", new vmware.vapi.bindings.type.ListType(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.vcenter.namespace_management.cluster_compatibility.summary", fields, typeof(vmware.vcenter.namespace_management.ClusterCompatibilityTypes.Summary), validators, false, null); })