AFDEndpointPropertiesUpdateParameters Class

The JSON object containing endpoint update parameters.

Constructor

AFDEndpointPropertiesUpdateParameters()

Variables

Name Description
profile_name
str

The name of the profile which holds the endpoint.

enabled_state
Union[str, <xref:"EnabledState">]

Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'. Known values are: "Enabled" and "Disabled".

Attributes

enabledState

Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'. Known values are: "Enabled" and "Disabled".

enabledState: str | EnabledState

profileName

The name of the profile which holds the endpoint.

profileName: str