VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::vcha::cluster::PassiveDefinitions Class Reference

Defines the type descriptors for the Passive API service. More...

List of all members.

Static Public Attributes

static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
checkSpec
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
checkResult
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
redeploySpec
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
checkInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
checkOutput
static
vmware.vapi.inner.bindings.OperationDef 
checkDef
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
redeployInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
redeployOutput
static
vmware.vapi.inner.bindings.OperationDef 
redeployDef
static readonly
global::System.Collections.Generic.List
< vmware.vapi.inner.bindings.OperationDef > 
__operationDefs

Detailed Description

Defines the type descriptors for the Passive API service.


Member Data Documentation

readonly global::System.Collections.Generic.List<vmware.vapi.inner.bindings.OperationDef> vmware::vcenter::vcha::cluster::PassiveDefinitions::__operationDefs [static]
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::vcha::cluster::PassiveDefinitions::checkDef [static]
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vcha::cluster::PassiveDefinitions::checkInput [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("spec", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.vcha.cluster.PassiveDefinitions.checkSpec.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::vcha::cluster::PassiveDefinitions::checkOutput [static]
Initial value:
            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.vcha.cluster.PassiveDefinitions.checkResult.Value));
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vcha::cluster::PassiveDefinitions::checkResult [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("warnings", 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))));
                fields.Add("errors", 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.vcha.cluster.passive.check_result", fields, typeof(vmware.vcenter.vcha.cluster.PassiveTypes.CheckResult), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vcha::cluster::PassiveDefinitions::checkSpec [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("vc_spec", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.vcha.StructDefinitions.credentialsSpec.Value))));
                fields.Add("placement", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.vcha.StructDefinitions.placementSpec.Value)));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.vcha.cluster.passive.check_spec", fields, typeof(vmware.vcenter.vcha.cluster.PassiveTypes.CheckSpec), validators, false, null);
            })
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::vcha::cluster::PassiveDefinitions::redeployDef [static]
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vcha::cluster::PassiveDefinitions::redeployInput [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("spec", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.vcha.cluster.PassiveDefinitions.redeploySpec.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::vcha::cluster::PassiveDefinitions::redeployOutput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.VoidType();
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vcha::cluster::PassiveDefinitions::redeploySpec [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("vc_spec", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.vcha.StructDefinitions.credentialsSpec.Value))));
                fields.Add("placement", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.vcha.StructDefinitions.placementSpec.Value)));
                fields.Add("ha_ip", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.vcha.StructDefinitions.ipSpec.Value))));
                fields.Add("failover_ip", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.vcha.StructDefinitions.ipSpec.Value))));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.vcha.cluster.passive.redeploy_spec", fields, typeof(vmware.vcenter.vcha.cluster.PassiveTypes.RedeploySpec), validators, false, null);
            })

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