Skip to content

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.

AliCloudCertificateIdOptional

public object AliCloudCertificateId { get; set; }
  • Type: object

Property aliCloudCertificateId: The ID of the Alibaba Cloud certificate.


AliCloudCertificateNameOptional

public object AliCloudCertificateName { get; set; }
  • Type: object

Property aliCloudCertificateName: The name of the Alibaba Cloud certificate.


CertificateOptional

public object Certificate { get; set; }
  • Type: object

Property certificate: The content of the certificate public key.


CertificateNameOptional

public object CertificateName { get; set; }
  • Type: object

Property certificateName: The name of the certificate.


CertificateTypeOptional

public object CertificateType { get; set; }
  • Type: object

Property certificateType: The type of the certificate.


PrivateKeyOptional

public object PrivateKey { get; set; }
  • Type: object

Property privateKey: The private key.


ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

Property resourceGroupId: Resource group id.


TagsOptional

public TagsProperty[] Tags { get; set; }

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.