pod property

String? pod
getter/setter pair

Pod name.

Pod is an independent part of infrastructure. Instance can only be connected to the assets (networks, volumes) allocated in the same pod.

Immutable.

Implementation

core.String? pod;