VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::vm::IdentityDefinitions Class Reference

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

List of all members.

Static Public Attributes

static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
info

Detailed Description

Defines the type descriptors for the Identity API service.


Member Data Documentation

global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vm::IdentityDefinitions::info [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("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);
            })

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