AWS SDK for C++

AWS SDK for C++ Version 1.11.617

Loading...
Searching...
No Matches
Public Member Functions | List of all members
Aws::NetworkFirewall::Model::Address Class Reference

#include <Address.h>

Public Member Functions

AWS_NETWORKFIREWALL_API Address ()=default
 
AWS_NETWORKFIREWALL_API Address (Aws::Utils::Json::JsonView jsonValue)
 
AWS_NETWORKFIREWALL_API Addressoperator= (Aws::Utils::Json::JsonView jsonValue)
 
AWS_NETWORKFIREWALL_API Aws::Utils::Json::JsonValue Jsonize () const
 
 
 
template<typename AddressDefinitionT = Aws::String>
void SetAddressDefinition (AddressDefinitionT &&value)
 
template<typename AddressDefinitionT = Aws::String>
AddressWithAddressDefinition (AddressDefinitionT &&value)
 

Detailed Description

A single IP address specification. This is used in the MatchAttributes source and destination specifications.

See Also:

AWS API Reference

Definition at line 32 of file Address.h.

Constructor & Destructor Documentation

◆ Address() [1/2]

AWS_NETWORKFIREWALL_API Aws::NetworkFirewall::Model::Address::Address ( )
default

◆ Address() [2/2]

AWS_NETWORKFIREWALL_API Aws::NetworkFirewall::Model::Address::Address ( Aws::Utils::Json::JsonView  jsonValue)

Member Function Documentation

◆ AddressDefinitionHasBeenSet()

bool Aws::NetworkFirewall::Model::Address::AddressDefinitionHasBeenSet ( ) const
inline

Specify an IP address or a block of IP addresses in Classless Inter-Domain Routing (CIDR) notation. Network Firewall supports all address ranges for IPv4 and IPv6.

Examples:

  • To configure Network Firewall to inspect for the IP address 192.0.2.44, specify 192.0.2.44/32.

  • To configure Network Firewall to inspect for IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

  • To configure Network Firewall to inspect for the IP address 1111:0000:0000:0000:0000:0000:0000:0111, specify 1111:0000:0000:0000:0000:0000:0000:0111/128.

  • To configure Network Firewall to inspect for IP addresses from 1111:0000:0000:0000:0000:0000:0000:0000 to 1111:0000:0000:0000:ffff:ffff:ffff:ffff, specify 1111:0000:0000:0000:0000:0000:0000:0000/64.

For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.

Definition at line 61 of file Address.h.

◆ GetAddressDefinition()

const Aws::String & Aws::NetworkFirewall::Model::Address::GetAddressDefinition ( ) const
inline

Specify an IP address or a block of IP addresses in Classless Inter-Domain Routing (CIDR) notation. Network Firewall supports all address ranges for IPv4 and IPv6.

Examples:

  • To configure Network Firewall to inspect for the IP address 192.0.2.44, specify 192.0.2.44/32.

  • To configure Network Firewall to inspect for IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

  • To configure Network Firewall to inspect for the IP address 1111:0000:0000:0000:0000:0000:0000:0111, specify 1111:0000:0000:0000:0000:0000:0000:0111/128.

  • To configure Network Firewall to inspect for IP addresses from 1111:0000:0000:0000:0000:0000:0000:0000 to 1111:0000:0000:0000:ffff:ffff:ffff:ffff, specify 1111:0000:0000:0000:0000:0000:0000:0000/64.

For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.

Definition at line 60 of file Address.h.

◆ Jsonize()

AWS_NETWORKFIREWALL_API Aws::Utils::Json::JsonValue Aws::NetworkFirewall::Model::Address::Jsonize ( ) const

◆ operator=()

AWS_NETWORKFIREWALL_API Address & Aws::NetworkFirewall::Model::Address::operator= ( Aws::Utils::Json::JsonView  jsonValue)

◆ SetAddressDefinition()

template<typename AddressDefinitionT = Aws::String>
void Aws::NetworkFirewall::Model::Address::SetAddressDefinition ( AddressDefinitionT &&  value)
inline

Specify an IP address or a block of IP addresses in Classless Inter-Domain Routing (CIDR) notation. Network Firewall supports all address ranges for IPv4 and IPv6.

Examples:

  • To configure Network Firewall to inspect for the IP address 192.0.2.44, specify 192.0.2.44/32.

  • To configure Network Firewall to inspect for IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

  • To configure Network Firewall to inspect for the IP address 1111:0000:0000:0000:0000:0000:0000:0111, specify 1111:0000:0000:0000:0000:0000:0000:0111/128.

  • To configure Network Firewall to inspect for IP addresses from 1111:0000:0000:0000:0000:0000:0000:0000 to 1111:0000:0000:0000:ffff:ffff:ffff:ffff, specify 1111:0000:0000:0000:0000:0000:0000:0000/64.

For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.

Definition at line 63 of file Address.h.

◆ WithAddressDefinition()

template<typename AddressDefinitionT = Aws::String>
Address & Aws::NetworkFirewall::Model::Address::WithAddressDefinition ( AddressDefinitionT &&  value)
inline

Specify an IP address or a block of IP addresses in Classless Inter-Domain Routing (CIDR) notation. Network Firewall supports all address ranges for IPv4 and IPv6.

Examples:

  • To configure Network Firewall to inspect for the IP address 192.0.2.44, specify 192.0.2.44/32.

  • To configure Network Firewall to inspect for IP addresses from 192.0.2.0 to 192.0.2.255, specify 192.0.2.0/24.

  • To configure Network Firewall to inspect for the IP address 1111:0000:0000:0000:0000:0000:0000:0111, specify 1111:0000:0000:0000:0000:0000:0000:0111/128.

  • To configure Network Firewall to inspect for IP addresses from 1111:0000:0000:0000:0000:0000:0000:0000 to 1111:0000:0000:0000:ffff:ffff:ffff:ffff, specify 1111:0000:0000:0000:0000:0000:0000:0000/64.

For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.

Definition at line 65 of file Address.h.


The documentation for this class was generated from the following file: