privateInstance property

  1. @TagNumber(6)
bool privateInstance

Specifies whether the Data Fusion instance should be private. If set to true, all Data Fusion nodes will have private IP addresses and will not be able to access the public internet.

Implementation

@$pb.TagNumber(6)
$core.bool get privateInstance => $_getBF(5);
  1. @TagNumber(6)
void privateInstance=(bool v)

Implementation

@$pb.TagNumber(6)
set privateInstance($core.bool v) { $_setBool(5, v); }