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

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

List of all members.

Static Public Attributes

static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
container
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
endpointAddress
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
ingressRuleValue
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
resourceQuotaOptionsV1
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
resourceQuotaOptionsV1Update

Detailed Description

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

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


Member Data Documentation

global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::namespaces::StructDefinitions::container [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("image", new vmware.vapi.bindings.type.StringType());
                fields.Add("status", new vmware.vapi.bindings.type.StringType());
                fields.Add("started_at", new vmware.vapi.bindings.type.StringType());
                fields.Add("finished_at", new vmware.vapi.bindings.type.StringType());
                fields.Add("reason", 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.namespaces.container", fields, typeof(vmware.vcenter.namespaces.Container), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::namespaces::StructDefinitions::endpointAddress [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("service", new vmware.vapi.bindings.type.StringType());
                fields.Add("ip", new vmware.vapi.bindings.type.StringType());
                fields.Add("port", new vmware.vapi.bindings.type.IntegerType());
                fields.Add("protocol", 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.namespaces.endpoint_address", fields, typeof(vmware.vcenter.namespaces.EndpointAddress), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::namespaces::StructDefinitions::ingressRuleValue [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("host", new vmware.vapi.bindings.type.StringType());
                fields.Add("path", new vmware.vapi.bindings.type.StringType());
                fields.Add("name", new vmware.vapi.bindings.type.StringType());
                fields.Add("port", new vmware.vapi.bindings.type.IntegerType());
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.namespaces.ingress_rule_value", fields, typeof(vmware.vcenter.namespaces.IngressRuleValue), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::namespaces::StructDefinitions::resourceQuotaOptionsV1 [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("memory_limit", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("memory_limit_default", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("memory_request_default", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("cpu_limit", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("cpu_limit_default", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("cpu_request_default", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("storage_request_limit", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("pod_count", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("service_count", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("deployment_count", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("daemon_set_count", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("replica_set_count", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("replication_controller_count", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("stateful_set_count", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("config_map_count", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("secret_count", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("persistent_volume_claim_count", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("job_count", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.namespaces.resource_quota_options_v1", fields, typeof(vmware.vcenter.namespaces.ResourceQuotaOptionsV1), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::namespaces::StructDefinitions::resourceQuotaOptionsV1Update [static]

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