BackendOperationalStatus¶
-
class
oci.network_load_balancer.models.BackendOperationalStatus(**kwargs)¶ Bases:
objectThe operational status of the specified backend server.
Attributes
STATUS_ACTIVEA constant which can be used with the status property of a BackendOperationalStatus. STATUS_STANDBYA constant which can be used with the status property of a BackendOperationalStatus. STATUS_UNKNOWNA constant which can be used with the status property of a BackendOperationalStatus. status[Required] Gets the status of this BackendOperationalStatus. Methods
__init__(**kwargs)Initializes a new BackendOperationalStatus object with values from keyword arguments. -
STATUS_ACTIVE= 'ACTIVE'¶ A constant which can be used with the status property of a BackendOperationalStatus. This constant has a value of “ACTIVE”
-
STATUS_STANDBY= 'STANDBY'¶ A constant which can be used with the status property of a BackendOperationalStatus. This constant has a value of “STANDBY”
-
STATUS_UNKNOWN= 'UNKNOWN'¶ A constant which can be used with the status property of a BackendOperationalStatus. This constant has a value of “UNKNOWN”
-
__init__(**kwargs)¶ Initializes a new BackendOperationalStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: status (str) – The value to assign to the status property of this BackendOperationalStatus. Allowed values for this property are: “ACTIVE”, “STANDBY”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
status¶ [Required] Gets the status of this BackendOperationalStatus. The operational status.
Allowed values for this property are: “ACTIVE”, “STANDBY”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The status of this BackendOperationalStatus. Return type: str
-