ActiveDefaultSecurityAdminRuleResponse

data class ActiveDefaultSecurityAdminRuleResponse(val access: String, val commitTime: String? = null, val configurationDescription: String? = null, val configurationDisplayName: String? = null, val description: String, val destinationPortRanges: List<String>, val destinations: List<AddressPrefixItemResponse>, val direction: String, val displayName: String, val flag: String? = null, val id: String? = null, val kind: String, val priority: Int, val protocol: String, val provisioningState: String, val region: String? = null, val ruleCollectionAppliesToGroups: List<NetworkManagerSecurityGroupItemResponse>? = null, val ruleCollectionDescription: String? = null, val ruleCollectionDisplayName: String? = null, val ruleGroups: List<ConfigurationGroupResponse>? = null, val sourcePortRanges: List<String>, val sources: List<AddressPrefixItemResponse>)

Network default admin rule.

Constructors

Link copied to clipboard
constructor(access: String, commitTime: String? = null, configurationDescription: String? = null, configurationDisplayName: String? = null, description: String, destinationPortRanges: List<String>, destinations: List<AddressPrefixItemResponse>, direction: String, displayName: String, flag: String? = null, id: String? = null, kind: String, priority: Int, protocol: String, provisioningState: String, region: String? = null, ruleCollectionAppliesToGroups: List<NetworkManagerSecurityGroupItemResponse>? = null, ruleCollectionDescription: String? = null, ruleCollectionDisplayName: String? = null, ruleGroups: List<ConfigurationGroupResponse>? = null, sourcePortRanges: List<String>, sources: List<AddressPrefixItemResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates the access allowed for this particular rule

Link copied to clipboard
val commitTime: String? = null

Deployment time string.

Link copied to clipboard

A description of the security admin configuration.

Link copied to clipboard

A display name of the security admin configuration.

Link copied to clipboard

A description for this rule. Restricted to 140 chars.

Link copied to clipboard

The destination port ranges.

Link copied to clipboard

The destination address prefixes. CIDR or destination IP ranges.

Link copied to clipboard

Indicates if the traffic matched against the rule in inbound or outbound.

Link copied to clipboard

A friendly name for the rule.

Link copied to clipboard
val flag: String? = null

Default rule flag.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard

Whether the rule is custom or default. Expected value is 'Default'.

Link copied to clipboard

The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.

Link copied to clipboard

Network protocol this rule applies to.

Link copied to clipboard

The provisioning state of the resource.

Link copied to clipboard
val region: String? = null

Deployment region.

Link copied to clipboard
Link copied to clipboard

A description of the rule collection.

Link copied to clipboard

A display name of the rule collection.

Link copied to clipboard

Effective configuration groups.

Link copied to clipboard

The source port ranges.

Link copied to clipboard

The CIDR or source IP ranges.