PublicIpDdosProtectionStatusResult Class

Response for GetPublicIpAddressDdosProtectionStatusOperation API service call.

Inheritance
azure.mgmt.network._serialization.Model
PublicIpDdosProtectionStatusResult

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
str

Public IP ARM resource ID.

public_ip_address
str

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
str

DDoS protection plan Resource Id of a if IP address is protected through a plan.

Variables

Name Description
public_ip_address_id
str

Public IP ARM resource ID.

public_ip_address
str

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
str

DDoS protection plan Resource Id of a if IP address is protected through a plan.