Share via


FirewallRule Class

Represents a cluster firewall rule.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Constructor

FirewallRule(*, start_ip_address: str, end_ip_address: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
start_ip_address
str

The start IP address of the cluster firewall rule. Must be IPv4 format. Required.

end_ip_address
str

The end IP address of the cluster firewall rule. Must be IPv4 format. Required.

Variables

Name Description
id
str

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}".

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

system_data

Azure Resource Manager metadata containing createdBy and modifiedBy information.

start_ip_address
str

The start IP address of the cluster firewall rule. Must be IPv4 format. Required.

end_ip_address
str

The end IP address of the cluster firewall rule. Must be IPv4 format. Required.

provisioning_state

Provisioning state of the firewall rule. Known values are: "Succeeded", "Canceled", "InProgress", and "Failed".