nuxt-app
    Preparing search index...

    Interface PhysicalNodeAddRequestDTO

    物理ノード追加リクエストオブジェクト

    interface PhysicalNodeAddRequestDTO {
        ipAddress: string;
        isAdmin: boolean;
        name: string;
    }
    Index

    Properties

    ipAddress: string

    物理ノードのIPアドレス

    isAdmin: boolean

    物理ノードが管理ノードかどうかを示すフラグ

    name: string

    物理ノードの名前