Skip to content

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.

AliCloudCertificateIdOptional

AliCloudCertificateId interface{}
  • Type: interface{}

Property aliCloudCertificateId: The ID of the Alibaba Cloud certificate.


AliCloudCertificateNameOptional

AliCloudCertificateName interface{}
  • Type: interface{}

Property aliCloudCertificateName: The name of the Alibaba Cloud certificate.


CertificateOptional

Certificate interface{}
  • Type: interface{}

Property certificate: The content of the certificate public key.


CertificateNameOptional

CertificateName interface{}
  • Type: interface{}

Property certificateName: The name of the certificate.


CertificateTypeOptional

CertificateType interface{}
  • Type: interface{}

Property certificateType: The type of the certificate.


PrivateKeyOptional

PrivateKey interface{}
  • Type: interface{}

Property privateKey: The private key.


ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: Resource group id.


TagsOptional

Tags *[]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.