blockExternalNetwork property

  1. @TagNumber(9)
bool blockExternalNetwork

If set to true, external network access to and from container will be blocked, containers that are with block_external_network as true can still communicate with each other, network cannot be specified in the container.options field.

Implementation

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

Implementation

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