|
VMware vSphere Automation SDK for .NET 6.5.0
|
Defines the type descriptors for the top-level types in com.vmware.vapi.std package.
More...
Static Public Attributes | |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | authenticationScheme |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | dynamicID |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | localizableMessage |
Defines the type descriptors for the top-level types in com.vmware.vapi.std package.
WARNING: Internal API, subject to change in future versions.
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vapi::std::StructDefinitions::authenticationScheme [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("com.vmware.vapi.std.authentication_scheme", fields, typeof(vmware.vapi.std.AuthenticationScheme), validators, false, null);
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vapi::std::StructDefinitions::dynamicID [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("type", new vmware.vapi.bindings.type.StringType());
fields.Add("id", new vmware.vapi.bindings.type.IdType("null"));
global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
return new vmware.vapi.bindings.type.StructType("com.vmware.vapi.std.dynamic_ID", fields, typeof(vmware.vapi.std.DynamicID), validators, false, null);
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vapi::std::StructDefinitions::localizableMessage [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("id", new vmware.vapi.bindings.type.StringType());
fields.Add("default_message", new vmware.vapi.bindings.type.StringType());
fields.Add("args", 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.vapi.std.localizable_message", fields, typeof(vmware.vapi.std.LocalizableMessage), validators, false, null);
})