AFDOriginGroupProperties Class
The JSON object that contains the properties of the origin group.
Constructor
AFDOriginGroupProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
profile_name
|
The name of the profile which holds the origin group. |
|
load_balancing_settings
|
Load balancing settings for a backend pool. |
|
health_probe_settings
|
Health probe settings to the origin that is used to determine the health of the origin. |
|
traffic_restoration_time_to_healed_or_new_endpoints_in_minutes
|
Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not supported. |
|
session_affinity_state
|
str or
EnabledState
Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'. Known values are: "Enabled" and "Disabled". |
|
authentication
|
Authentication settings for origin in origin group. |
|
provisioning_state
|
Provisioning status. Known values are: "Succeeded", "Failed", "Updating", "Deleting", and "Creating". |
|
deployment_status
|
Known values are: "NotStarted", "InProgress", "Succeeded", and "Failed". |
Attributes
authentication
Authentication settings for origin in origin group.
authentication: _models.OriginAuthenticationProperties | None
deployment_status
"NotStarted", "InProgress", "Succeeded", and "Failed".
deployment_status: str | _models.DeploymentStatus | None
health_probe_settings
Health probe settings to the origin that is used to determine the health of the origin.
health_probe_settings: _models.HealthProbeParameters | None
load_balancing_settings
Load balancing settings for a backend pool.
load_balancing_settings: _models.LoadBalancingSettingsParameters | None
profile_name
The name of the profile which holds the origin group.
profile_name: str | None
provisioning_state
"Succeeded", "Failed", "Updating", "Deleting", and "Creating".
provisioning_state: str | _models.AfdProvisioningState | None
session_affinity_state
Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'. Known values are: "Enabled" and "Disabled".
session_affinity_state: str | _models.EnabledState | None
traffic_restoration_time_to_healed_or_new_endpoints_in_minutes
Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not supported.
traffic_restoration_time_to_healed_or_new_endpoints_in_minutes: int | None