Show / Hide Table of Contents

Class BackendServerArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BackendServerArgs
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 BackendServerArgs : ResourceArgs

Constructors

View Source

BackendServerArgs()

Declaration
public BackendServerArgs()

Properties

View Source

BackendServers

A list of instances to added backend server in the SLB. It contains three sub-fields as Block server follows.

Declaration
public InputList<BackendServerBackendServerArgs> BackendServers { get; set; }
Property Value
Type Description
InputList<BackendServerBackendServerArgs>
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

LoadBalancerId

ID of the load balancer.

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