Class AttachmentState
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()
Namespace: Pulumi.AliCloud.Slb
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class AttachmentState : ResourceArgs
Constructors
View SourceAttachmentState()
Declaration
public AttachmentState()
Properties
View SourceBackendServers
The backend servers of the load balancer.
Declaration
public Input<string> BackendServers { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
InstanceIds
A list of instance ids to added backend server in the SLB.
Declaration
public InputList<string> InstanceIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
LoadBalancerId
ID of the load balancer.
Declaration
public Input<string> LoadBalancerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServerType
Type of the instances. Valid value ecs, eni. Default to ecs.
Declaration
public Input<string> ServerType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Weight
Weight of the instances. Valid value range: [0-100]. Default to 100.
Declaration
public Input<int> Weight { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |