nuxt-app
    Preparing search index...

    Interface SecurityRuleDTO

    セキュリティルールオブジェクト

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

    Properties

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

    createdAt: string

    セキュリティルールが作成された日時

    id: string

    セキュリティルールを識別するための一意なID

    name: string

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

    port: number

    適用されるポート番号

    適用されるプロトコル

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

    targetIp: string

    ターゲットIPアドレス