ipAddress property

  1. @TagNumber(1)
String get ipAddress

The IP address of the endpoint, which can be an external or internal IP. An IPv6 address is only allowed when the test's destination is a global load balancer VIP.

Implementation

@$pb.TagNumber(1)
$core.String get ipAddress => $_getSZ(0);
  1. @TagNumber(1)
set ipAddress (String v)

Implementation

@$pb.TagNumber(1)
set ipAddress($core.String v) { $_setString(0, v); }