ipAddress property
The IP address on the VM to use for peering.
Implementation
@$pb.TagNumber(3)
$core.String get ipAddress => $_getSZ(1);
Implementation
@$pb.TagNumber(3)
set ipAddress($core.String v) {
$_setString(1, v);
}
The IP address on the VM to use for peering.
@$pb.TagNumber(3)
$core.String get ipAddress => $_getSZ(1);
@$pb.TagNumber(3)
set ipAddress($core.String v) {
$_setString(1, v);
}