NspLoggingConfigurationInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. network. models. SecurityPerimeterResource - com.
azure. resourcemanager. network. models. SecurityPerimeterProxyResource - com.
azure. resourcemanager. network. fluent. models. NspLoggingConfigurationInner
- com.
- com.
- com.
- com.
public final class NspLoggingConfigurationInner
extends SecurityPerimeterProxyResource
The NSP logging configuration.
Constructor Summary
| Constructor | Description |
|---|---|
| NspLoggingConfigurationInner() |
Creates an instance of Nsp |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
enabledLogCategories()
Get the enabled |
|
static
Nsp |
fromJson(JsonReader jsonReader)
Reads an instance of Nsp |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Security |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
| String |
version()
Get the version property: The version of the NSP logging configuration. |
|
Nsp |
withEnabledLogCategories(List<String> enabledLogCategories)
Set the enabled |
|
Nsp |
withVersion(String version)
Set the version property: The version of the NSP logging configuration. |
Methods inherited from SecurityPerimeterProxyResource
Methods inherited from java.lang.Object
Constructor Details
NspLoggingConfigurationInner
public NspLoggingConfigurationInner()
Creates an instance of NspLoggingConfigurationInner class.
Method Details
enabledLogCategories
public List<String> enabledLogCategories()
Get the enabledLogCategories property: The log categories to enable in the NSP logging configuration.
Returns:
fromJson
public static NspLoggingConfigurationInner fromJson(JsonReader jsonReader)
Reads an instance of NspLoggingConfigurationInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
NspLoggingConfigurationInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
NspLoggingConfigurationInner.name()Returns:
systemData
public SecurityPerimeterSystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Overrides:
NspLoggingConfigurationInner.systemData()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
NspLoggingConfigurationInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
NspLoggingConfigurationInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
NspLoggingConfigurationInner.validate()version
public String version()
Get the version property: The version of the NSP logging configuration.
Returns:
withEnabledLogCategories
public NspLoggingConfigurationInner withEnabledLogCategories(List<String> enabledLogCategories)
Set the enabledLogCategories property: The log categories to enable in the NSP logging configuration.
Parameters:
Returns:
withVersion
public NspLoggingConfigurationInner withVersion(String version)
Set the version property: The version of the NSP logging configuration.
Parameters:
Returns: