VMware vSphere Automation SDK for .NET 7.0.0.1
|
Defines the type descriptors for the Migrate API service. More...
Static Public Attributes | |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | vcsaEmbeddedSpec |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | pscSpec |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | sourceVcWindows |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | migrationAssistantSpec |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | migrateSpec |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | get_Input |
static global::System.Lazy < vmware.vapi.bindings.type.IType > | get_Output |
static vmware.vapi.inner.bindings.OperationDef | get_Def |
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 > | startInput |
static global::System.Lazy < vmware.vapi.bindings.type.IType > | startOutput |
static vmware.vapi.inner.bindings.OperationDef | startDef |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | cancelInput |
static global::System.Lazy < vmware.vapi.bindings.type.IType > | cancelOutput |
static vmware.vapi.inner.bindings.OperationDef | cancelDef |
static readonly global::System.Collections.Generic.List < vmware.vapi.inner.bindings.OperationDef > | __operationDefs |
Defines the type descriptors for the Migrate API service.
readonly global::System.Collections.Generic.List<vmware.vapi.inner.bindings.OperationDef> vmware::vcenter::deployment::MigrateDefinitions::__operationDefs [static] |
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::deployment::MigrateDefinitions::cancelDef [static] |
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::deployment::MigrateDefinitions::cancelInput [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>(); 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::deployment::MigrateDefinitions::cancelOutput [static] |
new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => { return new vmware.vapi.bindings.type.VoidType(); })
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::deployment::MigrateDefinitions::checkDef [static] |
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::deployment::MigrateDefinitions::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.deployment.MigrateDefinitions.migrateSpec.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::deployment::MigrateDefinitions::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.deployment.StructDefinitions.checkInfo.Value)); })
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::deployment::MigrateDefinitions::get_Def [static] |
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::deployment::MigrateDefinitions::get_Input [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>(); 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::deployment::MigrateDefinitions::get_Output [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.deployment.MigrateDefinitions.migrateSpec.Value)); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::deployment::MigrateDefinitions::migrateSpec [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("source_vc_windows", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.deployment.MigrateDefinitions.sourceVcWindows.Value))); fields.Add("existing_migration_assistant", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.deployment.MigrateDefinitions.migrationAssistantSpec.Value))); fields.Add("history", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.deployment.StructDefinitions.historyMigrationSpec.Value)))); fields.Add("vcsa_embedded", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.deployment.MigrateDefinitions.vcsaEmbeddedSpec.Value)))); fields.Add("psc", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.deployment.MigrateDefinitions.pscSpec.Value)))); fields.Add("active_directory", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.deployment.migrate.StructDefinitions.activeDirectorySpec.Value)))); fields.Add("auto_answer", 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.deployment.migrate.migrate_spec", fields, typeof(vmware.vcenter.deployment.MigrateTypes.MigrateSpec), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::deployment::MigrateDefinitions::migrationAssistantSpec [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("https_port", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType())); fields.Add("ssl_thumbprint", 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.deployment.migrate.migration_assistant_spec", fields, typeof(vmware.vcenter.deployment.MigrateTypes.MigrationAssistantSpec), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::deployment::MigrateDefinitions::pscSpec [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("ceip_enabled", 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.deployment.migrate.psc_spec", fields, typeof(vmware.vcenter.deployment.MigrateTypes.PscSpec), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::deployment::MigrateDefinitions::sourceVcWindows [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("hostname", new vmware.vapi.bindings.type.StringType()); fields.Add("username", new vmware.vapi.bindings.type.StringType()); fields.Add("password", new vmware.vapi.bindings.type.SecretType()); global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null; return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.deployment.migrate.source_vc_windows", fields, typeof(vmware.vcenter.deployment.MigrateTypes.SourceVcWindows), validators, false, null); })
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::deployment::MigrateDefinitions::startDef [static] |
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::deployment::MigrateDefinitions::startInput [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.deployment.MigrateDefinitions.migrateSpec.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::deployment::MigrateDefinitions::startOutput [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::deployment::MigrateDefinitions::vcsaEmbeddedSpec [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("ceip_enabled", 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.deployment.migrate.vcsa_embedded_spec", fields, typeof(vmware.vcenter.deployment.MigrateTypes.VcsaEmbeddedSpec), validators, false, null); })