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

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

List of all members.

Static Public Attributes

static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
info
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
filterSpec
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
listInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
listOutput
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
getDefaultInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
getDefaultOutput
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
get_Input
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
get_Output

Detailed Description

Defines the type descriptors for the CounterMetadata API service.


Member Data Documentation

global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vstats::CounterMetadataDefinitions::filterSpec [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("status", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.EnumType(typeof(vmware.vstats.CounterMetadataTypes.CounterEditionStatus))));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.vstats.counter_metadata.filter_spec", fields, typeof(vmware.vstats.CounterMetadataTypes.FilterSpec), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vstats::CounterMetadataDefinitions::get_Input [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.IdType("com.vmware.vstats.model.CounterMetadata"));
                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::vstats::CounterMetadataDefinitions::get_Output [static]
Initial value:
            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.vstats.CounterMetadataDefinitions.info.Value));
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vstats::CounterMetadataDefinitions::getDefaultInput [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"));
                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::vstats::CounterMetadataDefinitions::getDefaultOutput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vstats.CounterMetadataDefinitions.info.Value)));
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vstats::CounterMetadataDefinitions::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("cid", new vmware.vapi.bindings.type.IdType("com.vmware.vstats.model.Counter"));
                fields.Add("mid", new vmware.vapi.bindings.type.IdType("com.vmware.vstats.model.CounterMetadata"));
                fields.Add("status", new vmware.vapi.bindings.type.EnumType(typeof(vmware.vstats.CounterMetadataTypes.CounterEditionStatus)));
                fields.Add("type", new vmware.vapi.bindings.type.EnumType(typeof(vmware.vstats.CounterMetadataTypes.SampleType)));
                fields.Add("units", new vmware.vapi.bindings.type.EnumType(typeof(vmware.vstats.CounterMetadataTypes.MetricUnits)));
                fields.Add("scale", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.EnumType(typeof(vmware.vstats.CounterMetadataTypes.UnitsFactor))));
                fields.Add("user_info", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vstats.StructDefinitions.userInfo.Value))));
                fields.Add("pid", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IdType("com.vmware.vstats.model.Provider")));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.vstats.counter_metadata.info", fields, typeof(vmware.vstats.CounterMetadataTypes.Info), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vstats::CounterMetadataDefinitions::listInput [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("filter", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vstats.CounterMetadataDefinitions.filterSpec.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::vstats::CounterMetadataDefinitions::listOutput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vstats.CounterMetadataDefinitions.info.Value)));
            })

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