|
VMware vSphere Automation SDK for .NET 6.5.0
|
Defines the type descriptors for the Ntp API service. More...
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 |
Defines the type descriptors for the Ntp API service.
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::techpreview::NtpDefinitions::get_Input [static] |
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] |
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] |
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] |
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] |
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] |
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] |
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);
})