hostConfig property

TfRef<List<Map<String, Object?>>> get hostConfig

Reference to host_config attribute.

Implementation

TfRef<List<Map<String, Object?>>> get hostConfig =>
    TfRef.attribute<List<Map<String, Object?>>>(this, 'host_config');