Show / Hide Table of Contents

Class DomainExtensionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DomainExtensionArgs
Inherited Members
ResourceArgs.Empty
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()
Namespace: Pulumi.AliCloud.Slb
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DomainExtensionArgs : ResourceArgs

Constructors

View Source

DomainExtensionArgs()

Declaration
public DomainExtensionArgs()

Properties

View Source

DeleteProtectionValidation

Checking DeleteProtection of SLB instance before deleting. If true, this resource will not be deleted when its SLB instance enabled DeleteProtection. Default to false.

Declaration
public Input<bool> DeleteProtectionValidation { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Domain

The domain name,

Declaration
public Input<string> Domain { get; set; }
Property Value
Type Description
Input<System.String>
View Source

FrontendPort

The frontend port used by the HTTPS listener of the SLB instance. Valid values: 1–65535.

Declaration
public Input<int> FrontendPort { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

LoadBalancerId

The ID of the SLB instance.

Declaration
public Input<string> LoadBalancerId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServerCertificateId

The ID of the certificate used by the domain name.

Declaration
public Input<string> ServerCertificateId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.