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

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

List of all members.

Static Public Attributes

static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
notification
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
notifications
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
taskInfo

Detailed Description

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

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


Member Data Documentation

global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::infraprofile::StructDefinitions::notification [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("notification", new vmware.vapi.bindings.type.IdType("com.vmware.infraprofile.notification"));
                fields.Add("time", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.DateTimeType()));
                fields.Add("message", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vapi.std.StructDefinitions.localizableMessage.Value)));
                fields.Add("resolution", new vmware.vapi.bindings.type.OptionalType(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.appliance.infraprofile.notification", fields, typeof(vmware.appliance.infraprofile.Notification), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::infraprofile::StructDefinitions::notifications [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("info", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.appliance.infraprofile.StructDefinitions.notification.Value)))));
                fields.Add("warnings", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.appliance.infraprofile.StructDefinitions.notification.Value)))));
                fields.Add("errors", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.appliance.infraprofile.StructDefinitions.notification.Value)))));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.appliance.infraprofile.notifications", fields, typeof(vmware.appliance.infraprofile.Notifications), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::infraprofile::StructDefinitions::taskInfo [static]

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