VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::services::ServiceDefinitions Class Reference

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

List of all members.

Static Public Attributes

static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
info
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
updateSpec
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
startInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
startOutput
static
vmware.vapi.inner.bindings.OperationDef 
startDef
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
stopInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
stopOutput
static
vmware.vapi.inner.bindings.OperationDef 
stopDef
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
restartInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
restartOutput
static
vmware.vapi.inner.bindings.OperationDef 
restartDef
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
get_Input
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
get_Output
static
vmware.vapi.inner.bindings.OperationDef 
get_Def
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
updateInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
updateOutput
static
vmware.vapi.inner.bindings.OperationDef 
updateDef
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
listDetailsInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
listDetailsOutput
static
vmware.vapi.inner.bindings.OperationDef 
listDetailsDef
static readonly
global::System.Collections.Generic.List
< vmware.vapi.inner.bindings.OperationDef > 
__operationDefs

Detailed Description

Defines the type descriptors for the Service API service.


Member Data Documentation

readonly global::System.Collections.Generic.List<vmware.vapi.inner.bindings.OperationDef> vmware::vcenter::services::ServiceDefinitions::__operationDefs [static]
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::services::ServiceDefinitions::get_Def [static]
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::services::ServiceDefinitions::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>();
                fields.Add("service", new vmware.vapi.bindings.type.IdType("com.vmware.vcenter.services.Service"));
                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::vcenter::services::ServiceDefinitions::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.vcenter.services.ServiceDefinitions.info.Value));
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::services::ServiceDefinitions::info [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("name_key", new vmware.vapi.bindings.type.StringType());
                fields.Add("description_key", new vmware.vapi.bindings.type.StringType());
                fields.Add("startup_type", new vmware.vapi.bindings.type.EnumType(typeof(vmware.vcenter.services.ServiceTypes.StartupType)));
                fields.Add("state", new vmware.vapi.bindings.type.EnumType(typeof(vmware.vcenter.services.ServiceTypes.State)));
                fields.Add("health", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.EnumType(typeof(vmware.vcenter.services.ServiceTypes.Health))));
                fields.Add("health_messages", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vapi.std.StructDefinitions.localizableMessage.Value)))));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                validators = new global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator>(1);
                global::System.Collections.Generic.Dictionary<string, global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>> caseFields =
                    new global::System.Collections.Generic.Dictionary<string, global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>>();
                caseFields.Add("STARTED", new global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>(){new vmware.vapi.data.UnionValidator.FieldData("health", false), new vmware.vapi.data.UnionValidator.FieldData("health_messages", false)});
                caseFields.Add("STARTING", new global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>(){});
                caseFields.Add("STOPPING", new global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>(){});
                caseFields.Add("STOPPED", new global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>(){});
                validators.Add(new vmware.vapi.data.UnionValidator("state", caseFields));
                return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.services.service.info", fields, typeof(vmware.vcenter.services.ServiceTypes.Info), validators, false, null);
            })
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::services::ServiceDefinitions::listDetailsDef [static]
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::services::ServiceDefinitions::listDetailsInput [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::vcenter::services::ServiceDefinitions::listDetailsOutput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.MapType(new vmware.vapi.bindings.type.IdType("com.vmware.vcenter.services.Service"), new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.services.ServiceDefinitions.info.Value)));
            })
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::services::ServiceDefinitions::restartDef [static]
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::services::ServiceDefinitions::restartInput [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("service", new vmware.vapi.bindings.type.IdType("com.vmware.vcenter.services.Service"));
                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::vcenter::services::ServiceDefinitions::restartOutput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.VoidType();
            })
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::services::ServiceDefinitions::startDef [static]
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::services::ServiceDefinitions::startInput [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("service", new vmware.vapi.bindings.type.IdType("com.vmware.vcenter.services.Service"));
                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::vcenter::services::ServiceDefinitions::startOutput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.VoidType();
            })
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::services::ServiceDefinitions::stopDef [static]
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::services::ServiceDefinitions::stopInput [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("service", new vmware.vapi.bindings.type.IdType("com.vmware.vcenter.services.Service"));
                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::vcenter::services::ServiceDefinitions::stopOutput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.VoidType();
            })
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::services::ServiceDefinitions::updateDef [static]
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::services::ServiceDefinitions::updateInput [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("service", new vmware.vapi.bindings.type.IdType("com.vmware.vcenter.services.Service"));
                fields.Add("spec", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.services.ServiceDefinitions.updateSpec.Value)));
                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::vcenter::services::ServiceDefinitions::updateOutput [static]
Initial value:
            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::vcenter::services::ServiceDefinitions::updateSpec [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("startup_type", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.EnumType(typeof(vmware.vcenter.services.ServiceTypes.StartupType))));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.services.service.update_spec", fields, typeof(vmware.vcenter.services.ServiceTypes.UpdateSpec), validators, false, null);
            })

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