TargetGroup

Prev Next

VPC環境で利用できます。

ターゲットグループです。

構文

構文は次の通りです。

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;

フィールド

フィールドの詳細は次の通りです。

フィールド タイプ 必須の有無 説明
targetGroupNo String Required ターゲットグループ番号
  • ターゲットグループを識別するための NAVERクラウドプラットフォームの識別子
targetGroupName String Required ターゲットグループの名前
targetType CommonCode Required ターゲット区分
  • VSVR
    • VSVR: Server(VPC)
vpcNo String Required VPC番号
targetGroupProtocolType CommonCode Required ターゲットグループのプロトコルタイプ
  • TCP | UDP | PROXY_TCP | HTTP | HTTPS
targetGroupPort Integer Required ターゲットグループのポート
  • 1~65534
targetGroupDescription String Optional ターゲットグループの説明
useStickySession Boolean Required セッション別アクセスの使用有無
  • true | false
useProxyProtocol Boolean Required プロキシプロトコルの使用有無
  • true | false
algorithmType CommonCode Required アルゴリズムタイプ
  • RR | SIPHS | LC | MH
    • RR: Round Robin
    • SIPHS: Source IP Hash
    • LC: Least Connection
    • MH: Maglev Hash
createDate Date Required 作成日時(YYYY-MM-DDThh:mm:ssZ)
regionCode String Required リージョンコード
loadBalancerInstanceNo String Optional 関連付けられているロードバランサインスタンス番号
healthCheckProtocolType CommonCode Required ヘルスチェックのプロトコルタイプ
  • TCP | HTTP | HTTPS
healthCheckPort Integer Required ヘルスチェックのポート
  • 1~65534
healthCheckUrlPath String Optional ヘルスチェックの URLパス
healthCheckHttpMethodType CommonCode Optional ヘルスチェック HTTP Methodタイプ
  • HEAD | GET
healthCheckCycle Integer Required ヘルスチェックの周期(秒)
  • 5~300
healthCheckUpThreshold Integer Required ヘルスチェックの正常なしきい値
  • 2~10
healthCheckDownThreshold Integer Required ヘルスチェックの失敗しきい値
  • 2~10
targetNoList TargetNoList Optional ターゲットグループに含まれているターゲット番号リスト