CenVbrHealthCheck
This class encapsulates and extends the ROS resource type ALIYUN::CEN::CenVbrHealthCheck
, which is used to enable the health check feature or modify the health check configurations for a virtual border router (VBR).
Initializers
using AlibabaCloud.SDK.ROS.CDK.Cen;
new CenVbrHealthCheck(Construct Scope, string Id, CenVbrHealthCheckProps Props, bool EnableResourcePropertyConstraint = null);
Name | Type | Description |
---|---|---|
Scope |
AlibabaCloud.SDK.ROS.CDK.Core.Construct |
No description. |
Id |
string |
No description. |
Props |
CenVbrHealthCheckProps |
No description. |
EnableResourcePropertyConstraint |
bool |
No description. |
Scope
Required
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Construct
Id
Required
- Type: string
Props
Required
- Type: CenVbrHealthCheckProps
EnableResourcePropertyConstraint
Optional
- Type: bool
Methods
Name | Description |
---|---|
ToString |
Returns a string representation of this construct. |
Synthesize |
Allows this construct to emit artifacts into the cloud assembly during synthesis. |
AddCondition |
No description. |
AddCount |
No description. |
AddDependency |
No description. |
AddResourceDesc |
No description. |
ApplyRemovalPolicy |
No description. |
GetAtt |
No description. |
SetMetadata |
No description. |
ToString
private string ToString()
Returns a string representation of this construct.
Synthesize
private void Synthesize(ISynthesisSession Session)
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: AlibabaCloud.SDK.ROS.CDK.Core.ISynthesisSession
The synthesis session.
AddCondition
private void AddCondition(RosCondition Condition)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RosCondition
AddCount
private void AddCount(object Count)
- Type: object
AddDependency
private void AddDependency(Resource Resource)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Resource
AddResourceDesc
private void AddResourceDesc(string Desc)
- Type: string
ApplyRemovalPolicy
private void ApplyRemovalPolicy(RemovalPolicy Policy)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RemovalPolicy
GetAtt
private IResolvable GetAtt(string Name)
- Type: string
SetMetadata
private void SetMetadata(string Key, object Value)
- Type: string
- Type: object
Static Functions
Name | Description |
---|---|
IsConstruct |
Return whether the given object is a Construct. |
IsConstruct
using AlibabaCloud.SDK.ROS.CDK.Cen;
CenVbrHealthCheck.IsConstruct(object X);
Return whether the given object is a Construct.
- Type: object
Properties
Name | Type | Description |
---|---|---|
Node |
AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode |
The construct tree node associated with this construct. |
Ref |
string |
No description. |
Stack |
AlibabaCloud.SDK.ROS.CDK.Core.Stack |
The stack in which this resource is defined. |
Resource |
AlibabaCloud.SDK.ROS.CDK.Core.RosResource |
No description. |
AttrCenId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute CenId: The ID of the CEN instance. |
AttrHealthCheckInterval |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute HealthCheckInterval: Specifies the time interval at which probe packets are sent during the health check. |
AttrHealthCheckSourceIp |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute HealthCheckSourceIp: You can use either of the following methods to specify the source IP address of the health check. |
AttrHealthCheckTargetIp |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute HealthCheckTargetIp: Specifies the destination IP address of the health check. |
AttrHealthyThreshold |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute HealthyThreshold: Specifies the number of probe packets to be sent during the health check. |
AttrVbrInstanceId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute VbrInstanceId: The ID of the VBR instance. |
AttrVbrInstanceOwnerId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute VbrInstanceOwnerId: The User ID (UID) of the account to which the VBR instance belongs. |
AttrVbrInstanceRegionId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute VbrInstanceRegionId: The ID of the region where the VBR instance is deployed. |
Node
Required
public ConstructNode Node { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode
The construct tree node associated with this construct.
Ref
Required
public string Ref { get; }
- Type: string
Stack
Required
public Stack Stack { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Stack
The stack in which this resource is defined.
Resource
Optional
public RosResource Resource { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RosResource
AttrCenId
Required
public IResolvable AttrCenId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute CenId: The ID of the CEN instance.
AttrHealthCheckInterval
Required
public IResolvable AttrHealthCheckInterval { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute HealthCheckInterval: Specifies the time interval at which probe packets are sent during the health check.
Default value: 2. Valid values: 2 to 3. Unit: second.
AttrHealthCheckSourceIp
Required
public IResolvable AttrHealthCheckSourceIp { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute HealthCheckSourceIp: You can use either of the following methods to specify the source IP address of the health check.
Automatic IP Address: The system automatically assigns an IP address within the CIDR block 100.96.0.0/16 (recommended). Custom IP Address: You can specify a source IP address that is available within the CIDR block 10.0.0.0/8, 192.168.0.0/16, or 172.16.0.0/12. The specified source IP address must not overlap with the IP addresses of the Alibaba Cloud-facing and client-facing interfaces on the VBR instance, or the IP addresses of the instances with which the VBR instance needs to communicate in the CEN.
AttrHealthCheckTargetIp
Required
public IResolvable AttrHealthCheckTargetIp { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute HealthCheckTargetIp: Specifies the destination IP address of the health check.
The destination IP address is the IP address of the client-facing interface on the VBR instance.
AttrHealthyThreshold
Required
public IResolvable AttrHealthyThreshold { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute HealthyThreshold: Specifies the number of probe packets to be sent during the health check.
Default value: 8. Valid values: 3 to 8. Unit: packet.
AttrVbrInstanceId
Required
public IResolvable AttrVbrInstanceId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute VbrInstanceId: The ID of the VBR instance.
AttrVbrInstanceOwnerId
Required
public IResolvable AttrVbrInstanceOwnerId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute VbrInstanceOwnerId: The User ID (UID) of the account to which the VBR instance belongs.
AttrVbrInstanceRegionId
Required
public IResolvable AttrVbrInstanceRegionId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute VbrInstanceRegionId: The ID of the region where the VBR instance is deployed.
You can call the DescribeRegionsoperation to query region IDs.