CreateNetworkFirewallDetails

class oci.network_firewall.models.CreateNetworkFirewallDetails(**kwargs)

Bases: object

The information about new Network Firewall.

Methods

__init__(**kwargs) Initializes a new CreateNetworkFirewallDetails object with values from keyword arguments.

Attributes

availability_domain Gets the availability_domain of this CreateNetworkFirewallDetails.
compartment_id [Required] Gets the compartment_id of this CreateNetworkFirewallDetails.
defined_tags Gets the defined_tags of this CreateNetworkFirewallDetails.
display_name Gets the display_name of this CreateNetworkFirewallDetails.
freeform_tags Gets the freeform_tags of this CreateNetworkFirewallDetails.
ipv4_address Gets the ipv4_address of this CreateNetworkFirewallDetails.
ipv6_address Gets the ipv6_address of this CreateNetworkFirewallDetails.
network_firewall_policy_id [Required] Gets the network_firewall_policy_id of this CreateNetworkFirewallDetails.
network_security_group_ids Gets the network_security_group_ids of this CreateNetworkFirewallDetails.
subnet_id [Required] Gets the subnet_id of this CreateNetworkFirewallDetails.
__init__(**kwargs)

Initializes a new CreateNetworkFirewallDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this CreateNetworkFirewallDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateNetworkFirewallDetails.
  • subnet_id (str) – The value to assign to the subnet_id property of this CreateNetworkFirewallDetails.
  • availability_domain (str) – The value to assign to the availability_domain property of this CreateNetworkFirewallDetails.
  • network_firewall_policy_id (str) – The value to assign to the network_firewall_policy_id property of this CreateNetworkFirewallDetails.
  • ipv4_address (str) – The value to assign to the ipv4_address property of this CreateNetworkFirewallDetails.
  • ipv6_address (str) – The value to assign to the ipv6_address property of this CreateNetworkFirewallDetails.
  • network_security_group_ids (list[str]) – The value to assign to the network_security_group_ids property of this CreateNetworkFirewallDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateNetworkFirewallDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateNetworkFirewallDetails.
availability_domain

Gets the availability_domain of this CreateNetworkFirewallDetails. Availability Domain where Network Firewall instance is created. To get a list of availability domains for a tenancy, use list_availability_domains() operation. Example: kIdk:PHX-AD-1

Returns:The availability_domain of this CreateNetworkFirewallDetails.
Return type:str
compartment_id

[Required] Gets the compartment_id of this CreateNetworkFirewallDetails. The OCID of the compartment containing the Network Firewall.

Returns:The compartment_id of this CreateNetworkFirewallDetails.
Return type:str
defined_tags

Gets the defined_tags of this CreateNetworkFirewallDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this CreateNetworkFirewallDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this CreateNetworkFirewallDetails. A user-friendly name for the Network Firewall. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The display_name of this CreateNetworkFirewallDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this CreateNetworkFirewallDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}

Returns:The freeform_tags of this CreateNetworkFirewallDetails.
Return type:dict(str, str)
ipv4_address

Gets the ipv4_address of this CreateNetworkFirewallDetails. IPv4 address for the Network Firewall.

Returns:The ipv4_address of this CreateNetworkFirewallDetails.
Return type:str
ipv6_address

Gets the ipv6_address of this CreateNetworkFirewallDetails. IPv6 address for the Network Firewall.

Returns:The ipv6_address of this CreateNetworkFirewallDetails.
Return type:str
network_firewall_policy_id

[Required] Gets the network_firewall_policy_id of this CreateNetworkFirewallDetails. The OCID of the Network Firewall Policy.

Returns:The network_firewall_policy_id of this CreateNetworkFirewallDetails.
Return type:str
network_security_group_ids

Gets the network_security_group_ids of this CreateNetworkFirewallDetails. An array of network security groups OCID associated with the Network Firewall.

Returns:The network_security_group_ids of this CreateNetworkFirewallDetails.
Return type:list[str]
subnet_id

[Required] Gets the subnet_id of this CreateNetworkFirewallDetails. The OCID of the subnet associated with the Network Firewall.

Returns:The subnet_id of this CreateNetworkFirewallDetails.
Return type:str