interface Platform {
    controlPanel?: PlatformControlPanel;
    groupName: PlatformPlatformGroup;
    hostname: string;
    ipv4: string;
    ipv6: string;
    number: number;
}

Properties

controlPanel?: PlatformControlPanel

Details of the platform control panel.

Group name of the hosting's host platform.

hostname: string

Hostname of the host platform.

ipv4: string

IPv4 address of the hosting's host platform.

ipv6: string

IPv6 address of the hosting's host platform.

number: number

Number of the host platform.