VMware vSphere Automation SDK for .NET 7.0.0.1
|
Defines the type descriptors for the top-level types in com.vmware.vcenter.deployment.migrate
package.
More...
Static Public Attributes | |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | activeDirectorySpec |
Defines the type descriptors for the top-level types in com.vmware.vcenter.deployment.migrate
package.
WARNING: Internal class, subject to change in future versions.
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::deployment::migrate::StructDefinitions::activeDirectorySpec [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("domain", new vmware.vapi.bindings.type.StringType()); fields.Add("username", new vmware.vapi.bindings.type.StringType()); fields.Add("password", 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.active_directory_spec", fields, typeof(vmware.vcenter.deployment.migrate.ActiveDirectorySpec), validators, false, null); })