SecurityAdminConfigurationInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. network. models. ChildResource - com.
azure. resourcemanager. network. fluent. models. SecurityAdminConfigurationInner
- com.
- com.
- com.
public final class SecurityAdminConfigurationInner
extends ChildResource
Defines the security admin configuration.
Constructor Summary
Constructor | Description |
---|---|
SecurityAdminConfigurationInner() |
Creates an instance of Security |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Network |
applyOnNetworkIntentPolicyBasedServices()
Get the apply |
String |
description()
Get the description property: A description of the security configuration. |
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
static
Security |
fromJson(JsonReader jsonReader)
Reads an instance of Security |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Address |
networkGroupAddressSpaceAggregationOption()
Get the network |
Provisioning |
provisioningState()
Get the provisioning |
String |
resourceGuid()
Get the resource |
System |
systemData()
Get the system |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Security |
withApplyOnNetworkIntentPolicyBasedServices(List<NetworkIntentPolicyBasedService> applyOnNetworkIntentPolicyBasedServices)
Set the apply |
Security |
withDescription(String description)
Set the description property: A description of the security configuration. |
Security |
withNetworkGroupAddressSpaceAggregationOption(AddressSpaceAggregationOption networkGroupAddressSpaceAggregationOption)
Set the network |
Methods inherited from ChildResource
Methods inherited from java.lang.Object
Constructor Details
SecurityAdminConfigurationInner
public SecurityAdminConfigurationInner()
Creates an instance of SecurityAdminConfigurationInner class.
Method Details
applyOnNetworkIntentPolicyBasedServices
public List
Get the applyOnNetworkIntentPolicyBasedServices property: Enum list of network intent policy based services.
Returns:
description
public String description()
Get the description property: A description of the security configuration.
Returns:
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Overrides:
SecurityAdminConfigurationInner.etag()Returns:
fromJson
public static SecurityAdminConfigurationInner fromJson(JsonReader jsonReader)
Reads an instance of SecurityAdminConfigurationInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SecurityAdminConfigurationInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SecurityAdminConfigurationInner.name()Returns:
networkGroupAddressSpaceAggregationOption
public AddressSpaceAggregationOption networkGroupAddressSpaceAggregationOption()
Get the networkGroupAddressSpaceAggregationOption property: Determine update behavior for changes to network groups referenced within the rules in this configuration.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the resource.
Returns:
resourceGuid
public String resourceGuid()
Get the resourceGuid property: Unique identifier for this resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: The system metadata related to this resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SecurityAdminConfigurationInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SecurityAdminConfigurationInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
SecurityAdminConfigurationInner.validate()withApplyOnNetworkIntentPolicyBasedServices
public SecurityAdminConfigurationInner withApplyOnNetworkIntentPolicyBasedServices(List
Set the applyOnNetworkIntentPolicyBasedServices property: Enum list of network intent policy based services.
Parameters:
Returns:
withDescription
public SecurityAdminConfigurationInner withDescription(String description)
Set the description property: A description of the security configuration.
Parameters:
Returns:
withNetworkGroupAddressSpaceAggregationOption
public SecurityAdminConfigurationInner withNetworkGroupAddressSpaceAggregationOption(AddressSpaceAggregationOption networkGroupAddressSpaceAggregationOption)
Set the networkGroupAddressSpaceAggregationOption property: Determine update behavior for changes to network groups referenced within the rules in this configuration.
Parameters:
Returns: