Skip to content

RosCertificateProps

Properties for defining a RosCertificate.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-certificate

Initializer

using AlibabaCloud.SDK.ROS.CDK.Slb;
new RosCertificateProps {
    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 No description.
AliCloudCertificateName object No description.
Certificate object No description.
CertificateName object No description.
CertificateType object No description.
PrivateKey object No description.
ResourceGroupId object No description.
Tags TagsProperty[] No description.

AliCloudCertificateIdOptional

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

AliCloudCertificateNameOptional

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

CertificateOptional

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

CertificateNameOptional

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

CertificateTypeOptional

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

PrivateKeyOptional

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

ResourceGroupIdOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }