|
VMware vSphere Automation SDK for .NET 6.5.0
|
Defines the type descriptors for the Time API service. More...
Static Public Attributes | |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | systemTimeStruct |
| 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 Time API service.
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::system::TimeDefinitions::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::system::TimeDefinitions::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.system.TimeDefinitions.systemTimeStruct.Value));
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::system::TimeDefinitions::systemTimeStruct [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("seconds_since_epoch", new vmware.vapi.bindings.type.DoubleType());
fields.Add("date", new vmware.vapi.bindings.type.StringType());
fields.Add("time", new vmware.vapi.bindings.type.StringType());
fields.Add("timezone", 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.system.time.system_time_struct", fields, typeof(vmware.appliance.system.TimeTypes.SystemTimeStruct), validators, false, null);
})