public class AfdEndpointUpdateParameters extends Object
| Constructor and Description |
|---|
AfdEndpointUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
EnabledState |
enabledState()
Get the enabledState property: Whether to enable use of this rule.
|
Integer |
originResponseTimeoutSeconds()
Get the originResponseTimeoutSeconds property: Send and receive timeout on forwarding request to the origin.
|
Map<String,String> |
tags()
Get the tags property: Endpoint tags.
|
void |
validate()
Validates the instance.
|
AfdEndpointUpdateParameters |
withEnabledState(EnabledState enabledState)
Set the enabledState property: Whether to enable use of this rule.
|
AfdEndpointUpdateParameters |
withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds)
Set the originResponseTimeoutSeconds property: Send and receive timeout on forwarding request to the origin.
|
AfdEndpointUpdateParameters |
withTags(Map<String,String> tags)
Set the tags property: Endpoint tags.
|
public Map<String,String> tags()
public AfdEndpointUpdateParameters withTags(Map<String,String> tags)
tags - the tags value to set.public Integer originResponseTimeoutSeconds()
public AfdEndpointUpdateParameters withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds)
originResponseTimeoutSeconds - the originResponseTimeoutSeconds value to set.public EnabledState enabledState()
public AfdEndpointUpdateParameters withEnabledState(EnabledState enabledState)
enabledState - the enabledState value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.