PublicIpDdosProtectionStatusResult Class
Response for GetPublicIpAddressDdosProtectionStatusOperation API service call.
- Inheritance
-
azure.mgmt.network._serialization.ModelPublicIpDdosProtectionStatusResult
Constructor
PublicIpDdosProtectionStatusResult(*, public_ip_address_id: str | None = None, public_ip_address: str | None = None, is_workload_protected: str | _models.IsWorkloadProtected | None = None, ddos_protection_plan_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
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. |
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. |
Azure SDK for Python