public static final class DescribeMonitoringAgentHostsResponseBody.HostsHost.Builder extends Object
构造器和说明 |
---|
Builder() |
public DescribeMonitoringAgentHostsResponseBody.HostsHost.Builder agentVersion(String agentVersion)
The version of the CloudMonitor agent.
example:3.4.6
public DescribeMonitoringAgentHostsResponseBody.HostsHost.Builder aliUid(Long aliUid)
The ID of the Alibaba Cloud account.
example:103201326074****
public DescribeMonitoringAgentHostsResponseBody.HostsHost.Builder eipAddress(String eipAddress)
The elastic IP address (EIP) of the host.
example:192.168.XX.XX
public DescribeMonitoringAgentHostsResponseBody.HostsHost.Builder eipId(String eipId)
The ID of the EIP.
example:eip-bp16i16k9gcezyfrp****
public DescribeMonitoringAgentHostsResponseBody.HostsHost.Builder hostName(String hostName)
The name of the host.
example:hostIP
public DescribeMonitoringAgentHostsResponseBody.HostsHost.Builder instanceId(String instanceId)
The ID of the instance.
example:i-a2d5q7pm3f9yr212****
public DescribeMonitoringAgentHostsResponseBody.HostsHost.Builder instanceTypeFamily(String instanceTypeFamily)
The type of the ECS instance.
example:ecs.n4
public DescribeMonitoringAgentHostsResponseBody.HostsHost.Builder ipGroup(String ipGroup)
The IP address of the host.
example:Multiple IP addresses are separated with commas (,).
192.168.XX.XX
public DescribeMonitoringAgentHostsResponseBody.HostsHost.Builder natIp(String natIp)
The IP address of the Network Address Translation (NAT) gateway.
example:192.168.XX.XX
public DescribeMonitoringAgentHostsResponseBody.HostsHost.Builder networkType(String networkType)
The network type.
example:vpc
public DescribeMonitoringAgentHostsResponseBody.HostsHost.Builder operatingSystem(String operatingSystem)
The operating system.
example:Linux
public DescribeMonitoringAgentHostsResponseBody.HostsHost.Builder region(String region)
The ID of the region.
example:cn-hangzhou
public DescribeMonitoringAgentHostsResponseBody.HostsHost.Builder serialNumber(String serialNumber)
The serial number of the host. A host that is not provided by Alibaba Cloud has a serial number instead of an instance ID.
example:This parameter can be used to accurately search for a monitored host.
x12335-6cc8-4a22-9f21-1a00a719****
public DescribeMonitoringAgentHostsResponseBody.HostsHost.Builder isAliyunHost(Boolean isAliyunHost)
Indicates whether the host is provided by Alibaba Cloud. Valid values:
true
public DescribeMonitoringAgentHostsResponseBody.HostsHost build()
Copyright © 2024. All rights reserved.