VMware vSphere Automation SDK for .NET 7.0.0.1
|
Defines the type descriptors for the Identity API service. More...
Static Public Attributes | |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | info |
Defines the type descriptors for the Identity API service.
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vm::IdentityDefinitions::info [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("name", new vmware.vapi.bindings.type.StringType()); fields.Add("bios_uuid", new vmware.vapi.bindings.type.StringType()); fields.Add("instance_uuid", 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.vm.identity.info", fields, typeof(vmware.vcenter.vm.IdentityTypes.Info), validators, false, null); })