Attachment
Create a Attachment Resource
new Attachment(name: string, args: AttachmentArgs, opts?: CustomResourceOptions);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:
- Instance
Ids List<string> A list of instance ids to added backend server in the SLB.
- Load
Balancer stringId ID of the load balancer.
- Backend
Servers string The backend servers of the load balancer.
- Delete
Protection boolValidation 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 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.
- Instance
Ids []string A list of instance ids to added backend server in the SLB.
- Load
Balancer stringId ID of the load balancer.
- Backend
Servers string The backend servers of the load balancer.
- Delete
Protection boolValidation 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 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.
- instance
Ids string[] A list of instance ids to added backend server in the SLB.
- load
Balancer stringId ID of the load balancer.
- backend
Servers string The backend servers of the load balancer.
- delete
Protection booleanValidation 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 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_ strid ID of the load balancer.
- backend_
servers str The backend servers of the load balancer.
- delete_
protection_ boolvalidation 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:
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): Attachmentstatic 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:
- Backend
Servers string The backend servers of the load balancer.
- Delete
Protection boolValidation 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<string> A list of instance ids to added backend server in the SLB.
- Load
Balancer stringId ID of the load balancer.
- Server
Type 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.
- Backend
Servers string The backend servers of the load balancer.
- Delete
Protection boolValidation 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 []string A list of instance ids to added backend server in the SLB.
- Load
Balancer stringId ID of the load balancer.
- Server
Type 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.
- backend
Servers string The backend servers of the load balancer.
- delete
Protection booleanValidation 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 string[] A list of instance ids to added backend server in the SLB.
- load
Balancer stringId ID of the load balancer.
- server
Type 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_ boolvalidation 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_ strid 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
alicloudTerraform Provider.