VMware vSphere Automation SDK for .NET 7.0.0.1
|
Defines the type descriptors for the top-level types in com.vmware.vcenter.trusted_infrastructure
package.
More...
Static Public Attributes | |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | networkAddress |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | stsPrincipalId |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | stsPrincipal |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | x509CertChain |
Defines the type descriptors for the top-level types in com.vmware.vcenter.trusted_infrastructure
package.
WARNING: Internal class, subject to change in future versions.
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::trusted_infrastructure::StructDefinitions::networkAddress [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("hostname", new vmware.vapi.bindings.type.StringType()); fields.Add("port", 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("com.vmware.vcenter.trusted_infrastructure.network_address", fields, typeof(vmware.vcenter.trusted_infrastructure.NetworkAddress), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::trusted_infrastructure::StructDefinitions::stsPrincipal [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.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.trusted_infrastructure.StructDefinitions.stsPrincipalId.Value))); fields.Add("type", new vmware.vapi.bindings.type.EnumType(typeof(vmware.vcenter.trusted_infrastructure.StsPrincipalType))); global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null; return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.trusted_infrastructure.sts_principal", fields, typeof(vmware.vcenter.trusted_infrastructure.StsPrincipal), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::trusted_infrastructure::StructDefinitions::stsPrincipalId [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("domain", 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.trusted_infrastructure.sts_principal_id", fields, typeof(vmware.vcenter.trusted_infrastructure.StsPrincipalId), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::trusted_infrastructure::StructDefinitions::x509CertChain [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.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.trusted_infrastructure.x509_cert_chain", fields, typeof(vmware.vcenter.trusted_infrastructure.X509CertChain), validators, false, null); })