nuxt-app
    Preparing search index...

    Interface SecurityRuleCreateRequestDTO

    セキュリティルール作成リクエストオブジェクト

    interface SecurityRuleCreateRequestDTO {
        action: SecurityRuleActionEnum;
        name: string;
        port: number;
        protocol: SecurityRuleProtocolEnum;
        ruleType: SecurityRuleRuleTypeEnum;
        targetIp: string;
    }
    Index

    Properties

    アクション(許可または拒否)

    name: string

    セキュリティルールの名前

    port: number

    適用されるポート番号

    適用されるプロトコル

    ルールのタイプ(インバウンドまたはアウトバウンド)

    targetIp: string

    ターゲットIPアドレス