CertificateProps
Properties for defining a Certificate
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-certificate
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkslb"
&alicloudroscdkslb.CertificateProps {
AliCloudCertificateId: interface{},
AliCloudCertificateName: interface{},
Certificate: interface{},
CertificateName: interface{},
CertificateType: interface{},
PrivateKey: interface{},
ResourceGroupId: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkslb.RosCertificate.TagsProperty,
}
Properties
Name | Type | Description |
---|---|---|
AliCloudCertificateId |
interface{} |
Property aliCloudCertificateId: The ID of the Alibaba Cloud certificate. |
AliCloudCertificateName |
interface{} |
Property aliCloudCertificateName: The name of the Alibaba Cloud certificate. |
Certificate |
interface{} |
Property certificate: The content of the certificate public key. |
CertificateName |
interface{} |
Property certificateName: The name of the certificate. |
CertificateType |
interface{} |
Property certificateType: The type of the certificate. |
PrivateKey |
interface{} |
Property privateKey: The private key. |
ResourceGroupId |
interface{} |
Property resourceGroupId: Resource group id. |
Tags |
*[]TagsProperty |
Property tags: Tags to attach to instance. |
AliCloudCertificateId
Optional
AliCloudCertificateId interface{}
- Type: interface{}
Property aliCloudCertificateId: The ID of the Alibaba Cloud certificate.
AliCloudCertificateName
Optional
AliCloudCertificateName interface{}
- Type: interface{}
Property aliCloudCertificateName: The name of the Alibaba Cloud certificate.
Certificate
Optional
Certificate interface{}
- Type: interface{}
Property certificate: The content of the certificate public key.
CertificateName
Optional
CertificateName interface{}
- Type: interface{}
Property certificateName: The name of the certificate.
CertificateType
Optional
CertificateType interface{}
- Type: interface{}
Property certificateType: The type of the certificate.
PrivateKey
Optional
PrivateKey interface{}
- Type: interface{}
Property privateKey: The private key.
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: Resource group id.
Tags
Optional
Tags *[]TagsProperty
- 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.