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

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

List of all members.

Static Public Attributes

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

Detailed Description

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

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


Member Data Documentation

global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::namespace_management::StructDefinitions::ipv4Cidr [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("address", new vmware.vapi.bindings.type.StringType());
                fields.Add("prefix", 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.namespace_management.ipv4_cidr", fields, typeof(vmware.vcenter.namespace_management.Ipv4Cidr), validators, false, null);
            })

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