CertificateProps
Properties for defining a Certificate
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-certificate
Initializer
using AlibabaCloud.SDK.ROS.CDK.Slb;
new CertificateProps {
object AliCloudCertificateId = null,
object AliCloudCertificateName = null,
object Certificate = null,
object CertificateName = null,
object CertificateType = null,
object PrivateKey = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
AliCloudCertificateId |
object |
Property aliCloudCertificateId: The ID of the Alibaba Cloud certificate. |
AliCloudCertificateName |
object |
Property aliCloudCertificateName: The name of the Alibaba Cloud certificate. |
Certificate |
object |
Property certificate: The content of the certificate public key. |
CertificateName |
object |
Property certificateName: The name of the certificate. |
CertificateType |
object |
Property certificateType: The type of the certificate. |
PrivateKey |
object |
Property privateKey: The private key. |
ResourceGroupId |
object |
Property resourceGroupId: Resource group id. |
Tags |
TagsProperty[] |
Property tags: Tags to attach to instance. |
AliCloudCertificateId
Optional
public object AliCloudCertificateId { get; set; }
- Type: object
Property aliCloudCertificateId: The ID of the Alibaba Cloud certificate.
AliCloudCertificateName
Optional
public object AliCloudCertificateName { get; set; }
- Type: object
Property aliCloudCertificateName: The name of the Alibaba Cloud certificate.
Certificate
Optional
public object Certificate { get; set; }
- Type: object
Property certificate: The content of the certificate public key.
CertificateName
Optional
public object CertificateName { get; set; }
- Type: object
Property certificateName: The name of the certificate.
CertificateType
Optional
public object CertificateType { get; set; }
- Type: object
Property certificateType: The type of the certificate.
PrivateKey
Optional
public object PrivateKey { get; set; }
- Type: object
Property privateKey: The private key.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: Resource group id.
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Property tags: Tags to attach to instance.
Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.