config property

NetworkResourceConfig? config
getter/setter pair

Configuration for this network resource, which describes how it should be created or imported.

This field only controls how the network resource is initially created or imported. Subsequent changes to the network resource should be made via the resource's API and will not be reflected in the configuration.

Immutable.

Implementation

NetworkResourceConfig? config;