public static final class ListNodesResponseBody.Result.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ListNodesResponseBody.Result.Builder |
agentStatus(String agentStatus)
The status of the shipper on the ECS instance.
|
ListNodesResponseBody.Result |
build() |
ListNodesResponseBody.Result.Builder |
cloudAssistantStatus(String cloudAssistantStatus)
Indicates whether the Cloud Assistant client is installed.
|
ListNodesResponseBody.Result.Builder |
ecsInstanceId(String ecsInstanceId)
The ID of the ECS instance.
|
ListNodesResponseBody.Result.Builder |
ecsInstanceName(String ecsInstanceName)
The name of the ECS instance.
|
ListNodesResponseBody.Result.Builder |
ipAddress(List<ListNodesResponseBody.IpAddress> ipAddress)
The IP addresses of the ECS instance.
|
ListNodesResponseBody.Result.Builder |
osType(String osType)
The operating system type of the ECS instance.
|
ListNodesResponseBody.Result.Builder |
status(String status)
The status of the ECS instance.
|
ListNodesResponseBody.Result.Builder |
tags(List<ListNodesResponseBody.Tags> tags)
The tags of the ECS instance.
|
public ListNodesResponseBody.Result.Builder agentStatus(String agentStatus)
* heartOk: The heartbeat is normal. * heartLost: The heartbeat is abnormal. * uninstalled: The shipper is not installed. * failed: The shipper fails to be installed.
public ListNodesResponseBody.Result.Builder cloudAssistantStatus(String cloudAssistantStatus)
* true: installed * false: not installed
public ListNodesResponseBody.Result.Builder ecsInstanceId(String ecsInstanceId)
public ListNodesResponseBody.Result.Builder ecsInstanceName(String ecsInstanceName)
public ListNodesResponseBody.Result.Builder ipAddress(List<ListNodesResponseBody.IpAddress> ipAddress)
public ListNodesResponseBody.Result.Builder osType(String osType)
* windows: Windows Server * linux: Linux
public ListNodesResponseBody.Result.Builder status(String status)
* running: The instance is running. * starting: The instance is being started. * stopping: The instance is being stopped. * stopped: The instance is stopped.
public ListNodesResponseBody.Result.Builder tags(List<ListNodesResponseBody.Tags> tags)
public ListNodesResponseBody.Result build()
Copyright © 2024. All rights reserved.