azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

132 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ProtocolCustomSettingsFormat"
fullName: "com.microsoft.azure.management.network.ProtocolCustomSettingsFormat"
name: "ProtocolCustomSettingsFormat"
nameWithType: "ProtocolCustomSettingsFormat"
summary: "DDoS custom policy properties."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ProtocolCustomSettingsFormat**"
constructors:
- uid: "com.microsoft.azure.management.network.ProtocolCustomSettingsFormat.ProtocolCustomSettingsFormat()"
fullName: "com.microsoft.azure.management.network.ProtocolCustomSettingsFormat.ProtocolCustomSettingsFormat()"
name: "ProtocolCustomSettingsFormat()"
nameWithType: "ProtocolCustomSettingsFormat.ProtocolCustomSettingsFormat()"
syntax: "public ProtocolCustomSettingsFormat()"
methods:
- uid: "com.microsoft.azure.management.network.ProtocolCustomSettingsFormat.protocol()"
fullName: "com.microsoft.azure.management.network.ProtocolCustomSettingsFormat.protocol()"
name: "protocol()"
nameWithType: "ProtocolCustomSettingsFormat.protocol()"
summary: "Get the protocol for which the DDoS protection policy is being customized."
syntax: "public DdosCustomPolicyProtocol protocol()"
desc: "Get the protocol for which the DDoS protection policy is being customized. Possible values include: 'Tcp', 'Udp', 'Syn'."
returns:
description: "the protocol value"
type: "<xref href=\"com.microsoft.azure.management.network.DdosCustomPolicyProtocol?alt=com.microsoft.azure.management.network.DdosCustomPolicyProtocol&text=DdosCustomPolicyProtocol\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ProtocolCustomSettingsFormat.sourceRateOverride()"
fullName: "com.microsoft.azure.management.network.ProtocolCustomSettingsFormat.sourceRateOverride()"
name: "sourceRateOverride()"
nameWithType: "ProtocolCustomSettingsFormat.sourceRateOverride()"
summary: "Get the customized DDoS protection source rate."
syntax: "public String sourceRateOverride()"
desc: "Get the customized DDoS protection source rate."
returns:
description: "the sourceRateOverride value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ProtocolCustomSettingsFormat.triggerRateOverride()"
fullName: "com.microsoft.azure.management.network.ProtocolCustomSettingsFormat.triggerRateOverride()"
name: "triggerRateOverride()"
nameWithType: "ProtocolCustomSettingsFormat.triggerRateOverride()"
summary: "Get the customized DDoS protection trigger rate."
syntax: "public String triggerRateOverride()"
desc: "Get the customized DDoS protection trigger rate."
returns:
description: "the triggerRateOverride value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ProtocolCustomSettingsFormat.triggerSensitivityOverride()"
fullName: "com.microsoft.azure.management.network.ProtocolCustomSettingsFormat.triggerSensitivityOverride()"
name: "triggerSensitivityOverride()"
nameWithType: "ProtocolCustomSettingsFormat.triggerSensitivityOverride()"
summary: "Get the customized DDoS protection trigger rate sensitivity degrees."
syntax: "public DdosCustomPolicyTriggerSensitivityOverride triggerSensitivityOverride()"
desc: "Get the customized DDoS protection trigger rate sensitivity degrees. High: Trigger rate set with most sensitivity w.r.t. normal traffic. Default: Trigger rate set with moderate sensitivity w.r.t. normal traffic. Low: Trigger rate set with less sensitivity w.r.t. normal traffic. Relaxed: Trigger rate set with least sensitivity w.r.t. normal traffic. Possible values include: 'Relaxed', 'Low', 'Default', 'High'."
returns:
description: "the triggerSensitivityOverride value"
type: "<xref href=\"com.microsoft.azure.management.network.DdosCustomPolicyTriggerSensitivityOverride?alt=com.microsoft.azure.management.network.DdosCustomPolicyTriggerSensitivityOverride&text=DdosCustomPolicyTriggerSensitivityOverride\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ProtocolCustomSettingsFormat.withProtocol(com.microsoft.azure.management.network.DdosCustomPolicyProtocol)"
fullName: "com.microsoft.azure.management.network.ProtocolCustomSettingsFormat.withProtocol(DdosCustomPolicyProtocol protocol)"
name: "withProtocol(DdosCustomPolicyProtocol protocol)"
nameWithType: "ProtocolCustomSettingsFormat.withProtocol(DdosCustomPolicyProtocol protocol)"
summary: "Set the protocol for which the DDoS protection policy is being customized."
parameters:
- description: "the protocol value to set"
name: "protocol"
type: "<xref href=\"com.microsoft.azure.management.network.DdosCustomPolicyProtocol?alt=com.microsoft.azure.management.network.DdosCustomPolicyProtocol&text=DdosCustomPolicyProtocol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ProtocolCustomSettingsFormat withProtocol(DdosCustomPolicyProtocol protocol)"
desc: "Set the protocol for which the DDoS protection policy is being customized. Possible values include: 'Tcp', 'Udp', 'Syn'."
returns:
description: "the ProtocolCustomSettingsFormat object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ProtocolCustomSettingsFormat?alt=com.microsoft.azure.management.network.ProtocolCustomSettingsFormat&text=ProtocolCustomSettingsFormat\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ProtocolCustomSettingsFormat.withSourceRateOverride(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ProtocolCustomSettingsFormat.withSourceRateOverride(String sourceRateOverride)"
name: "withSourceRateOverride(String sourceRateOverride)"
nameWithType: "ProtocolCustomSettingsFormat.withSourceRateOverride(String sourceRateOverride)"
summary: "Set the customized DDoS protection source rate."
parameters:
- description: "the sourceRateOverride value to set"
name: "sourceRateOverride"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ProtocolCustomSettingsFormat withSourceRateOverride(String sourceRateOverride)"
desc: "Set the customized DDoS protection source rate."
returns:
description: "the ProtocolCustomSettingsFormat object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ProtocolCustomSettingsFormat?alt=com.microsoft.azure.management.network.ProtocolCustomSettingsFormat&text=ProtocolCustomSettingsFormat\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ProtocolCustomSettingsFormat.withTriggerRateOverride(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ProtocolCustomSettingsFormat.withTriggerRateOverride(String triggerRateOverride)"
name: "withTriggerRateOverride(String triggerRateOverride)"
nameWithType: "ProtocolCustomSettingsFormat.withTriggerRateOverride(String triggerRateOverride)"
summary: "Set the customized DDoS protection trigger rate."
parameters:
- description: "the triggerRateOverride value to set"
name: "triggerRateOverride"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ProtocolCustomSettingsFormat withTriggerRateOverride(String triggerRateOverride)"
desc: "Set the customized DDoS protection trigger rate."
returns:
description: "the ProtocolCustomSettingsFormat object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ProtocolCustomSettingsFormat?alt=com.microsoft.azure.management.network.ProtocolCustomSettingsFormat&text=ProtocolCustomSettingsFormat\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ProtocolCustomSettingsFormat.withTriggerSensitivityOverride(com.microsoft.azure.management.network.DdosCustomPolicyTriggerSensitivityOverride)"
fullName: "com.microsoft.azure.management.network.ProtocolCustomSettingsFormat.withTriggerSensitivityOverride(DdosCustomPolicyTriggerSensitivityOverride triggerSensitivityOverride)"
name: "withTriggerSensitivityOverride(DdosCustomPolicyTriggerSensitivityOverride triggerSensitivityOverride)"
nameWithType: "ProtocolCustomSettingsFormat.withTriggerSensitivityOverride(DdosCustomPolicyTriggerSensitivityOverride triggerSensitivityOverride)"
summary: "Set the customized DDoS protection trigger rate sensitivity degrees."
parameters:
- description: "the triggerSensitivityOverride value to set"
name: "triggerSensitivityOverride"
type: "<xref href=\"com.microsoft.azure.management.network.DdosCustomPolicyTriggerSensitivityOverride?alt=com.microsoft.azure.management.network.DdosCustomPolicyTriggerSensitivityOverride&text=DdosCustomPolicyTriggerSensitivityOverride\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ProtocolCustomSettingsFormat withTriggerSensitivityOverride(DdosCustomPolicyTriggerSensitivityOverride triggerSensitivityOverride)"
desc: "Set the customized DDoS protection trigger rate sensitivity degrees. High: Trigger rate set with most sensitivity w.r.t. normal traffic. Default: Trigger rate set with moderate sensitivity w.r.t. normal traffic. Low: Trigger rate set with less sensitivity w.r.t. normal traffic. Relaxed: Trigger rate set with least sensitivity w.r.t. normal traffic. Possible values include: 'Relaxed', 'Low', 'Default', 'High'."
returns:
description: "the ProtocolCustomSettingsFormat object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ProtocolCustomSettingsFormat?alt=com.microsoft.azure.management.network.ProtocolCustomSettingsFormat&text=ProtocolCustomSettingsFormat\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "DDoS custom policy properties."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4