nuxt-app
    Preparing search index...

    Interface SubnetCreateRequestDTO

    サブネット作成リクエストオブジェクト

    interface SubnetCreateRequestDTO {
        cidr: string;
        name: string;
        possibleExternalConnection: boolean;
    }
    Index

    Properties

    cidr: string

    CIDR形式のサブネットアドレス

    name: string

    サブネットの名前

    possibleExternalConnection: boolean

    外部接続が可能かどうかを示すフラグ