VMware vSphere Automation SDK for .NET 7.0.0.1
|
Defines the type descriptors for the Passive API service. More...
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 |
Defines the type descriptors for the Passive API service.
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] |
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] |
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] |
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] |
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] |
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] |
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] |
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); })