vcenterIp property
The ip address of the vcenter this Source represents.
Implementation
@$pb.TagNumber(3)
$core.String get vcenterIp => $_getSZ(1);
Implementation
@$pb.TagNumber(3)
set vcenterIp($core.String v) {
$_setString(1, v);
}
The ip address of the vcenter this Source represents.
@$pb.TagNumber(3)
$core.String get vcenterIp => $_getSZ(1);
@$pb.TagNumber(3)
set vcenterIp($core.String v) {
$_setString(1, v);
}