nuxt-app
    Preparing search index...

    Interface SubnetUpdateRequestDTO

    サブネット更新リクエストオブジェクト

    interface SubnetUpdateRequestDTO {
        cidr?: string;
        name?: string;
        possibleExternalConnection?: boolean;
    }
    Index

    Properties

    cidr?: string

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

    name?: string

    サブネットの名前

    possibleExternalConnection?: boolean

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