class documentation
class ClusterStatus(pb_classes.Message): (source)
Constructor: ClusterStatus(initial_message, phase, state, preset_details, ...)
Undocumented
| Method | __dir__ |
Undocumented |
| Method | __init__ |
Undocumented |
| Method | connection |
Undocumented |
| Method | phase |
Undocumented |
| Method | preset |
Undocumented |
| Method | state |
Undocumented |
| Constant | __PB2 |
Undocumented |
| Constant | __PY |
Undocumented |
| Class Variable | __mask |
Undocumented |
| Property | connection |
Connection endpoints of the PostgreSQL cluster. |
| Property | phase |
Current phase of the cluster. |
| Property | preset |
Cluster resource preset details |
| Property | state |
State reflects substatus of the phase to define whether it's healthy or not. |
Inherited from Message:
| Class Method | get |
Undocumented |
| Class Method | is |
Undocumented |
| Class Method | is |
Undocumented |
| Method | __repr__ |
Undocumented |
| Method | check |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | is |
Undocumented |
| Method | set |
Undocumented |
| Method | which |
Undocumented |
| Class Variable | __PB2 |
Undocumented |
| Instance Variable | __pb2 |
Undocumented |
| Method | _clear |
Undocumented |
| Method | _get |
Undocumented |
| Method | _set |
Undocumented |
| Class Variable | __credentials |
Undocumented |
| Class Variable | __default |
Undocumented |
| Class Variable | __sensitive |
Undocumented |
| Instance Variable | __recorded |
Undocumented |
def __init__(self, initial_message:
message_1.Message | None = None, *, phase: v1alpha1_2.ClusterStatus.Phase | cluster_pb2_1.ClusterStatus.Phase | None | unset.UnsetType = unset.Unset, state: v1alpha1_2.ClusterStatus.State | cluster_pb2_1.ClusterStatus.State | None | unset.UnsetType = unset.Unset, preset_details: resource_1.PresetDetails | template_pb2_1.PresetDetails | None | unset.UnsetType = unset.Unset, connection_endpoints: Endpoints | cluster_pb2.Endpoints | None | unset.UnsetType = unset.Unset):
(source)
¶
Undocumented
@connection_endpoints.setter
def connection_endpoints(self, value:
def connection_endpoints(self, value:
Endpoints | cluster_pb2.Endpoints | None):
(source)
¶
Undocumented
@phase.setter
def phase(self, value:
def phase(self, value:
v1alpha1_2.ClusterStatus.Phase | cluster_pb2_1.ClusterStatus.Phase | None):
(source)
¶
Undocumented
@preset_details.setter
def preset_details(self, value:
def preset_details(self, value:
resource_1.PresetDetails | template_pb2_1.PresetDetails | None):
(source)
¶
Undocumented
@state.setter
def state(self, value:
def state(self, value:
v1alpha1_2.ClusterStatus.State | cluster_pb2_1.ClusterStatus.State | None):
(source)
¶
Undocumented
Undocumented
| Value |
|
Undocumented
| Value |
|