PublicIpDdosProtectionStatusResult Class
Response for GetPublicIpAddressDdosProtectionStatusOperation API service call.
Constructor
PublicIpDdosProtectionStatusResult(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
public_ip_address_id
|
Public IP ARM resource ID. |
|
public_ip_address
|
IP Address of the Public IP Resource. |
|
is_workload_protected
|
Value indicating whether the IP address is DDoS workload protected or not. Known values are: "False" and "True". |
|
ddos_protection_plan_id
|
DDoS protection plan Resource Id of a if IP address is protected through a plan. |
Attributes
ddos_protection_plan_id
DDoS protection plan Resource Id of a if IP address is protected through a plan.
ddos_protection_plan_id: str | None
is_workload_protected
Value indicating whether the IP address is DDoS workload protected or not. Known values are: "False" and "True".
is_workload_protected: str | _models.IsWorkloadProtected | None
public_ip_address
IP Address of the Public IP Resource.
public_ip_address: str | None
public_ip_address_id
Public IP ARM resource ID.
public_ip_address_id: str | None