ipConfig property

  1. @TagNumber(6)
SqlIpConfig ipConfig

The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled.

Implementation

@$pb.TagNumber(6)
SqlIpConfig get ipConfig => $_getN(5);
  1. @TagNumber(6)
void ipConfig=(SqlIpConfig v)

Implementation

@$pb.TagNumber(6)
set ipConfig(SqlIpConfig v) { setField(6, v); }