azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

198 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties"
fullName: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties"
name: "FlowLogProperties"
nameWithType: "FlowLogProperties"
summary: "Parameters that define the configuration of flow log."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **FlowLogProperties**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogProperties?alt=com.azure.resourcemanager.network.fluent.models.FlowLogProperties&text=FlowLogProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.FlowLogProperties()"
fullName: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.FlowLogProperties()"
name: "FlowLogProperties()"
nameWithType: "FlowLogProperties.FlowLogProperties()"
summary: "Creates an instance of Flow<wbr>Log<wbr>Properties class."
syntax: "public FlowLogProperties()"
desc: "Creates an instance of FlowLogProperties class."
methods:
- uid: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.enabled()"
fullName: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.enabled()"
name: "enabled()"
nameWithType: "FlowLogProperties.enabled()"
summary: "Get the enabled property: Flag to enable/disable flow logging."
syntax: "public boolean enabled()"
desc: "Get the enabled property: Flag to enable/disable flow logging."
returns:
description: "the enabled value."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.enabledFilteringCriteria()"
fullName: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.enabledFilteringCriteria()"
name: "enabledFilteringCriteria()"
nameWithType: "FlowLogProperties.enabledFilteringCriteria()"
summary: "Get the enabled<wbr>Filtering<wbr>Criteria property: Optional field to filter network traffic logs based on SrcIP, Src<wbr>Port, DstIP, Dst<wbr>Port, Protocol, Encryption, Direction and Action."
syntax: "public String enabledFilteringCriteria()"
desc: "Get the enabledFilteringCriteria property: Optional field to filter network traffic logs based on SrcIP, SrcPort, DstIP, DstPort, Protocol, Encryption, Direction and Action. If not specified, all network traffic will be logged."
returns:
description: "the enabledFilteringCriteria value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.format()"
fullName: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.format()"
name: "format()"
nameWithType: "FlowLogProperties.format()"
summary: "Get the format property: Parameters that define the flow log format."
syntax: "public FlowLogFormatParameters format()"
desc: "Get the format property: Parameters that define the flow log format."
returns:
description: "the format value."
type: "<xref href=\"com.azure.resourcemanager.network.models.FlowLogFormatParameters?alt=com.azure.resourcemanager.network.models.FlowLogFormatParameters&text=FlowLogFormatParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "FlowLogProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Flow<wbr>Log<wbr>Properties from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static FlowLogProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of FlowLogProperties from the JsonReader."
returns:
description: "An instance of FlowLogProperties if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogProperties?alt=com.azure.resourcemanager.network.fluent.models.FlowLogProperties&text=FlowLogProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.retentionPolicy()"
fullName: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.retentionPolicy()"
name: "retentionPolicy()"
nameWithType: "FlowLogProperties.retentionPolicy()"
summary: "Get the retention<wbr>Policy property: Parameters that define the retention policy for flow log."
syntax: "public RetentionPolicyParameters retentionPolicy()"
desc: "Get the retentionPolicy property: Parameters that define the retention policy for flow log."
returns:
description: "the retentionPolicy value."
type: "<xref href=\"com.azure.resourcemanager.network.models.RetentionPolicyParameters?alt=com.azure.resourcemanager.network.models.RetentionPolicyParameters&text=RetentionPolicyParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.storageId()"
fullName: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.storageId()"
name: "storageId()"
nameWithType: "FlowLogProperties.storageId()"
summary: "Get the storage<wbr>Id property: ID of the storage account which is used to store the flow log."
syntax: "public String storageId()"
desc: "Get the storageId property: ID of the storage account which is used to store the flow log."
returns:
description: "the storageId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "FlowLogProperties.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.validate()"
fullName: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.validate()"
name: "validate()"
nameWithType: "FlowLogProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.withEnabled(boolean)"
fullName: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.withEnabled(boolean enabled)"
name: "withEnabled(boolean enabled)"
nameWithType: "FlowLogProperties.withEnabled(boolean enabled)"
summary: "Set the enabled property: Flag to enable/disable flow logging."
parameters:
- description: "the enabled value to set."
name: "enabled"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public FlowLogProperties withEnabled(boolean enabled)"
desc: "Set the enabled property: Flag to enable/disable flow logging."
returns:
description: "the FlowLogProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogProperties?alt=com.azure.resourcemanager.network.fluent.models.FlowLogProperties&text=FlowLogProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.withEnabledFilteringCriteria(java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.withEnabledFilteringCriteria(String enabledFilteringCriteria)"
name: "withEnabledFilteringCriteria(String enabledFilteringCriteria)"
nameWithType: "FlowLogProperties.withEnabledFilteringCriteria(String enabledFilteringCriteria)"
summary: "Set the enabled<wbr>Filtering<wbr>Criteria property: Optional field to filter network traffic logs based on SrcIP, Src<wbr>Port, DstIP, Dst<wbr>Port, Protocol, Encryption, Direction and Action."
parameters:
- description: "the enabledFilteringCriteria value to set."
name: "enabledFilteringCriteria"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public FlowLogProperties withEnabledFilteringCriteria(String enabledFilteringCriteria)"
desc: "Set the enabledFilteringCriteria property: Optional field to filter network traffic logs based on SrcIP, SrcPort, DstIP, DstPort, Protocol, Encryption, Direction and Action. If not specified, all network traffic will be logged."
returns:
description: "the FlowLogProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogProperties?alt=com.azure.resourcemanager.network.fluent.models.FlowLogProperties&text=FlowLogProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.withFormat(com.azure.resourcemanager.network.models.FlowLogFormatParameters)"
fullName: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.withFormat(FlowLogFormatParameters format)"
name: "withFormat(FlowLogFormatParameters format)"
nameWithType: "FlowLogProperties.withFormat(FlowLogFormatParameters format)"
summary: "Set the format property: Parameters that define the flow log format."
parameters:
- description: "the format value to set."
name: "format"
type: "<xref href=\"com.azure.resourcemanager.network.models.FlowLogFormatParameters?alt=com.azure.resourcemanager.network.models.FlowLogFormatParameters&text=FlowLogFormatParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public FlowLogProperties withFormat(FlowLogFormatParameters format)"
desc: "Set the format property: Parameters that define the flow log format."
returns:
description: "the FlowLogProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogProperties?alt=com.azure.resourcemanager.network.fluent.models.FlowLogProperties&text=FlowLogProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.withRetentionPolicy(com.azure.resourcemanager.network.models.RetentionPolicyParameters)"
fullName: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.withRetentionPolicy(RetentionPolicyParameters retentionPolicy)"
name: "withRetentionPolicy(RetentionPolicyParameters retentionPolicy)"
nameWithType: "FlowLogProperties.withRetentionPolicy(RetentionPolicyParameters retentionPolicy)"
summary: "Set the retention<wbr>Policy property: Parameters that define the retention policy for flow log."
parameters:
- description: "the retentionPolicy value to set."
name: "retentionPolicy"
type: "<xref href=\"com.azure.resourcemanager.network.models.RetentionPolicyParameters?alt=com.azure.resourcemanager.network.models.RetentionPolicyParameters&text=RetentionPolicyParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public FlowLogProperties withRetentionPolicy(RetentionPolicyParameters retentionPolicy)"
desc: "Set the retentionPolicy property: Parameters that define the retention policy for flow log."
returns:
description: "the FlowLogProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogProperties?alt=com.azure.resourcemanager.network.fluent.models.FlowLogProperties&text=FlowLogProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.withStorageId(java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.models.FlowLogProperties.withStorageId(String storageId)"
name: "withStorageId(String storageId)"
nameWithType: "FlowLogProperties.withStorageId(String storageId)"
summary: "Set the storage<wbr>Id property: ID of the storage account which is used to store the flow log."
parameters:
- description: "the storageId value to set."
name: "storageId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public FlowLogProperties withStorageId(String storageId)"
desc: "Set the storageId property: ID of the storage account which is used to store the flow log."
returns:
description: "the FlowLogProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogProperties?alt=com.azure.resourcemanager.network.fluent.models.FlowLogProperties&text=FlowLogProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Parameters that define the configuration of flow log."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogProperties?alt=com.azure.resourcemanager.network.fluent.models.FlowLogProperties&text=FlowLogProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.network.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0