1 iw4madminapplicationapimaster ApiInstance
RaidMax edited this page 2023-05-20 22:09:21 -05:00

ApiInstance Public class

Description

Defines the structure of the IW4MAdmin instance for the master API

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph IW4MAdmin.Application.API.Master
  IW4MAdmin.Application.API.Master.ApiInstance[[ApiInstance]]
  end

Members

Properties

Public properties

Type Name Methods
string Id
Unique ID of the instance
get, set
List<ApiServer> Servers
List of servers the instance is monitoring
get, set
int Uptime
Indicates how long the instance has been running
get, set
BuildNumber Version
Specifies the version of the instance
get, set
string WebfrontUrl
Url IW4MAdmin is listening on
get, set

Details

Summary

Defines the structure of the IW4MAdmin instance for the master API

Constructors

ApiInstance

Source code

public ApiInstance()

Properties

Id

public string Id { get; set; }
Summary

Unique ID of the instance

Uptime

public int Uptime { get; set; }
Summary

Indicates how long the instance has been running

Version

public BuildNumber Version { get; set; }
Summary

Specifies the version of the instance

Servers

public List<ApiServer> Servers { get; set; }
Summary

List of servers the instance is monitoring

WebfrontUrl

public string WebfrontUrl { get; set; }
Summary

Url IW4MAdmin is listening on

Generated with ModularDoc