LoadBalancerClone
This class encapsulates and extends the ROS resource type ALIYUN::SLB::LoadBalancerClone, which is used to clone a Server Load Balancer (SLB) instance.
Initializers
import ros_cdk_slb
ros_cdk_slb.LoadBalancerClone(
scope: Construct,
id: str,
source_load_balancer_id: typing.Union[str, IResolvable],
backend_servers: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, BackendServersProperty]]] = None,
backend_servers_policy: typing.Union[str, IResolvable] = None,
instance_charge_type: typing.Union[str, IResolvable] = None,
load_balancer_name: typing.Union[str, IResolvable] = None,
load_balancer_spec: typing.Union[str, IResolvable] = None,
resource_group_id: typing.Union[str, IResolvable] = None,
tags: typing.List[TagsProperty] = None,
tags_policy: typing.Union[str, IResolvable] = None,
v_switch_id: typing.Union[str, IResolvable] = None,
enable_resource_property_constraint: bool = None
)
| Name | Type | Description |
|---|---|---|
scope |
ros_cdk_core.Construct |
No description. |
id |
str |
No description. |
source_load_balancer_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property sourceLoadBalancerId: Source load balancer id to clone. |
backend_servers |
typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, BackendServersProperty]]] |
Property backendServers: The list of ECS instance, which will attached to load balancer. |
backend_servers_policy |
typing.Union[str, ros_cdk_core.IResolvable] |
Property backendServersPolicy: Solution for handle the backend server and weights. |
instance_charge_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property instanceChargeType: Instance billing method. |
load_balancer_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property loadBalancerName: Name of created load balancer. |
load_balancer_spec |
typing.Union[str, ros_cdk_core.IResolvable] |
Property loadBalancerSpec: The specification of the load balancer. |
resource_group_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property resourceGroupId: Resource group id. |
tags |
typing.List[TagsProperty] |
Property tags: Tags to attach to slb. |
tags_policy |
typing.Union[str, ros_cdk_core.IResolvable] |
Property tagsPolicy: Solution for handle the tags. |
v_switch_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property vSwitchId: The new VSwitch ID to create load balancer instance. |
enable_resource_property_constraint |
bool |
No description. |
scopeRequired
- Type: ros_cdk_core.Construct
idRequired
- Type: str
source_load_balancer_idRequired
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property sourceLoadBalancerId: Source load balancer id to clone.
backend_serversOptional
- Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, BackendServersProperty]]]
Property backendServers: The list of ECS instance, which will attached to load balancer.
backend_servers_policyOptional
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property backendServersPolicy: Solution for handle the backend server and weights.
If select 'clone', it will clone from source load balancer. If select 'empty' it will not attach any backend servers. If select 'append' it will append the new backend server list to source backed servers. If select 'replace' it will only attach new backend server list. Default is 'clone'.
instance_charge_typeOptional
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property instanceChargeType: Instance billing method.
Value:PayBySpec: Pay by spec. PayByCLCU: billed by usage. If not specified, it is same with the source load balancer.
load_balancer_nameOptional
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property loadBalancerName: Name of created load balancer.
Length is limited to 1-80 characters, allowed to contain letters, numbers, '-, /, _,.' When not specified, a default name will be assigned.
load_balancer_specOptional
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property loadBalancerSpec: The specification of the load balancer.
If not specified, it is same with the source load balancer. Note If InstanceChargeType is set to PayByCLCU, the LoadBalancerSpec parameter is invalid and you do not need to set this parameter.
resource_group_idOptional
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property resourceGroupId: Resource group id.
tagsOptional
- Type: typing.List[TagsProperty]
Property tags: Tags to attach to slb.
Max support 5 tags to add during create slb. Each tag with two properties Key and Value, and Key is required.
tags_policyOptional
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property tagsPolicy: Solution for handle the tags.
If select 'clone', it will clone from source load balancer. If select 'empty' it will not copy tags. If select 'append' it will append the new tags. If select 'replace' it will add new tags. Default is 'empty'.
v_switch_idOptional
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property vSwitchId: The new VSwitch ID to create load balancer instance.
For VPC network only and the VSwitch should belong to the VPC which source load balancer is located.When not specified, source load balancer VSwitch ID will be used.
enable_resource_property_constraintOptional
- Type: bool
Methods
| Name | Description |
|---|---|
to_string |
Returns a string representation of this construct. |
synthesize |
Allows this construct to emit artifacts into the cloud assembly during synthesis. |
add_condition |
No description. |
add_count |
No description. |
add_dependency |
No description. |
add_resource_desc |
No description. |
apply_removal_policy |
No description. |
get_att |
No description. |
set_metadata |
No description. |
to_string
def to_string() -> str
Returns a string representation of this construct.
synthesize
def synthesize(
session: ISynthesisSession
) -> None
Allows this construct to emit artifacts into the cloud assembly during synthesis.
This method is usually implemented by framework-level constructs such as Stack and Asset
as they participate in synthesizing the cloud assembly.
- Type: ros_cdk_core.ISynthesisSession
The synthesis session.
add_condition
def add_condition(
condition: RosCondition
) -> None
- Type: ros_cdk_core.RosCondition
add_count
def add_count(
count: typing.Union[typing.Union[int, float], IResolvable]
) -> None
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
add_dependency
def add_dependency(
resource: Resource
) -> None
- Type: ros_cdk_core.Resource
add_resource_desc
def add_resource_desc(
desc: str
) -> None
- Type: str
apply_removal_policy
def apply_removal_policy(
policy: RemovalPolicy
) -> None
- Type: ros_cdk_core.RemovalPolicy
get_att
def get_att(
name: str
) -> IResolvable
- Type: str
set_metadata
def set_metadata(
key: str,
value: typing.Any
) -> None
- Type: str
- Type: typing.Any
Static Functions
| Name | Description |
|---|---|
is_construct |
Return whether the given object is a Construct. |
is_construct
import ros_cdk_slb
ros_cdk_slb.LoadBalancerClone.is_construct(
x: typing.Any
)
Return whether the given object is a Construct.
- Type: typing.Any
Properties
| Name | Type | Description |
|---|---|---|
node |
ros_cdk_core.ConstructNode |
The construct tree node associated with this construct. |
ref |
str |
No description. |
stack |
ros_cdk_core.Stack |
The stack in which this resource is defined. |
resource |
ros_cdk_core.RosResource |
No description. |
attr_load_balancer_id |
ros_cdk_core.IResolvable |
Attribute LoadBalancerId: The id of load balance generated. |
nodeRequired
node: ConstructNode
- Type: ros_cdk_core.ConstructNode
The construct tree node associated with this construct.
refRequired
ref: str
- Type: str
stackRequired
stack: Stack
- Type: ros_cdk_core.Stack
The stack in which this resource is defined.
resourceOptional
resource: RosResource
- Type: ros_cdk_core.RosResource
attr_load_balancer_idRequired
attr_load_balancer_id: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute LoadBalancerId: The id of load balance generated.