|
VMware vSphere Automation SDK for .NET 6.5.0
|
Defines the type descriptors for the Services API service. More...
Static Public Attributes | |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | serviceInfo |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | controlInput |
| static global::System.Lazy < vmware.vapi.bindings.type.IType > | controlOutput |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | listInput |
| static global::System.Lazy < vmware.vapi.bindings.type.IType > | listOutput |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | stopInput |
| static global::System.Lazy < vmware.vapi.bindings.type.IType > | stopOutput |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | restartInput |
| static global::System.Lazy < vmware.vapi.bindings.type.IType > | restartOutput |
Defines the type descriptors for the Services API service.
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::techpreview::ServicesDefinitions::controlInput [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("args", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.StringType()));
fields.Add("name", new vmware.vapi.bindings.type.StringType());
fields.Add("timeout", new vmware.vapi.bindings.type.IntegerType());
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::ServicesDefinitions::controlOutput [static] |
new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
{
return new vmware.vapi.bindings.type.VoidType();
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::techpreview::ServicesDefinitions::listInput [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::ServicesDefinitions::listOutput [static] |
new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
{
return new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.appliance.techpreview.ServicesDefinitions.serviceInfo.Value)));
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::techpreview::ServicesDefinitions::restartInput [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("name", new vmware.vapi.bindings.type.StringType());
fields.Add("timeout", new vmware.vapi.bindings.type.IntegerType());
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::ServicesDefinitions::restartOutput [static] |
new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
{
return new vmware.vapi.bindings.type.VoidType();
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::techpreview::ServicesDefinitions::serviceInfo [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("name", new vmware.vapi.bindings.type.StringType());
fields.Add("description", new vmware.vapi.bindings.type.StringType());
fields.Add("operations", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.EnumType(typeof(vmware.appliance.techpreview.ServicesTypes.ServiceOps))));
global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
return new vmware.vapi.bindings.type.StructType("com.vmware.appliance.techpreview.services.service_info", fields, typeof(vmware.appliance.techpreview.ServicesTypes.ServiceInfo), validators, false, null);
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::techpreview::ServicesDefinitions::stopInput [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("name", new vmware.vapi.bindings.type.StringType());
fields.Add("timeout", new vmware.vapi.bindings.type.IntegerType());
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::ServicesDefinitions::stopOutput [static] |
new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
{
return new vmware.vapi.bindings.type.VoidType();
})