HealthCheckHttpHeader¶
-
class
oci.container_instances.models.
HealthCheckHttpHeader
(**kwargs)¶ Bases:
object
Container Http headers for Http health check.
Methods
__init__
(**kwargs)Initializes a new HealthCheckHttpHeader object with values from keyword arguments. Attributes
name
[Required] Gets the name of this HealthCheckHttpHeader. value
[Required] Gets the value of this HealthCheckHttpHeader. -
__init__
(**kwargs)¶ Initializes a new HealthCheckHttpHeader object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this HealthCheckHttpHeader.
- value (str) – The value to assign to the value property of this HealthCheckHttpHeader.
-
name
¶ [Required] Gets the name of this HealthCheckHttpHeader. Container HTTP header Key.
Returns: The name of this HealthCheckHttpHeader. Return type: str
-
value
¶ [Required] Gets the value of this HealthCheckHttpHeader. Container HTTP header value.
Returns: The value of this HealthCheckHttpHeader. Return type: str
-