Attachment

Create a Attachment Resource

def Attachment(resource_name, opts=None, backend_servers=None, delete_protection_validation=None, instance_ids=None, load_balancer_id=None, server_type=None, weight=None, __props__=None);
func NewAttachment(ctx *Context, name string, args AttachmentArgs, opts ...ResourceOption) (*Attachment, error)
public Attachment(string name, AttachmentArgs args, CustomResourceOptions? opts = null)
name string
The unique name of the resource.
args AttachmentArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args AttachmentArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args AttachmentArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

Attachment Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The Attachment resource accepts the following input properties:

InstanceIds List<string>

A list of instance ids to added backend server in the SLB.

LoadBalancerId string

ID of the load balancer.

BackendServers string

The backend servers of the load balancer.

DeleteProtectionValidation bool

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

ServerType string

Type of the instances. Valid value ecs, eni. Default to ecs.

Weight int

Weight of the instances. Valid value range: [0-100]. Default to 100.

InstanceIds []string

A list of instance ids to added backend server in the SLB.

LoadBalancerId string

ID of the load balancer.

BackendServers string

The backend servers of the load balancer.

DeleteProtectionValidation bool

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

ServerType string

Type of the instances. Valid value ecs, eni. Default to ecs.

Weight int

Weight of the instances. Valid value range: [0-100]. Default to 100.

instanceIds string[]

A list of instance ids to added backend server in the SLB.

loadBalancerId string

ID of the load balancer.

backendServers string

The backend servers of the load balancer.

deleteProtectionValidation boolean

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

serverType string

Type of the instances. Valid value ecs, eni. Default to ecs.

weight number

Weight of the instances. Valid value range: [0-100]. Default to 100.

instance_ids List[str]

A list of instance ids to added backend server in the SLB.

load_balancer_id str

ID of the load balancer.

backend_servers str

The backend servers of the load balancer.

delete_protection_validation bool

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

server_type str

Type of the instances. Valid value ecs, eni. Default to ecs.

weight float

Weight of the instances. Valid value range: [0-100]. Default to 100.

Outputs

All input properties are implicitly available as output properties. Additionally, the Attachment resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.

Look up an Existing Attachment Resource

Get an existing Attachment resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: AttachmentState, opts?: CustomResourceOptions): Attachment
static get(resource_name, id, opts=None, backend_servers=None, delete_protection_validation=None, instance_ids=None, load_balancer_id=None, server_type=None, weight=None, __props__=None);
func GetAttachment(ctx *Context, name string, id IDInput, state *AttachmentState, opts ...ResourceOption) (*Attachment, error)
public static Attachment Get(string name, Input<string> id, AttachmentState? state, CustomResourceOptions? opts = null)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

BackendServers string

The backend servers of the load balancer.

DeleteProtectionValidation bool

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

InstanceIds List<string>

A list of instance ids to added backend server in the SLB.

LoadBalancerId string

ID of the load balancer.

ServerType string

Type of the instances. Valid value ecs, eni. Default to ecs.

Weight int

Weight of the instances. Valid value range: [0-100]. Default to 100.

BackendServers string

The backend servers of the load balancer.

DeleteProtectionValidation bool

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

InstanceIds []string

A list of instance ids to added backend server in the SLB.

LoadBalancerId string

ID of the load balancer.

ServerType string

Type of the instances. Valid value ecs, eni. Default to ecs.

Weight int

Weight of the instances. Valid value range: [0-100]. Default to 100.

backendServers string

The backend servers of the load balancer.

deleteProtectionValidation boolean

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

instanceIds string[]

A list of instance ids to added backend server in the SLB.

loadBalancerId string

ID of the load balancer.

serverType string

Type of the instances. Valid value ecs, eni. Default to ecs.

weight number

Weight of the instances. Valid value range: [0-100]. Default to 100.

backend_servers str

The backend servers of the load balancer.

delete_protection_validation bool

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

instance_ids List[str]

A list of instance ids to added backend server in the SLB.

load_balancer_id str

ID of the load balancer.

server_type str

Type of the instances. Valid value ecs, eni. Default to ecs.

weight float

Weight of the instances. Valid value range: [0-100]. Default to 100.

Package Details

Repository
https://github.com/pulumi/pulumi-alicloud
License
Apache-2.0
Notes
This Pulumi package is based on the alicloud Terraform Provider.