GetEcsBackupClientsClient

data class GetEcsBackupClientsClient(val archType: String, val backupStatus: String, val clientType: String, val clientVersion: String, val createTime: String, val dataNetworkType: String, val dataProxySetting: String, val ecsBackupClientId: String, val hostname: String, val id: String, val instanceId: String, val instanceName: String, val lastHeartBeatTime: String, val maxClientVersion: String, val maxCpuCore: String, val maxWorker: String, val osType: String, val privateIpv4: String, val proxyHost: String, val proxyPassword: String, val proxyPort: String, val proxyUser: String, val status: String, val updatedTime: String, val useHttps: Boolean, val zoneId: String)

Constructors

Link copied to clipboard
constructor(archType: String, backupStatus: String, clientType: String, clientVersion: String, createTime: String, dataNetworkType: String, dataProxySetting: String, ecsBackupClientId: String, hostname: String, id: String, instanceId: String, instanceName: String, lastHeartBeatTime: String, maxClientVersion: String, maxCpuCore: String, maxWorker: String, osType: String, privateIpv4: String, proxyHost: String, proxyPassword: String, proxyPort: String, proxyUser: String, status: String, updatedTime: String, useHttps: Boolean, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The system architecture of client, only the ECS File Backup Client is available. Valid values: AMD64 , 386.

Link copied to clipboard

Client protected status. Valid values: UNPROTECTED, PROTECTED.

Link copied to clipboard

The type of client. Valid values: ECS_CLIENT (ECS File Backup Client).

Link copied to clipboard

The version of client.

Link copied to clipboard

The creation time of client. Unix time in seconds.

Link copied to clipboard

The data plane access point type. Valid Values: PUBLIC, VPC, CLASSIC.

Link copied to clipboard

The data plane proxy settings. Valid Values: DISABLE, USE_CONTROL_PROXY, CUSTOM.

Link copied to clipboard

The first ID of the resource.

Link copied to clipboard

The hostname of ECS instance.

Link copied to clipboard
val id: String

The ID of the Ecs Backup Client.

Link copied to clipboard

The ID of ECS instance. When the client type is ECS file backup client, it indicates the ID of ECS instance. When the client type is a local file backup client, it is a hardware fingerprint generated based on system information.

Link copied to clipboard

The name of ECS instance.

Link copied to clipboard

The last heartbeat time of client. Unix Time Seconds.

Link copied to clipboard

The latest version of client.

Link copied to clipboard

The number of CPU cores used by a single backup task, 0 means no restrictions.

Link copied to clipboard

The number of concurrent jobs for a single backup task, 0 means no restrictions.

Link copied to clipboard

The operating system type of client, only the ECS File Backup Client is available. Valid values: windows, linux.

Link copied to clipboard

Intranet IP address of the instance, only available for ECS file backup client.

Link copied to clipboard

Custom data plane proxy server host address.

Link copied to clipboard

The password of custom data plane proxy server.

Link copied to clipboard

Custom data plane proxy server host port.

Link copied to clipboard

The username of custom data plane proxy server.

Link copied to clipboard

The status of the resource.

Link copied to clipboard

The update time of client. Unix Time Seconds.

Link copied to clipboard

Indicates whether to use the HTTPS protocol. Valid values: true, false.

Link copied to clipboard

The ID of Zone.