pterowraptyl
    Preparing search index...

    Interface ServerAttributes

    interface ServerAttributes {
        description: string;
        feature_limits: ServerFeatureLimits;
        identifier: string;
        is_installing: boolean;
        is_suspended: boolean;
        limits: ServerLimits;
        name: string;
        node: string;
        relationships: ServerRelationships;
        server_owner: boolean;
        sftp_details: SftpDetails;
        uuid: string;
    }
    Index

    Properties

    description: string
    feature_limits: ServerFeatureLimits
    identifier: string
    is_installing: boolean
    is_suspended: boolean
    limits: ServerLimits
    name: string
    node: string
    relationships: ServerRelationships
    server_owner: boolean
    sftp_details: SftpDetails
    uuid: string