VMware vSphere Automation SDK for .NET 7.0.0.1
|
Defines the type descriptors for the TrustedRootChains API service. More...
Static Public Attributes | |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | info |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | summary |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | createSpec |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | listInput |
static global::System.Lazy < vmware.vapi.bindings.type.IType > | listOutput |
static vmware.vapi.inner.bindings.OperationDef | listDef |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | createInput |
static global::System.Lazy < vmware.vapi.bindings.type.IType > | createOutput |
static vmware.vapi.inner.bindings.OperationDef | createDef |
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 > | deleteInput |
static global::System.Lazy < vmware.vapi.bindings.type.IType > | deleteOutput |
static vmware.vapi.inner.bindings.OperationDef | deleteDef |
static readonly global::System.Collections.Generic.List < vmware.vapi.inner.bindings.OperationDef > | __operationDefs |
Defines the type descriptors for the TrustedRootChains API service.
readonly global::System.Collections.Generic.List<vmware.vapi.inner.bindings.OperationDef> vmware::vcenter::certificate_management::vcenter::TrustedRootChainsDefinitions::__operationDefs [static] |
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::certificate_management::vcenter::TrustedRootChainsDefinitions::createDef [static] |
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::certificate_management::vcenter::TrustedRootChainsDefinitions::createInput [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("spec", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.certificate_management.vcenter.TrustedRootChainsDefinitions.createSpec.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::TrustedRootChainsDefinitions::createOutput [static] |
new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => { return new vmware.vapi.bindings.type.StringType(); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::certificate_management::vcenter::TrustedRootChainsDefinitions::createSpec [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("cert_chain", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.certificate_management.StructDefinitions.x509CertChain.Value))); fields.Add("chain", 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.trusted_root_chains.create_spec", fields, typeof(vmware.vcenter.certificate_management.vcenter.TrustedRootChainsTypes.CreateSpec), validators, false, null); })
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::certificate_management::vcenter::TrustedRootChainsDefinitions::deleteDef [static] |
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::certificate_management::vcenter::TrustedRootChainsDefinitions::deleteInput [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("chain", new vmware.vapi.bindings.type.StringType()); 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::TrustedRootChainsDefinitions::deleteOutput [static] |
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::TrustedRootChainsDefinitions::get_Def [static] |
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::certificate_management::vcenter::TrustedRootChainsDefinitions::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>(); fields.Add("chain", new vmware.vapi.bindings.type.StringType()); 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::TrustedRootChainsDefinitions::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.vcenter.certificate_management.vcenter.TrustedRootChainsDefinitions.info.Value)); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::certificate_management::vcenter::TrustedRootChainsDefinitions::info [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("cert_chain", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.certificate_management.StructDefinitions.x509CertChain.Value))); global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null; return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.certificate_management.vcenter.trusted_root_chains.info", fields, typeof(vmware.vcenter.certificate_management.vcenter.TrustedRootChainsTypes.Info), validators, false, null); })
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::certificate_management::vcenter::TrustedRootChainsDefinitions::listDef [static] |
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::certificate_management::vcenter::TrustedRootChainsDefinitions::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::vcenter::certificate_management::vcenter::TrustedRootChainsDefinitions::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.vcenter.certificate_management.vcenter.TrustedRootChainsDefinitions.summary.Value))); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::certificate_management::vcenter::TrustedRootChainsDefinitions::summary [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("chain", 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.trusted_root_chains.summary", fields, typeof(vmware.vcenter.certificate_management.vcenter.TrustedRootChainsTypes.Summary), validators, false, null); })