VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vstats::StructDefinitions Class Reference

Defines the type descriptors for the top-level types in com.vmware.vstats package. More...

List of all members.

Static Public Attributes

static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
cidMid
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
rsrcId
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
userInfo

Detailed Description

Defines the type descriptors for the top-level types in com.vmware.vstats package.

WARNING: Internal class, subject to change in future versions.


Member Data Documentation

global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vstats::StructDefinitions::cidMid [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("cid", new vmware.vapi.bindings.type.IdType("com.vmware.vstats.model.Counter"));
                fields.Add("mid", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IdType("com.vmware.vstats.model.CounterMetadata")));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.vstats.cid_mid", fields, typeof(vmware.vstats.CidMid), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vstats::StructDefinitions::rsrcId [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("key", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("type", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("id_value", new vmware.vapi.bindings.type.StringType());
                fields.Add("predicate", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.EnumType(typeof(vmware.vstats.QueryPredicate))));
                fields.Add("scheme", new vmware.vapi.bindings.type.OptionalType(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.vstats.rsrc_id", fields, typeof(vmware.vstats.RsrcId), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vstats::StructDefinitions::userInfo [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("label", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vapi.std.StructDefinitions.localizableMessage.Value)));
                fields.Add("description", 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.vstats.user_info", fields, typeof(vmware.vstats.UserInfo), validators, false, null);
            })

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