GetHostsHost

data class GetHostsHost(val activeAddressType: String, val comment: String, val hostId: String, val hostName: String, val hostPrivateAddress: String, val hostPublicAddress: String, val id: String, val instanceId: String, val osType: String, val protocols: List<GetHostsHostProtocol>, val source: String, val sourceInstanceId: String)

Constructors

Link copied to clipboard
constructor(activeAddressType: String, comment: String, hostId: String, hostName: String, hostPrivateAddress: String, hostPublicAddress: String, id: String, instanceId: String, osType: String, protocols: List<GetHostsHostProtocol>, source: String, sourceInstanceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specify the new create a host of address types. Valid values: Public: the IP address of a Public network Private: Private network address.

Link copied to clipboard

Specify a host of notes, supports up to 500 characters.

Link copied to clipboard

The host ID.

Link copied to clipboard

Specify the new create a host name of the supports up to 128 characters.

Link copied to clipboard

Specify the new create a host of the private network address, it is possible to use the domain name or IP ADDRESS.

Link copied to clipboard

Specify the new create a host of the IP address of a public network, it is possible to use the domain name or IP ADDRESS.

Link copied to clipboard
val id: String

The ID of the Host.

Link copied to clipboard

Specify the new create a host where the Bastion host ID of.

Link copied to clipboard

Specify the new create the host's operating system. Valid values: Linux Windows.

Link copied to clipboard

The host of the protocol information.

Link copied to clipboard

Specify the new create a host of source. Valid values: Local: localhost Ecs:ECS instance Rds:RDS exclusive cluster host.

Link copied to clipboard

Specify the newly created ECS instance ID or dedicated cluster host ID.