Class ServerCertificateArgs
Inheritance
System.Object
ServerCertificateArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ServerCertificateArgs : ResourceArgs
Constructors
View Source
ServerCertificateArgs()
Declaration
public ServerCertificateArgs()
Properties
View Source
AlicloudCertifacteId
Declaration
public Input<string> AlicloudCertifacteId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
AlicloudCertifacteName
Declaration
public Input<string> AlicloudCertifacteName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
AlicloudCertificateId
an id of server certificate ssued/proxied by alibaba cloud. but it is not supported on the international site of alibaba cloud now.
Declaration
public Input<string> AlicloudCertificateId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
AlicloudCertificateName
the name of the certificate specified by alicloud_certificate_id.but it is not supported on the international site of alibaba cloud now.
Declaration
public Input<string> AlicloudCertificateName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
AlicloudCertificateRegionId
the region of the certificate specified by alicloud_certificate_id. but it is not supported on the international site of alibaba cloud now.
Declaration
public Input<string> AlicloudCertificateRegionId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Certificate
the content of the ssl certificate. where alicloud_certificate_id is null, it is required, otherwise it is ignored.
Declaration
public Input<string> Certificate { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Name
Name of the Server Certificate.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
PrivateKey
the content of privat key of the ssl certificate specified by server_certificate. where alicloud_certificate_id is null, it is required, otherwise it is ignored.
Declaration
public Input<string> PrivateKey { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ResourceGroupId
The Id of resource group which the slb server certificate belongs.
Declaration
public Input<string> ResourceGroupId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
A mapping of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type |
Description |
| InputMap<System.Object> |
|