TargetGroup
- Print
- PDF
TargetGroup
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is a target group.
Syntax
The syntax is as follows.
private String targetGroupNo;
private String targetGroupName;
private CommonCode targetType;
private String vpcNo;
private CommonCode targetGroupProtocolType;
private Integer targetGroupPort;
private String targetGroupDescription;
private Boolean useStickySession;
private Boolean useProxyProtocol;
private CommonCode algorithmType;
private Date createDate;
private String regionCode;
private String loadBalancerInstanceNo;
private CommonCode healthCheckProtocolType;
private Integer healthCheckPort;
private String healthCheckUrlPath;
private CommonCode healthCheckHttpMethodType;
private Integer healthCheckCycle;
private Integer healthCheckUpThreshold;
private Integer healthCheckDownThreshold;
private TargetNoList targetNoList;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
targetGroupNo | String | Required | Target group number
|
targetGroupName | String | Required | Target group name |
targetType | CommonCode | Required | Target type
|
vpcNo | String | Required | VPC number |
targetGroupProtocolType | CommonCode | Required | Target group protocol type
|
targetGroupPort | Integer | Required | Target group port
|
targetGroupDescription | String | Optional | Target group description |
useStickySession | Boolean | Required | Whether to enable per-session access
|
useProxyProtocol | Boolean | Required | Whether to use proxy protocols
|
algorithmType | CommonCode | Required | Algorithm type
|
createDate | Date | Required | Creation date and time (YYYY-MM-DDThh:mm:ssZ) |
regionCode | String | Required | Region code |
loadBalancerInstanceNo | String | Optional | Connected load balancer instance number |
healthCheckProtocolType | CommonCode | Required | Health check protocol type
|
healthCheckPort | Integer | Required | Health check port
|
healthCheckUrlPath | String | Optional | Health check URL path |
healthCheckHttpMethodType | CommonCode | Optional | Health check HTTP method type
|
healthCheckCycle | Integer | Required | Health check interval (seconds)
|
healthCheckUpThreshold | Integer | Required | Health check normal threshold
|
healthCheckDownThreshold | Integer | Required | Health check failure threshold
|
targetNoList | TargetNoList | Optional | List of target numbers included in the target group |
Was this article helpful?