VMware vSphere Automation SDK for .NET 6.5.0
vmware::appliance::techpreview::NtpDefinitions Class Reference

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

List of all members.

Static Public Attributes

static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
NTPConfig
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
message
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
testStatusInfo
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
testInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
testOutput
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 Ntp API service.


Member Data Documentation

global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::techpreview::NtpDefinitions::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>();
                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::appliance::techpreview::NtpDefinitions::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.appliance.techpreview.NtpDefinitions.NTPConfig.Value));
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::techpreview::NtpDefinitions::message [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("message", new vmware.vapi.bindings.type.StringType());
                fields.Add("result", new vmware.vapi.bindings.type.EnumType(typeof(vmware.appliance.techpreview.NtpTypes.MessageStatus)));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.appliance.techpreview.ntp.message", fields, typeof(vmware.appliance.techpreview.NtpTypes.Message), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::techpreview::NtpDefinitions::NTPConfig [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.EnumType(typeof(vmware.appliance.techpreview.NtpTypes.NTPStatus)));
                fields.Add("servers", new vmware.vapi.bindings.type.ListType(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.appliance.techpreview.ntp.NTP_config", fields, typeof(vmware.appliance.techpreview.NtpTypes.NTPConfig), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::techpreview::NtpDefinitions::testInput [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("servers", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.StringType()));
                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::appliance::techpreview::NtpDefinitions::testOutput [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.appliance.techpreview.NtpDefinitions.testStatusInfo.Value));
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::techpreview::NtpDefinitions::testStatusInfo [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.EnumType(typeof(vmware.appliance.techpreview.NtpTypes.TestStatus)));
                fields.Add("messages", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.appliance.techpreview.NtpDefinitions.message.Value))));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.appliance.techpreview.ntp.test_status_info", fields, typeof(vmware.appliance.techpreview.NtpTypes.TestStatusInfo), validators, false, null);
            })

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