VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::certificate_management::vcenter::TlsDefinitions Class Reference

Defines the type descriptors for the Tls 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 > 
spec
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
replaceSpec
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
set_Input
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
set_Output
static
vmware.vapi.inner.bindings.OperationDef 
set_Def
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 > 
renewInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
renewOutput
static
vmware.vapi.inner.bindings.OperationDef 
renewDef
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
replaceVmcaSignedInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
replaceVmcaSignedOutput
static
vmware.vapi.inner.bindings.OperationDef 
replaceVmcaSignedDef
static readonly
global::System.Collections.Generic.List
< vmware.vapi.inner.bindings.OperationDef > 
__operationDefs

Detailed Description

Defines the type descriptors for the Tls API service.


Member Data Documentation

readonly global::System.Collections.Generic.List<vmware.vapi.inner.bindings.OperationDef> vmware::vcenter::certificate_management::vcenter::TlsDefinitions::__operationDefs [static]
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::certificate_management::vcenter::TlsDefinitions::get_Def [static]
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::certificate_management::vcenter::TlsDefinitions::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>();
                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::certificate_management::vcenter::TlsDefinitions::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.certificate_management.vcenter.TlsDefinitions.info.Value));
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::certificate_management::vcenter::TlsDefinitions::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("version", new vmware.vapi.bindings.type.IntegerType());
                fields.Add("serial_number", new vmware.vapi.bindings.type.StringType());
                fields.Add("signature_algorithm", new vmware.vapi.bindings.type.StringType());
                fields.Add("issuer_dn", new vmware.vapi.bindings.type.StringType());
                fields.Add("valid_from", new vmware.vapi.bindings.type.DateTimeType());
                fields.Add("valid_to", new vmware.vapi.bindings.type.DateTimeType());
                fields.Add("subject_dn", new vmware.vapi.bindings.type.StringType());
                fields.Add("thumbprint", new vmware.vapi.bindings.type.StringType());
                fields.Add("is_CA", new vmware.vapi.bindings.type.BooleanType());
                fields.Add("path_length_constraint", new vmware.vapi.bindings.type.IntegerType());
                fields.Add("key_usage", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("extended_key_usage", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("subject_alternative_name", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("authority_information_access_uri", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("cert", 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.vcenter.certificate_management.vcenter.tls.info", fields, typeof(vmware.vcenter.certificate_management.vcenter.TlsTypes.Info), validators, false, null);
            })
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::certificate_management::vcenter::TlsDefinitions::renewDef [static]
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::certificate_management::vcenter::TlsDefinitions::renewInput [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("duration", new vmware.vapi.bindings.type.OptionalType(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::vcenter::certificate_management::vcenter::TlsDefinitions::renewOutput [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::certificate_management::vcenter::TlsDefinitions::replaceSpec [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("key_size", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("common_name", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("organization", new vmware.vapi.bindings.type.StringType());
                fields.Add("organization_unit", new vmware.vapi.bindings.type.StringType());
                fields.Add("locality", new vmware.vapi.bindings.type.StringType());
                fields.Add("state_or_province", new vmware.vapi.bindings.type.StringType());
                fields.Add("country", new vmware.vapi.bindings.type.StringType());
                fields.Add("email_address", new vmware.vapi.bindings.type.StringType());
                fields.Add("subject_alt_name", new vmware.vapi.bindings.type.OptionalType(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.vcenter.certificate_management.vcenter.tls.replace_spec", fields, typeof(vmware.vcenter.certificate_management.vcenter.TlsTypes.ReplaceSpec), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::certificate_management::vcenter::TlsDefinitions::replaceVmcaSignedInput [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("spec", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.certificate_management.vcenter.TlsDefinitions.replaceSpec.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::certificate_management::vcenter::TlsDefinitions::replaceVmcaSignedOutput [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::certificate_management::vcenter::TlsDefinitions::set_Def [static]
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::certificate_management::vcenter::TlsDefinitions::set_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("spec", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.certificate_management.vcenter.TlsDefinitions.spec.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::certificate_management::vcenter::TlsDefinitions::set_Output [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::certificate_management::vcenter::TlsDefinitions::spec [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("cert", new vmware.vapi.bindings.type.StringType());
                fields.Add("key", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.SecretType()));
                fields.Add("root_cert", new vmware.vapi.bindings.type.OptionalType(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.vcenter.certificate_management.vcenter.tls.spec", fields, typeof(vmware.vcenter.certificate_management.vcenter.TlsTypes.Spec), validators, false, null);
            })

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