nuxt-app
    Preparing search index...

    Interface SubnetDTO

    サブネットオブジェクト

    interface SubnetDTO {
        cidr: string;
        createdAt: string;
        id: string;
        name: string;
        possibleExternalConnection: boolean;
    }
    Index

    Properties

    cidr: string

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

    createdAt: string

    サブネットが作成された日時

    id: string

    サブネットを識別するための一意なID

    name: string

    サブネットの名前

    possibleExternalConnection: boolean

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