Skip to content

xcsh_securemesh_site_v2 (Data Source)

Retrieves information about a Securemesh Site V2 resource in F5 Distributed Cloud for deploying secure mesh edge sites with security and networking controls. This is a read-only data source.

~> Note: For more information, see the F5 Distributed Cloud API documentation.

# SecuremeshSiteV2 Data Source Example
terraform {
required_version = ">= 1.0"
required_providers {
xcsh = {
source = "f5-sales-demo/xcsh"
version = ">= 0.1.0"
}
}
}
# Look up an existing SecuremeshSiteV2 by name
data "xcsh_securemesh_site_v2" "example" {
name = "example-securemesh-site-v2"
namespace = "system"
}
output "securemesh_site_v2_id" {
value = data.xcsh_securemesh_site_v2.example.id
}

-> Syntax Rule: This provider uses OneOf groups for mutually exclusive options. Fields documented as “Optional Block” use block syntax field_name { ... }. Empty OneOf object attributes use field_name = {}; conditional selection uses condition ? {} : null. Boolean attributes (such as add_hsts and http_redirect) use = true or = false.

🔶 High Risk Operations — Some operations on this resource have high danger level. Destructive operations may require confirmation.

• name - Required String
Name of the SecuremeshSiteV2

• namespace - Optional String
Namespace where the SecuremeshSiteV2 exists

In addition to all arguments above, the following attributes are exported:

• active_enhanced_firewall_policies - Optional String
List of Enhanced Firewall Policies These policies use session-based rules and provide all OPTIONS available under firewall policies with an additional option for service insertion

• active_forward_proxy_policies - Optional String
Ordered List of Forward Proxy Policies active

• admin_user_credentials - Optional String
Setup user credentials to manage access to nodes belonging to the site. When configured, ‘admin’ user will be setup and customers can access these nodes via either the node local WebUI or via SSH to access shell/CLI Ensure ‘Node Local Services’ are enabled to allow for required access

• annotations - Optional Map
Annotations applied to this resource

• aws - Optional String
AWS Provider Type. AWS Provider Type

• azure - Optional String
Azure Provider Type. Azure Provider Type

• baremetal - Optional String
Baremetal Provider Type. Baremetal Provider Type

• block_all_services - Optional Object
Enable this option

• blocked_services - Optional String
Disable node local services on this site

• custom_proxy - Optional String
Configuration parameter for custom proxy

• custom_proxy_bypass - Optional String
Configuration parameter for custom proxy bypass

• dc_cluster_group_sli - Optional String
Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name

• dc_cluster_group_slo - Optional String
Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name

• description - Optional String
Description of the SecuremeshSiteV2

• disable_advanced_delivery - Optional Object
Configuration parameter for disable advanced delivery

• disable_ha - Optional Object
Enable this option

• disable_log_anonymization - Optional Object
Configuration parameter for disable log anonymization

• disable_management_network - Optional Object
Configuration parameter for disable management network

• disable_url_categorization - Optional Object
Enable this option

• dns_ntp_config - Optional String
Specify DNS and NTP servers that will be used by the nodes in this Customer Edge site

• enable_advanced_delivery - Optional Object
Configuration parameter for enable advanced delivery

• enable_ha - Optional Object
Enable this option

• enable_log_anonymization - Optional Object
Configuration parameter for enable log anonymization

• enable_management_network - Optional Object
Configuration parameter for enable management network

• enable_url_categorization - Optional Object
Enable this option

• equinix - Optional String
Equinix Provider Type. Equinix Provider Type

• f5_proxy - Optional Object
Enable this option

• gcp - Optional String
GCP Provider Type. GCP Provider Type

• id - Optional String
Unique identifier for the resource

• kvm - Optional String
KVM Provider Type. KVM Provider Type

• labels - Optional Map
Labels applied to this resource

• load_balancing - Optional String
Section contains settings on the site that relate to Load Balancing functionality

• local_vrf - Optional String
There can be two local VRFs on each site. The Site Local Outside (SLO) local VRF is used to connect WAN side workloads to this site and to connect the site to F5 Distributed Cloud for management. All sites are required to have an SLO local VRF

• log_receiver_with_net - Optional String
Select log receiver for logs streaming with network option

• logs_streaming_disabled - Optional Object
Enable this option

• no_forward_proxy - Optional Object
Configuration parameter for no forward proxy

• no_network_policy - Optional Object
Policy configuration for this feature

• no_proxy_bypass - Optional Object
Configuration parameter for no proxy bypass

• no_s2s_connectivity_sli - Optional Object
Configuration parameter for no S2S connectivity SLI

• no_s2s_connectivity_slo - Optional Object
Configuration parameter for no S2S connectivity slo

• nutanix - Optional String
Nutanix Provider Type. Nutanix Provider Type

• oci - Optional String
OCI Provider Type. OCI Provider Type

• offline_survivability_mode - Optional String
Offline Survivability allows the Site to continue functioning normally without traffic loss during periods of connectivity loss to the Regional Edge (RE) or the Global Controller (GC). When this feature is enabled, a site can continue to function as is with existing configuration for upto 7

• openshift_virtualization - Optional String
Configuration parameter for openshift virtualization

• openstack - Optional String
Openstack Provider Type. Openstack Provider Type

• performance_enhancement_mode - Optional String
Optimize the site for L3 or L7 traffic processing. L7 optimized is the default

• re_select - Optional String
Selection criteria to connect the site with F5 Distributed Cloud Regional Edge(s)

• segment_vrf - Optional List
The Segment VRF is valid across all Sites of a Tenant. These are identified with a Segment name. Though these VRFs are across all Sites of a Tenant, there are some configurations that are valid per Site that can be configured here

• site_mesh_group_on_slo - Optional String
Select how the site mesh group will be connected. By default, public IPs of the control nodes of the site will be used

• tunnel_dead_timeout - Optional Number
Time interval, in millisec, within which any IPsec / SSL connection from the site going down is detected. When not set (== 0), a default value of 10000 msec will be used

• tunnel_type - Optional String Defaults to SITE_TO_SITE_TUNNEL_IPSEC_OR_SSL
Possible values are SITE_TO_SITE_TUNNEL_IPSEC_OR_SSL, SITE_TO_SITE_TUNNEL_IPSEC, SITE_TO_SITE_TUNNEL_SSL
[Enum: SITE_TO_SITE_TUNNEL_IPSEC_OR_SSL|SITE_TO_SITE_TUNNEL_IPSEC|SITE_TO_SITE_TUNNEL_SSL] Tunnel encapsulation to be used between sites Tunnel can operate in both IPsec and SSL, with IPsec being preferred over SSL. Tunnel is of type IPsec Tunnel is of type SSL

• upgrade_settings - Optional String
Configuration parameter for upgrade settings

• vmware - Optional String
VMware Provider Type. VMware Provider Type

• enhanced_firewall_policies - Optional List
Ordered List of Enhanced Firewall Policies active

• name - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object’s(e.g. Route’s) name

• namespace - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object’s(e.g. Route’s) namespace

• tenant - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object’s(e.g. Route’s) tenant

• forward_proxy_policies - Optional List
Ordered List of Forward Proxy Policies active

• name - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object’s(e.g. Route’s) name

• namespace - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object’s(e.g. Route’s) namespace

• tenant - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object’s(e.g. Route’s) tenant

• admin_password - Optional String
SecretType is used in an object to indicate a sensitive/confidential field

• ssh_key - Optional String
Provided Public SSH key can be used for accessing nodes of the site. When provided, customers can SSH to the nodes of this Customer Edge site using admin as the user

• blindfold_secret_info - Optional String
BlindfoldSecretInfoType specifies information about the Secret managed by F5XC Secret Management

• clear_secret_info - Optional String
ClearSecretInfoType specifies information about the Secret that is not encrypted

• decryption_provider - Optional String
Name of the Secret Management Access object that contains information about the backend Secret Management service

• location - Optional String
Location is the uri_ref. It could be in URL format for string:/// Or it could be a path if the store provider is an HTTP/HTTPS location

• store_provider - Optional String
Name of the Secret Management Access object that contains information about the store to GET encrypted bytes This field needs to be provided only if the URL scheme is not string:///

• provider_ref - Optional String
Name of the Secret Management Access object that contains information about the store to GET encrypted bytes This field needs to be provided only if the URL scheme is not string:///

• url - Optional String
URL of the secret. Currently supported URL schemes is string:///. For string:/// scheme, Secret needs to be encoded Base64 format. When asked for this secret, caller will GET Secret bytes after Base64 decoding


An aws block supports the following:

• not_managed - Optional String
Section will show nodes associated with this site

A not_managed block (within aws) supports the following:

• node_list - Optional List
Section will show nodes associated with this site

A node_list block (within aws.not_managed) supports the following:

• hostname - Optional String
Hostname. Hostname for this Node

• interface_list - Optional List
Manage interfaces belonging to this node

• public_ip - Optional String
Public IP. Public IP for this Node

• type - Optional String
Possible values are Control, Worker
[Enum: Control|Worker] Type for this Node, can be Control or Worker

An interface_list block (within aws.not_managed.node_list) supports the following:

• bond_interface - Optional String
Configuration parameter for bond interface

• description_spec - Optional String
Interface Description. Description for this Interface

• dhcp_client - Optional Object
Enable this option

• dhcp_server - Optional String
DHCPServerParametersType

• ethernet_interface - Optional String
Configuration parameter for ethernet interface

• ipv6_auto_config - Optional String
IPV6AutoConfigType

• is_management - Optional Bool
Configuration for is_management

• is_primary - Optional Bool
Configuration for is_primary

• labels - Optional Map
Add Labels for this Interface, these labels can be used in firewall policy

• monitor - Optional Object
Link Quality Monitoring configuration for a network interface

• monitor_disabled - Optional Object
Enable this option

• mtu - Optional Number
Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384

• name - Optional String
Interface Name. Name of this Interface

• network_option - Optional String
Select virtual network (VRF) for this interface. There are 2 kinds of VRFs, local VRFs which are local to the site and global VRFs which extend into multiple sites. A site can have 2 Local VRFs, Site Local Outside (SLO), which is required for every site and Site Local Inside (SLI) which is optional

• no_ipv4_address - Optional Object
Enable this option

• no_ipv6_address - Optional Object
Enable this option

• priority - Optional Number
For a node, if multiple interfaces are configured in a VRF, interfaces with highest priority will be used as active and interfaces with lower priority will be used as backup. If multiple interfaces have the same priority, ECMP will be used. Greater the value, higher the priority

• site_to_site_connectivity_interface_disabled - Optional Object
Enable this option

• site_to_site_connectivity_interface_enabled - Optional Object
Enable this option

• static_ip - Optional String
Configure Static IP parameters for a node

• static_ipv6_address - Optional String
Static IP Parameters. Configure Static IP parameters

• vlan_interface - Optional String
Configuration parameter for VLAN interface

AWS Not Managed Node List Interface List Bond Interface

Section titled “AWS Not Managed Node List Interface List Bond Interface”

Deeply nested Interface block collapsed for readability.

AWS Not Managed Node List Interface List Bond Interface Active Backup

Section titled “AWS Not Managed Node List Interface List Bond Interface Active Backup”

Deeply nested Backup block collapsed for readability.

AWS Not Managed Node List Interface List Bond Interface Lacp

Section titled “AWS Not Managed Node List Interface List Bond Interface Lacp”

Deeply nested Lacp block collapsed for readability.

AWS Not Managed Node List Interface List DHCP Client

Section titled “AWS Not Managed Node List Interface List DHCP Client”

Deeply nested Client block collapsed for readability.

AWS Not Managed Node List Interface List DHCP Server

Section titled “AWS Not Managed Node List Interface List DHCP Server”

Deeply nested Server block collapsed for readability.

AWS Not Managed Node List Interface List DHCP Server Automatic From End

Section titled “AWS Not Managed Node List Interface List DHCP Server Automatic From End”

Deeply nested End block collapsed for readability.

AWS Not Managed Node List Interface List DHCP Server Automatic From Start

Section titled “AWS Not Managed Node List Interface List DHCP Server Automatic From Start”

Deeply nested Start block collapsed for readability.

AWS Not Managed Node List Interface List DHCP Server DHCP Networks

Section titled “AWS Not Managed Node List Interface List DHCP Server DHCP Networks”

Deeply nested Networks block collapsed for readability.

AWS Not Managed Node List Interface List DHCP Server DHCP Networks First Address

Section titled “AWS Not Managed Node List Interface List DHCP Server DHCP Networks First Address”

Deeply nested Address block collapsed for readability.

AWS Not Managed Node List Interface List DHCP Server DHCP Networks Last Address

Section titled “AWS Not Managed Node List Interface List DHCP Server DHCP Networks Last Address”

Deeply nested Address block collapsed for readability.

AWS Not Managed Node List Interface List DHCP Server DHCP Networks Pools

Section titled “AWS Not Managed Node List Interface List DHCP Server DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

AWS Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw

Section titled “AWS Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw”

Deeply nested Dgw block collapsed for readability.

AWS Not Managed Node List Interface List DHCP Server Interface IP Map

Section titled “AWS Not Managed Node List Interface List DHCP Server Interface IP Map”

Deeply nested Map block collapsed for readability.

AWS Not Managed Node List Interface List Ethernet Interface

Section titled “AWS Not Managed Node List Interface List Ethernet Interface”

Deeply nested Interface block collapsed for readability.

AWS Not Managed Node List Interface List IPv6 Auto Config

Section titled “AWS Not Managed Node List Interface List IPv6 Auto Config”

Deeply nested Config block collapsed for readability.

AWS Not Managed Node List Interface List IPv6 Auto Config Host

Section titled “AWS Not Managed Node List Interface List IPv6 Auto Config Host”

Deeply nested Host block collapsed for readability.

AWS Not Managed Node List Interface List IPv6 Auto Config Router

Section titled “AWS Not Managed Node List Interface List IPv6 Auto Config Router”

Deeply nested Router block collapsed for readability.

AWS Not Managed Node List Interface List IPv6 Auto Config Router DNS Config

Section titled “AWS Not Managed Node List Interface List IPv6 Auto Config Router DNS Config”

Deeply nested Config block collapsed for readability.

AWS Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List

Section titled “AWS Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List”

Deeply nested List block collapsed for readability.

AWS Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS

Section titled “AWS Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS”

Deeply nested DNS block collapsed for readability.

AWS Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address

Section titled “AWS Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address”

Deeply nested Address block collapsed for readability.

AWS Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address

Section titled “AWS Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address”

Deeply nested Address block collapsed for readability.

AWS Not Managed Node List Interface List IPv6 Auto Config Router Stateful

Section titled “AWS Not Managed Node List Interface List IPv6 Auto Config Router Stateful”

Deeply nested Stateful block collapsed for readability.

AWS Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End

Section titled “AWS Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End”

Deeply nested End block collapsed for readability.

AWS Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start

Section titled “AWS Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start”

Deeply nested Start block collapsed for readability.

AWS Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks

Section titled “AWS Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks”

Deeply nested Networks block collapsed for readability.

AWS Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools

Section titled “AWS Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

AWS Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map

Section titled “AWS Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map”

Deeply nested Map block collapsed for readability.

AWS Not Managed Node List Interface List Monitor

Section titled “AWS Not Managed Node List Interface List Monitor”

Deeply nested Monitor block collapsed for readability.

AWS Not Managed Node List Interface List Monitor Disabled

Section titled “AWS Not Managed Node List Interface List Monitor Disabled”

Deeply nested Disabled block collapsed for readability.

AWS Not Managed Node List Interface List Network Option

Section titled “AWS Not Managed Node List Interface List Network Option”

Deeply nested Option block collapsed for readability.

AWS Not Managed Node List Interface List Network Option Site Local Inside Network

Section titled “AWS Not Managed Node List Interface List Network Option Site Local Inside Network”

Deeply nested Network block collapsed for readability.

AWS Not Managed Node List Interface List Network Option Site Local Network

Section titled “AWS Not Managed Node List Interface List Network Option Site Local Network”

Deeply nested Network block collapsed for readability.

AWS Not Managed Node List Interface List No IPv4 Address

Section titled “AWS Not Managed Node List Interface List No IPv4 Address”

Deeply nested Address block collapsed for readability.

AWS Not Managed Node List Interface List No IPv6 Address

Section titled “AWS Not Managed Node List Interface List No IPv6 Address”

Deeply nested Address block collapsed for readability.

AWS Not Managed Node List Interface List Site To Site Connectivity Interface Disabled

Section titled “AWS Not Managed Node List Interface List Site To Site Connectivity Interface Disabled”

Deeply nested Disabled block collapsed for readability.

AWS Not Managed Node List Interface List Site To Site Connectivity Interface Enabled

Section titled “AWS Not Managed Node List Interface List Site To Site Connectivity Interface Enabled”

Deeply nested Enabled block collapsed for readability.

AWS Not Managed Node List Interface List Static IP

Section titled “AWS Not Managed Node List Interface List Static IP”

Deeply nested IP block collapsed for readability.

AWS Not Managed Node List Interface List Static IPv6 Address

Section titled “AWS Not Managed Node List Interface List Static IPv6 Address”

Deeply nested Address block collapsed for readability.

AWS Not Managed Node List Interface List Static IPv6 Address Cluster Static IP

Section titled “AWS Not Managed Node List Interface List Static IPv6 Address Cluster Static IP”

Deeply nested IP block collapsed for readability.

AWS Not Managed Node List Interface List Static IPv6 Address Node Static IP

Section titled “AWS Not Managed Node List Interface List Static IPv6 Address Node Static IP”

Deeply nested IP block collapsed for readability.

AWS Not Managed Node List Interface List VLAN Interface

Section titled “AWS Not Managed Node List Interface List VLAN Interface”

Deeply nested Interface block collapsed for readability.

An azure block supports the following:

• not_managed - Optional String
Section will show nodes associated with this site

A not_managed block (within azure) supports the following:

• node_list - Optional List
Section will show nodes associated with this site

A node_list block (within azure.not_managed) supports the following:

• hostname - Optional String
Hostname. Hostname for this Node

• interface_list - Optional List
Manage interfaces belonging to this node

• public_ip - Optional String
Public IP. Public IP for this Node

• type - Optional String
Possible values are Control, Worker
[Enum: Control|Worker] Type for this Node, can be Control or Worker

Azure Not Managed Node List Interface List

Section titled “Azure Not Managed Node List Interface List”

An interface_list block (within azure.not_managed.node_list) supports the following:

• bond_interface - Optional String
Configuration parameter for bond interface

• description_spec - Optional String
Interface Description. Description for this Interface

• dhcp_client - Optional Object
Enable this option

• dhcp_server - Optional String
DHCPServerParametersType

• ethernet_interface - Optional String
Configuration parameter for ethernet interface

• ipv6_auto_config - Optional String
IPV6AutoConfigType

• is_management - Optional Bool
Configuration for is_management

• is_primary - Optional Bool
Configuration for is_primary

• labels - Optional Map
Add Labels for this Interface, these labels can be used in firewall policy

• monitor - Optional Object
Link Quality Monitoring configuration for a network interface

• monitor_disabled - Optional Object
Enable this option

• mtu - Optional Number
Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384

• name - Optional String
Interface Name. Name of this Interface

• network_option - Optional String
Select virtual network (VRF) for this interface. There are 2 kinds of VRFs, local VRFs which are local to the site and global VRFs which extend into multiple sites. A site can have 2 Local VRFs, Site Local Outside (SLO), which is required for every site and Site Local Inside (SLI) which is optional

• no_ipv4_address - Optional Object
Enable this option

• no_ipv6_address - Optional Object
Enable this option

• priority - Optional Number
For a node, if multiple interfaces are configured in a VRF, interfaces with highest priority will be used as active and interfaces with lower priority will be used as backup. If multiple interfaces have the same priority, ECMP will be used. Greater the value, higher the priority

• site_to_site_connectivity_interface_disabled - Optional Object
Enable this option

• site_to_site_connectivity_interface_enabled - Optional Object
Enable this option

• static_ip - Optional String
Configure Static IP parameters for a node

• static_ipv6_address - Optional String
Static IP Parameters. Configure Static IP parameters

• vlan_interface - Optional String
Configuration parameter for VLAN interface

Azure Not Managed Node List Interface List Bond Interface

Section titled “Azure Not Managed Node List Interface List Bond Interface”

Deeply nested Interface block collapsed for readability.

Azure Not Managed Node List Interface List Bond Interface Active Backup

Section titled “Azure Not Managed Node List Interface List Bond Interface Active Backup”

Deeply nested Backup block collapsed for readability.

Azure Not Managed Node List Interface List Bond Interface Lacp

Section titled “Azure Not Managed Node List Interface List Bond Interface Lacp”

Deeply nested Lacp block collapsed for readability.

Azure Not Managed Node List Interface List DHCP Client

Section titled “Azure Not Managed Node List Interface List DHCP Client”

Deeply nested Client block collapsed for readability.

Azure Not Managed Node List Interface List DHCP Server

Section titled “Azure Not Managed Node List Interface List DHCP Server”

Deeply nested Server block collapsed for readability.

Azure Not Managed Node List Interface List DHCP Server Automatic From End

Section titled “Azure Not Managed Node List Interface List DHCP Server Automatic From End”

Deeply nested End block collapsed for readability.

Azure Not Managed Node List Interface List DHCP Server Automatic From Start

Section titled “Azure Not Managed Node List Interface List DHCP Server Automatic From Start”

Deeply nested Start block collapsed for readability.

Azure Not Managed Node List Interface List DHCP Server DHCP Networks

Section titled “Azure Not Managed Node List Interface List DHCP Server DHCP Networks”

Deeply nested Networks block collapsed for readability.

Azure Not Managed Node List Interface List DHCP Server DHCP Networks First Address

Section titled “Azure Not Managed Node List Interface List DHCP Server DHCP Networks First Address”

Deeply nested Address block collapsed for readability.

Azure Not Managed Node List Interface List DHCP Server DHCP Networks Last Address

Section titled “Azure Not Managed Node List Interface List DHCP Server DHCP Networks Last Address”

Deeply nested Address block collapsed for readability.

Azure Not Managed Node List Interface List DHCP Server DHCP Networks Pools

Section titled “Azure Not Managed Node List Interface List DHCP Server DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

Azure Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw

Section titled “Azure Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw”

Deeply nested Dgw block collapsed for readability.

Azure Not Managed Node List Interface List DHCP Server Interface IP Map

Section titled “Azure Not Managed Node List Interface List DHCP Server Interface IP Map”

Deeply nested Map block collapsed for readability.

Azure Not Managed Node List Interface List Ethernet Interface

Section titled “Azure Not Managed Node List Interface List Ethernet Interface”

Deeply nested Interface block collapsed for readability.

Azure Not Managed Node List Interface List IPv6 Auto Config

Section titled “Azure Not Managed Node List Interface List IPv6 Auto Config”

Deeply nested Config block collapsed for readability.

Azure Not Managed Node List Interface List IPv6 Auto Config Host

Section titled “Azure Not Managed Node List Interface List IPv6 Auto Config Host”

Deeply nested Host block collapsed for readability.

Azure Not Managed Node List Interface List IPv6 Auto Config Router

Section titled “Azure Not Managed Node List Interface List IPv6 Auto Config Router”

Deeply nested Router block collapsed for readability.

Azure Not Managed Node List Interface List IPv6 Auto Config Router DNS Config

Section titled “Azure Not Managed Node List Interface List IPv6 Auto Config Router DNS Config”

Deeply nested Config block collapsed for readability.

Azure Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List

Section titled “Azure Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List”

Deeply nested List block collapsed for readability.

Azure Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS

Section titled “Azure Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS”

Deeply nested DNS block collapsed for readability.

Azure Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address

Section titled “Azure Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address”

Deeply nested Address block collapsed for readability.

Azure Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address

Section titled “Azure Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address”

Deeply nested Address block collapsed for readability.

Azure Not Managed Node List Interface List IPv6 Auto Config Router Stateful

Section titled “Azure Not Managed Node List Interface List IPv6 Auto Config Router Stateful”

Deeply nested Stateful block collapsed for readability.

Azure Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End

Section titled “Azure Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End”

Deeply nested End block collapsed for readability.

Azure Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start

Section titled “Azure Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start”

Deeply nested Start block collapsed for readability.

Azure Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks

Section titled “Azure Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks”

Deeply nested Networks block collapsed for readability.

Azure Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools

Section titled “Azure Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

Azure Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map

Section titled “Azure Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map”

Deeply nested Map block collapsed for readability.

Azure Not Managed Node List Interface List Monitor

Section titled “Azure Not Managed Node List Interface List Monitor”

Deeply nested Monitor block collapsed for readability.

Azure Not Managed Node List Interface List Monitor Disabled

Section titled “Azure Not Managed Node List Interface List Monitor Disabled”

Deeply nested Disabled block collapsed for readability.

Azure Not Managed Node List Interface List Network Option

Section titled “Azure Not Managed Node List Interface List Network Option”

Deeply nested Option block collapsed for readability.

Azure Not Managed Node List Interface List Network Option Site Local Inside Network

Section titled “Azure Not Managed Node List Interface List Network Option Site Local Inside Network”

Deeply nested Network block collapsed for readability.

Azure Not Managed Node List Interface List Network Option Site Local Network

Section titled “Azure Not Managed Node List Interface List Network Option Site Local Network”

Deeply nested Network block collapsed for readability.

Azure Not Managed Node List Interface List No IPv4 Address

Section titled “Azure Not Managed Node List Interface List No IPv4 Address”

Deeply nested Address block collapsed for readability.

Azure Not Managed Node List Interface List No IPv6 Address

Section titled “Azure Not Managed Node List Interface List No IPv6 Address”

Deeply nested Address block collapsed for readability.

Azure Not Managed Node List Interface List Site To Site Connectivity Interface Disabled

Section titled “Azure Not Managed Node List Interface List Site To Site Connectivity Interface Disabled”

Deeply nested Disabled block collapsed for readability.

Azure Not Managed Node List Interface List Site To Site Connectivity Interface Enabled

Section titled “Azure Not Managed Node List Interface List Site To Site Connectivity Interface Enabled”

Deeply nested Enabled block collapsed for readability.

Azure Not Managed Node List Interface List Static IP

Section titled “Azure Not Managed Node List Interface List Static IP”

Deeply nested IP block collapsed for readability.

Azure Not Managed Node List Interface List Static IPv6 Address

Section titled “Azure Not Managed Node List Interface List Static IPv6 Address”

Deeply nested Address block collapsed for readability.

Azure Not Managed Node List Interface List Static IPv6 Address Cluster Static IP

Section titled “Azure Not Managed Node List Interface List Static IPv6 Address Cluster Static IP”

Deeply nested IP block collapsed for readability.

Azure Not Managed Node List Interface List Static IPv6 Address Node Static IP

Section titled “Azure Not Managed Node List Interface List Static IPv6 Address Node Static IP”

Deeply nested IP block collapsed for readability.

Azure Not Managed Node List Interface List VLAN Interface

Section titled “Azure Not Managed Node List Interface List VLAN Interface”

Deeply nested Interface block collapsed for readability.

A baremetal block supports the following:

• not_managed - Optional String
Section will show nodes associated with this site

A not_managed block (within baremetal) supports the following:

• node_list - Optional List
Section will show nodes associated with this site

A node_list block (within baremetal.not_managed) supports the following:

• hostname - Optional String
Hostname. Hostname for this Node

• interface_list - Optional List
Manage interfaces belonging to this node

• public_ip - Optional String
Public IP. Public IP for this Node

• type - Optional String
Possible values are Control, Worker
[Enum: Control|Worker] Type for this Node, can be Control or Worker

Baremetal Not Managed Node List Interface List

Section titled “Baremetal Not Managed Node List Interface List”

An interface_list block (within baremetal.not_managed.node_list) supports the following:

• bond_interface - Optional String
Configuration parameter for bond interface

• description_spec - Optional String
Interface Description. Description for this Interface

• dhcp_client - Optional Object
Enable this option

• dhcp_server - Optional String
DHCPServerParametersType

• ethernet_interface - Optional String
Configuration parameter for ethernet interface

• ipv6_auto_config - Optional String
IPV6AutoConfigType

• is_management - Optional Bool
Configuration for is_management

• is_primary - Optional Bool
Configuration for is_primary

• labels - Optional Map
Add Labels for this Interface, these labels can be used in firewall policy

• monitor - Optional Object
Link Quality Monitoring configuration for a network interface

• monitor_disabled - Optional Object
Enable this option

• mtu - Optional Number
Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384

• name - Optional String
Interface Name. Name of this Interface

• network_option - Optional String
Select virtual network (VRF) for this interface. There are 2 kinds of VRFs, local VRFs which are local to the site and global VRFs which extend into multiple sites. A site can have 2 Local VRFs, Site Local Outside (SLO), which is required for every site and Site Local Inside (SLI) which is optional

• no_ipv4_address - Optional Object
Enable this option

• no_ipv6_address - Optional Object
Enable this option

• priority - Optional Number
For a node, if multiple interfaces are configured in a VRF, interfaces with highest priority will be used as active and interfaces with lower priority will be used as backup. If multiple interfaces have the same priority, ECMP will be used. Greater the value, higher the priority

• site_to_site_connectivity_interface_disabled - Optional Object
Enable this option

• site_to_site_connectivity_interface_enabled - Optional Object
Enable this option

• static_ip - Optional String
Configure Static IP parameters for a node

• static_ipv6_address - Optional String
Static IP Parameters. Configure Static IP parameters

• vlan_interface - Optional String
Configuration parameter for VLAN interface

Baremetal Not Managed Node List Interface List Bond Interface

Section titled “Baremetal Not Managed Node List Interface List Bond Interface”

Deeply nested Interface block collapsed for readability.

Baremetal Not Managed Node List Interface List Bond Interface Active Backup

Section titled “Baremetal Not Managed Node List Interface List Bond Interface Active Backup”

Deeply nested Backup block collapsed for readability.

Baremetal Not Managed Node List Interface List Bond Interface Lacp

Section titled “Baremetal Not Managed Node List Interface List Bond Interface Lacp”

Deeply nested Lacp block collapsed for readability.

Baremetal Not Managed Node List Interface List DHCP Client

Section titled “Baremetal Not Managed Node List Interface List DHCP Client”

Deeply nested Client block collapsed for readability.

Baremetal Not Managed Node List Interface List DHCP Server

Section titled “Baremetal Not Managed Node List Interface List DHCP Server”

Deeply nested Server block collapsed for readability.

Baremetal Not Managed Node List Interface List DHCP Server Automatic From End

Section titled “Baremetal Not Managed Node List Interface List DHCP Server Automatic From End”

Deeply nested End block collapsed for readability.

Baremetal Not Managed Node List Interface List DHCP Server Automatic From Start

Section titled “Baremetal Not Managed Node List Interface List DHCP Server Automatic From Start”

Deeply nested Start block collapsed for readability.

Baremetal Not Managed Node List Interface List DHCP Server DHCP Networks

Section titled “Baremetal Not Managed Node List Interface List DHCP Server DHCP Networks”

Deeply nested Networks block collapsed for readability.

Baremetal Not Managed Node List Interface List DHCP Server DHCP Networks First Address

Section titled “Baremetal Not Managed Node List Interface List DHCP Server DHCP Networks First Address”

Deeply nested Address block collapsed for readability.

Baremetal Not Managed Node List Interface List DHCP Server DHCP Networks Last Address

Section titled “Baremetal Not Managed Node List Interface List DHCP Server DHCP Networks Last Address”

Deeply nested Address block collapsed for readability.

Baremetal Not Managed Node List Interface List DHCP Server DHCP Networks Pools

Section titled “Baremetal Not Managed Node List Interface List DHCP Server DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

Baremetal Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw

Section titled “Baremetal Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw”

Deeply nested Dgw block collapsed for readability.

Baremetal Not Managed Node List Interface List DHCP Server Interface IP Map

Section titled “Baremetal Not Managed Node List Interface List DHCP Server Interface IP Map”

Deeply nested Map block collapsed for readability.

Baremetal Not Managed Node List Interface List Ethernet Interface

Section titled “Baremetal Not Managed Node List Interface List Ethernet Interface”

Deeply nested Interface block collapsed for readability.

Baremetal Not Managed Node List Interface List IPv6 Auto Config

Section titled “Baremetal Not Managed Node List Interface List IPv6 Auto Config”

Deeply nested Config block collapsed for readability.

Baremetal Not Managed Node List Interface List IPv6 Auto Config Host

Section titled “Baremetal Not Managed Node List Interface List IPv6 Auto Config Host”

Deeply nested Host block collapsed for readability.

Baremetal Not Managed Node List Interface List IPv6 Auto Config Router

Section titled “Baremetal Not Managed Node List Interface List IPv6 Auto Config Router”

Deeply nested Router block collapsed for readability.

Baremetal Not Managed Node List Interface List IPv6 Auto Config Router DNS Config

Section titled “Baremetal Not Managed Node List Interface List IPv6 Auto Config Router DNS Config”

Deeply nested Config block collapsed for readability.

Baremetal Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List

Section titled “Baremetal Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List”

Deeply nested List block collapsed for readability.

Baremetal Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS

Section titled “Baremetal Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS”

Deeply nested DNS block collapsed for readability.

Baremetal Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address

Section titled “Baremetal Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address”

Deeply nested Address block collapsed for readability.

Baremetal Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address

Section titled “Baremetal Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address”

Deeply nested Address block collapsed for readability.

Baremetal Not Managed Node List Interface List IPv6 Auto Config Router Stateful

Section titled “Baremetal Not Managed Node List Interface List IPv6 Auto Config Router Stateful”

Deeply nested Stateful block collapsed for readability.

Baremetal Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End

Section titled “Baremetal Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End”

Deeply nested End block collapsed for readability.

Baremetal Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start

Section titled “Baremetal Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start”

Deeply nested Start block collapsed for readability.

Baremetal Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks

Section titled “Baremetal Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks”

Deeply nested Networks block collapsed for readability.

Baremetal Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools

Section titled “Baremetal Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

Baremetal Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map

Section titled “Baremetal Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map”

Deeply nested Map block collapsed for readability.

Baremetal Not Managed Node List Interface List Monitor

Section titled “Baremetal Not Managed Node List Interface List Monitor”

Deeply nested Monitor block collapsed for readability.

Baremetal Not Managed Node List Interface List Monitor Disabled

Section titled “Baremetal Not Managed Node List Interface List Monitor Disabled”

Deeply nested Disabled block collapsed for readability.

Baremetal Not Managed Node List Interface List Network Option

Section titled “Baremetal Not Managed Node List Interface List Network Option”

Deeply nested Option block collapsed for readability.

Baremetal Not Managed Node List Interface List Network Option Site Local Inside Network

Section titled “Baremetal Not Managed Node List Interface List Network Option Site Local Inside Network”

Deeply nested Network block collapsed for readability.

Baremetal Not Managed Node List Interface List Network Option Site Local Network

Section titled “Baremetal Not Managed Node List Interface List Network Option Site Local Network”

Deeply nested Network block collapsed for readability.

Baremetal Not Managed Node List Interface List No IPv4 Address

Section titled “Baremetal Not Managed Node List Interface List No IPv4 Address”

Deeply nested Address block collapsed for readability.

Baremetal Not Managed Node List Interface List No IPv6 Address

Section titled “Baremetal Not Managed Node List Interface List No IPv6 Address”

Deeply nested Address block collapsed for readability.

Baremetal Not Managed Node List Interface List Site To Site Connectivity Interface Disabled

Section titled “Baremetal Not Managed Node List Interface List Site To Site Connectivity Interface Disabled”

Deeply nested Disabled block collapsed for readability.

Baremetal Not Managed Node List Interface List Site To Site Connectivity Interface Enabled

Section titled “Baremetal Not Managed Node List Interface List Site To Site Connectivity Interface Enabled”

Deeply nested Enabled block collapsed for readability.

Baremetal Not Managed Node List Interface List Static IP

Section titled “Baremetal Not Managed Node List Interface List Static IP”

Deeply nested IP block collapsed for readability.

Baremetal Not Managed Node List Interface List Static IPv6 Address

Section titled “Baremetal Not Managed Node List Interface List Static IPv6 Address”

Deeply nested Address block collapsed for readability.

Baremetal Not Managed Node List Interface List Static IPv6 Address Cluster Static IP

Section titled “Baremetal Not Managed Node List Interface List Static IPv6 Address Cluster Static IP”

Deeply nested IP block collapsed for readability.

Baremetal Not Managed Node List Interface List Static IPv6 Address Node Static IP

Section titled “Baremetal Not Managed Node List Interface List Static IPv6 Address Node Static IP”

Deeply nested IP block collapsed for readability.

Baremetal Not Managed Node List Interface List VLAN Interface

Section titled “Baremetal Not Managed Node List Interface List VLAN Interface”

Deeply nested Interface block collapsed for readability.

A block_all_services block supports the following:

A blocked_services block supports the following:

• blocked_service - Optional List
Disable Node Local Services. Blocking or denial configuration

A blocked_service block (within blocked_services) supports the following:

• dns - Optional Object
Enable this option

• network_type - Optional String Defaults to VIRTUAL_NETWORK_SITE_LOCAL
Possible values are VIRTUAL_NETWORK_SITE_LOCAL, VIRTUAL_NETWORK_SITE_LOCAL_INSIDE, VIRTUAL_NETWORK_PER_SITE, VIRTUAL_NETWORK_PUBLIC, VIRTUAL_NETWORK_GLOBAL, VIRTUAL_NETWORK_SITE_SERVICE, VIRTUAL_NETWORK_VER_INTERNAL, VIRTUAL_NETWORK_SITE_LOCAL_INSIDE_OUTSIDE, VIRTUAL_NETWORK_IP_AUTO, VIRTUAL_NETWORK_VOLTADN_PRIVATE_NETWORK, VIRTUAL_NETWORK_SRV6_NETWORK, VIRTUAL_NETWORK_IP_FABRIC, VIRTUAL_NETWORK_SEGMENT, VIRTUAL_NETWORK_MANAGEMENT
[Enum: VIRTUAL_NETWORK_SITE_LOCAL|VIRTUAL_NETWORK_SITE_LOCAL_INSIDE|VIRTUAL_NETWORK_PER_SITE|VIRTUAL_NETWORK_PUBLIC|VIRTUAL_NETWORK_GLOBAL|VIRTUAL_NETWORK_SITE_SERVICE|VIRTUAL_NETWORK_VER_INTERNAL|VIRTUAL_NETWORK_SITE_LOCAL_INSIDE_OUTSIDE|VIRTUAL_NETWORK_IP_AUTO|VIRTUAL_NETWORK_VOLTADN_PRIVATE_NETWORK|VIRTUAL_NETWORK_SRV6_NETWORK|VIRTUAL_NETWORK_IP_FABRIC|VIRTUAL_NETWORK_SEGMENT|VIRTUAL_NETWORK_MANAGEMENT] Different types of virtual networks understood by the system Virtual-network of type VIRTUAL_NETWORK_SITE_LOCAL provides connectivity to public (outside) network. This is an insecure network and is connected to public internet via NAT Gateways/firwalls Virtual-network of this type is local to

• ssh - Optional Object
Enable this option

• web_user_interface - Optional Object
Enable this option

A dns block (within blocked_services.blocked_service) supports the following:

A ssh block (within blocked_services.blocked_service) supports the following:

Blocked Services Blocked Service Web User Interface

Section titled “Blocked Services Blocked Service Web User Interface”

A web_user_interface block (within blocked_services.blocked_service) supports the following:

A custom_proxy block supports the following:

• disable_re_tunnel - Optional Object
Configuration parameter for disable RE tunnel

• enable_re_tunnel - Optional Object
Configuration parameter for enable RE tunnel

• password - Optional String
SecretType is used in an object to indicate a sensitive/confidential field

• proxy_ip_address - Optional String
Specify the IPv4 Address of the internal Enterprise Proxy

• proxy_port - Optional Number
Specify the Port of the internal Enterprise Proxy

• username - Optional String
If the internal Enterprise Proxy is using basic authentication, specify the username. This is an optional field

A disable_re_tunnel block (within custom_proxy) supports the following:

An enable_re_tunnel block (within custom_proxy) supports the following:

A password block (within custom_proxy) supports the following:

• blindfold_secret_info - Optional String
BlindfoldSecretInfoType specifies information about the Secret managed by F5XC Secret Management

• clear_secret_info - Optional String
ClearSecretInfoType specifies information about the Secret that is not encrypted

Custom Proxy Password Blindfold Secret Info

Section titled “Custom Proxy Password Blindfold Secret Info”

A blindfold_secret_info block (within custom_proxy.password) supports the following:

• decryption_provider - Optional String
Name of the Secret Management Access object that contains information about the backend Secret Management service

• location - Optional String
Location is the uri_ref. It could be in URL format for string:/// Or it could be a path if the store provider is an HTTP/HTTPS location

• store_provider - Optional String
Name of the Secret Management Access object that contains information about the store to GET encrypted bytes This field needs to be provided only if the URL scheme is not string:///

A clear_secret_info block (within custom_proxy.password) supports the following:

• provider_ref - Optional String
Name of the Secret Management Access object that contains information about the store to GET encrypted bytes This field needs to be provided only if the URL scheme is not string:///

• url - Optional String
URL of the secret. Currently supported URL schemes is string:///. For string:/// scheme, Secret needs to be encoded Base64 format. When asked for this secret, caller will GET Secret bytes after Base64 decoding

A custom_proxy_bypass block supports the following:

• proxy_bypass - Optional List
Proxy Bypass. List of domains to bypass the proxy

A dc_cluster_group_sli block supports the following:

• name - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object’s(e.g. Route’s) name

• namespace - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object’s(e.g. Route’s) namespace

• tenant - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object’s(e.g. Route’s) tenant

A dc_cluster_group_slo block supports the following:

• name - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object’s(e.g. Route’s) name

• namespace - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object’s(e.g. Route’s) namespace

• tenant - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object’s(e.g. Route’s) tenant

A disable_advanced_delivery block supports the following:

A disable_ha block supports the following:

A disable_log_anonymization block supports the following:

A disable_management_network block supports the following:

A disable_url_categorization block supports the following:

A dns_ntp_config block supports the following:

• custom_dns - Optional String
DNS Servers. DNS Servers

• custom_ntp - Optional String
NTP Servers. NTP Servers

• f5_dns_default - Optional Object
Configuration parameter for f5 DNS default

• f5_ntp_default - Optional Object
Configuration parameter for f5 NTP default

A custom_dns block (within dns_ntp_config) supports the following:

• dns_servers - Optional List
DNS Servers. DNS Servers

A custom_ntp block (within dns_ntp_config) supports the following:

• ntp_servers - Optional List
NTP Servers. NTP Servers

A f5_dns_default block (within dns_ntp_config) supports the following:

A f5_ntp_default block (within dns_ntp_config) supports the following:

An enable_advanced_delivery block supports the following:

An enable_ha block supports the following:

An enable_log_anonymization block supports the following:

An enable_management_network block supports the following:

An enable_url_categorization block supports the following:

An equinix block supports the following:

• not_managed - Optional String
Section will show nodes associated with this site

A not_managed block (within equinix) supports the following:

• node_list - Optional List
Section will show nodes associated with this site

A node_list block (within equinix.not_managed) supports the following:

• hostname - Optional String
Hostname. Hostname for this Node

• interface_list - Optional List
Manage interfaces belonging to this node

• public_ip - Optional String
Public IP. Public IP for this Node

• type - Optional String
Possible values are Control, Worker
[Enum: Control|Worker] Type for this Node, can be Control or Worker

Equinix Not Managed Node List Interface List

Section titled “Equinix Not Managed Node List Interface List”

An interface_list block (within equinix.not_managed.node_list) supports the following:

• bond_interface - Optional String
Configuration parameter for bond interface

• description_spec - Optional String
Interface Description. Description for this Interface

• dhcp_client - Optional Object
Enable this option

• dhcp_server - Optional String
DHCPServerParametersType

• ethernet_interface - Optional String
Configuration parameter for ethernet interface

• ipv6_auto_config - Optional String
IPV6AutoConfigType

• is_management - Optional Bool
Configuration for is_management

• is_primary - Optional Bool
Configuration for is_primary

• labels - Optional Map
Add Labels for this Interface, these labels can be used in firewall policy

• monitor - Optional Object
Link Quality Monitoring configuration for a network interface

• monitor_disabled - Optional Object
Enable this option

• mtu - Optional Number
Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384

• name - Optional String
Interface Name. Name of this Interface

• network_option - Optional String
Select virtual network (VRF) for this interface. There are 2 kinds of VRFs, local VRFs which are local to the site and global VRFs which extend into multiple sites. A site can have 2 Local VRFs, Site Local Outside (SLO), which is required for every site and Site Local Inside (SLI) which is optional

• no_ipv4_address - Optional Object
Enable this option

• no_ipv6_address - Optional Object
Enable this option

• priority - Optional Number
For a node, if multiple interfaces are configured in a VRF, interfaces with highest priority will be used as active and interfaces with lower priority will be used as backup. If multiple interfaces have the same priority, ECMP will be used. Greater the value, higher the priority

• site_to_site_connectivity_interface_disabled - Optional Object
Enable this option

• site_to_site_connectivity_interface_enabled - Optional Object
Enable this option

• static_ip - Optional String
Configure Static IP parameters for a node

• static_ipv6_address - Optional String
Static IP Parameters. Configure Static IP parameters

• vlan_interface - Optional String
Configuration parameter for VLAN interface

Equinix Not Managed Node List Interface List Bond Interface

Section titled “Equinix Not Managed Node List Interface List Bond Interface”

Deeply nested Interface block collapsed for readability.

Equinix Not Managed Node List Interface List Bond Interface Active Backup

Section titled “Equinix Not Managed Node List Interface List Bond Interface Active Backup”

Deeply nested Backup block collapsed for readability.

Equinix Not Managed Node List Interface List Bond Interface Lacp

Section titled “Equinix Not Managed Node List Interface List Bond Interface Lacp”

Deeply nested Lacp block collapsed for readability.

Equinix Not Managed Node List Interface List DHCP Client

Section titled “Equinix Not Managed Node List Interface List DHCP Client”

Deeply nested Client block collapsed for readability.

Equinix Not Managed Node List Interface List DHCP Server

Section titled “Equinix Not Managed Node List Interface List DHCP Server”

Deeply nested Server block collapsed for readability.

Equinix Not Managed Node List Interface List DHCP Server Automatic From End

Section titled “Equinix Not Managed Node List Interface List DHCP Server Automatic From End”

Deeply nested End block collapsed for readability.

Equinix Not Managed Node List Interface List DHCP Server Automatic From Start

Section titled “Equinix Not Managed Node List Interface List DHCP Server Automatic From Start”

Deeply nested Start block collapsed for readability.

Equinix Not Managed Node List Interface List DHCP Server DHCP Networks

Section titled “Equinix Not Managed Node List Interface List DHCP Server DHCP Networks”

Deeply nested Networks block collapsed for readability.

Equinix Not Managed Node List Interface List DHCP Server DHCP Networks First Address

Section titled “Equinix Not Managed Node List Interface List DHCP Server DHCP Networks First Address”

Deeply nested Address block collapsed for readability.

Equinix Not Managed Node List Interface List DHCP Server DHCP Networks Last Address

Section titled “Equinix Not Managed Node List Interface List DHCP Server DHCP Networks Last Address”

Deeply nested Address block collapsed for readability.

Equinix Not Managed Node List Interface List DHCP Server DHCP Networks Pools

Section titled “Equinix Not Managed Node List Interface List DHCP Server DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

Equinix Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw

Section titled “Equinix Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw”

Deeply nested Dgw block collapsed for readability.

Equinix Not Managed Node List Interface List DHCP Server Interface IP Map

Section titled “Equinix Not Managed Node List Interface List DHCP Server Interface IP Map”

Deeply nested Map block collapsed for readability.

Equinix Not Managed Node List Interface List Ethernet Interface

Section titled “Equinix Not Managed Node List Interface List Ethernet Interface”

Deeply nested Interface block collapsed for readability.

Equinix Not Managed Node List Interface List IPv6 Auto Config

Section titled “Equinix Not Managed Node List Interface List IPv6 Auto Config”

Deeply nested Config block collapsed for readability.

Equinix Not Managed Node List Interface List IPv6 Auto Config Host

Section titled “Equinix Not Managed Node List Interface List IPv6 Auto Config Host”

Deeply nested Host block collapsed for readability.

Equinix Not Managed Node List Interface List IPv6 Auto Config Router

Section titled “Equinix Not Managed Node List Interface List IPv6 Auto Config Router”

Deeply nested Router block collapsed for readability.

Equinix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config

Section titled “Equinix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config”

Deeply nested Config block collapsed for readability.

Equinix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List

Section titled “Equinix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List”

Deeply nested List block collapsed for readability.

Equinix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS

Section titled “Equinix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS”

Deeply nested DNS block collapsed for readability.

Equinix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address

Section titled “Equinix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address”

Deeply nested Address block collapsed for readability.

Equinix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address

Section titled “Equinix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address”

Deeply nested Address block collapsed for readability.

Equinix Not Managed Node List Interface List IPv6 Auto Config Router Stateful

Section titled “Equinix Not Managed Node List Interface List IPv6 Auto Config Router Stateful”

Deeply nested Stateful block collapsed for readability.

Equinix Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End

Section titled “Equinix Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End”

Deeply nested End block collapsed for readability.

Equinix Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start

Section titled “Equinix Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start”

Deeply nested Start block collapsed for readability.

Equinix Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks

Section titled “Equinix Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks”

Deeply nested Networks block collapsed for readability.

Equinix Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools

Section titled “Equinix Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

Equinix Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map

Section titled “Equinix Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map”

Deeply nested Map block collapsed for readability.

Equinix Not Managed Node List Interface List Monitor

Section titled “Equinix Not Managed Node List Interface List Monitor”

Deeply nested Monitor block collapsed for readability.

Equinix Not Managed Node List Interface List Monitor Disabled

Section titled “Equinix Not Managed Node List Interface List Monitor Disabled”

Deeply nested Disabled block collapsed for readability.

Equinix Not Managed Node List Interface List Network Option

Section titled “Equinix Not Managed Node List Interface List Network Option”

Deeply nested Option block collapsed for readability.

Equinix Not Managed Node List Interface List Network Option Site Local Inside Network

Section titled “Equinix Not Managed Node List Interface List Network Option Site Local Inside Network”

Deeply nested Network block collapsed for readability.

Equinix Not Managed Node List Interface List Network Option Site Local Network

Section titled “Equinix Not Managed Node List Interface List Network Option Site Local Network”

Deeply nested Network block collapsed for readability.

Equinix Not Managed Node List Interface List No IPv4 Address

Section titled “Equinix Not Managed Node List Interface List No IPv4 Address”

Deeply nested Address block collapsed for readability.

Equinix Not Managed Node List Interface List No IPv6 Address

Section titled “Equinix Not Managed Node List Interface List No IPv6 Address”

Deeply nested Address block collapsed for readability.

Equinix Not Managed Node List Interface List Site To Site Connectivity Interface Disabled

Section titled “Equinix Not Managed Node List Interface List Site To Site Connectivity Interface Disabled”

Deeply nested Disabled block collapsed for readability.

Equinix Not Managed Node List Interface List Site To Site Connectivity Interface Enabled

Section titled “Equinix Not Managed Node List Interface List Site To Site Connectivity Interface Enabled”

Deeply nested Enabled block collapsed for readability.

Equinix Not Managed Node List Interface List Static IP

Section titled “Equinix Not Managed Node List Interface List Static IP”

Deeply nested IP block collapsed for readability.

Equinix Not Managed Node List Interface List Static IPv6 Address

Section titled “Equinix Not Managed Node List Interface List Static IPv6 Address”

Deeply nested Address block collapsed for readability.

Equinix Not Managed Node List Interface List Static IPv6 Address Cluster Static IP

Section titled “Equinix Not Managed Node List Interface List Static IPv6 Address Cluster Static IP”

Deeply nested IP block collapsed for readability.

Equinix Not Managed Node List Interface List Static IPv6 Address Node Static IP

Section titled “Equinix Not Managed Node List Interface List Static IPv6 Address Node Static IP”

Deeply nested IP block collapsed for readability.

Equinix Not Managed Node List Interface List VLAN Interface

Section titled “Equinix Not Managed Node List Interface List VLAN Interface”

Deeply nested Interface block collapsed for readability.

A f5_proxy block supports the following:

A gcp block supports the following:

• not_managed - Optional String
Section will show nodes associated with this site

A not_managed block (within gcp) supports the following:

• node_list - Optional List
Section will show nodes associated with this site

A node_list block (within gcp.not_managed) supports the following:

• hostname - Optional String
Hostname. Hostname for this Node

• interface_list - Optional List
Manage interfaces belonging to this node

• public_ip - Optional String
Public IP. Public IP for this Node

• type - Optional String
Possible values are Control, Worker
[Enum: Control|Worker] Type for this Node, can be Control or Worker

An interface_list block (within gcp.not_managed.node_list) supports the following:

• bond_interface - Optional String
Configuration parameter for bond interface

• description_spec - Optional String
Interface Description. Description for this Interface

• dhcp_client - Optional Object
Enable this option

• dhcp_server - Optional String
DHCPServerParametersType

• ethernet_interface - Optional String
Configuration parameter for ethernet interface

• ipv6_auto_config - Optional String
IPV6AutoConfigType

• is_management - Optional Bool
Configuration for is_management

• is_primary - Optional Bool
Configuration for is_primary

• labels - Optional Map
Add Labels for this Interface, these labels can be used in firewall policy

• monitor - Optional Object
Link Quality Monitoring configuration for a network interface

• monitor_disabled - Optional Object
Enable this option

• mtu - Optional Number
Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384

• name - Optional String
Interface Name. Name of this Interface

• network_option - Optional String
Select virtual network (VRF) for this interface. There are 2 kinds of VRFs, local VRFs which are local to the site and global VRFs which extend into multiple sites. A site can have 2 Local VRFs, Site Local Outside (SLO), which is required for every site and Site Local Inside (SLI) which is optional

• no_ipv4_address - Optional Object
Enable this option

• no_ipv6_address - Optional Object
Enable this option

• priority - Optional Number
For a node, if multiple interfaces are configured in a VRF, interfaces with highest priority will be used as active and interfaces with lower priority will be used as backup. If multiple interfaces have the same priority, ECMP will be used. Greater the value, higher the priority

• site_to_site_connectivity_interface_disabled - Optional Object
Enable this option

• site_to_site_connectivity_interface_enabled - Optional Object
Enable this option

• static_ip - Optional String
Configure Static IP parameters for a node

• static_ipv6_address - Optional String
Static IP Parameters. Configure Static IP parameters

• vlan_interface - Optional String
Configuration parameter for VLAN interface

GCP Not Managed Node List Interface List Bond Interface

Section titled “GCP Not Managed Node List Interface List Bond Interface”

Deeply nested Interface block collapsed for readability.

GCP Not Managed Node List Interface List Bond Interface Active Backup

Section titled “GCP Not Managed Node List Interface List Bond Interface Active Backup”

Deeply nested Backup block collapsed for readability.

GCP Not Managed Node List Interface List Bond Interface Lacp

Section titled “GCP Not Managed Node List Interface List Bond Interface Lacp”

Deeply nested Lacp block collapsed for readability.

GCP Not Managed Node List Interface List DHCP Client

Section titled “GCP Not Managed Node List Interface List DHCP Client”

Deeply nested Client block collapsed for readability.

GCP Not Managed Node List Interface List DHCP Server

Section titled “GCP Not Managed Node List Interface List DHCP Server”

Deeply nested Server block collapsed for readability.

GCP Not Managed Node List Interface List DHCP Server Automatic From End

Section titled “GCP Not Managed Node List Interface List DHCP Server Automatic From End”

Deeply nested End block collapsed for readability.

GCP Not Managed Node List Interface List DHCP Server Automatic From Start

Section titled “GCP Not Managed Node List Interface List DHCP Server Automatic From Start”

Deeply nested Start block collapsed for readability.

GCP Not Managed Node List Interface List DHCP Server DHCP Networks

Section titled “GCP Not Managed Node List Interface List DHCP Server DHCP Networks”

Deeply nested Networks block collapsed for readability.

GCP Not Managed Node List Interface List DHCP Server DHCP Networks First Address

Section titled “GCP Not Managed Node List Interface List DHCP Server DHCP Networks First Address”

Deeply nested Address block collapsed for readability.

GCP Not Managed Node List Interface List DHCP Server DHCP Networks Last Address

Section titled “GCP Not Managed Node List Interface List DHCP Server DHCP Networks Last Address”

Deeply nested Address block collapsed for readability.

GCP Not Managed Node List Interface List DHCP Server DHCP Networks Pools

Section titled “GCP Not Managed Node List Interface List DHCP Server DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

GCP Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw

Section titled “GCP Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw”

Deeply nested Dgw block collapsed for readability.

GCP Not Managed Node List Interface List DHCP Server Interface IP Map

Section titled “GCP Not Managed Node List Interface List DHCP Server Interface IP Map”

Deeply nested Map block collapsed for readability.

GCP Not Managed Node List Interface List Ethernet Interface

Section titled “GCP Not Managed Node List Interface List Ethernet Interface”

Deeply nested Interface block collapsed for readability.

GCP Not Managed Node List Interface List IPv6 Auto Config

Section titled “GCP Not Managed Node List Interface List IPv6 Auto Config”

Deeply nested Config block collapsed for readability.

GCP Not Managed Node List Interface List IPv6 Auto Config Host

Section titled “GCP Not Managed Node List Interface List IPv6 Auto Config Host”

Deeply nested Host block collapsed for readability.

GCP Not Managed Node List Interface List IPv6 Auto Config Router

Section titled “GCP Not Managed Node List Interface List IPv6 Auto Config Router”

Deeply nested Router block collapsed for readability.

GCP Not Managed Node List Interface List IPv6 Auto Config Router DNS Config

Section titled “GCP Not Managed Node List Interface List IPv6 Auto Config Router DNS Config”

Deeply nested Config block collapsed for readability.

GCP Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List

Section titled “GCP Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List”

Deeply nested List block collapsed for readability.

GCP Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS

Section titled “GCP Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS”

Deeply nested DNS block collapsed for readability.

GCP Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address

Section titled “GCP Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address”

Deeply nested Address block collapsed for readability.

GCP Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address

Section titled “GCP Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address”

Deeply nested Address block collapsed for readability.

GCP Not Managed Node List Interface List IPv6 Auto Config Router Stateful

Section titled “GCP Not Managed Node List Interface List IPv6 Auto Config Router Stateful”

Deeply nested Stateful block collapsed for readability.

GCP Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End

Section titled “GCP Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End”

Deeply nested End block collapsed for readability.

GCP Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start

Section titled “GCP Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start”

Deeply nested Start block collapsed for readability.

GCP Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks

Section titled “GCP Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks”

Deeply nested Networks block collapsed for readability.

GCP Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools

Section titled “GCP Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

GCP Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map

Section titled “GCP Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map”

Deeply nested Map block collapsed for readability.

GCP Not Managed Node List Interface List Monitor

Section titled “GCP Not Managed Node List Interface List Monitor”

Deeply nested Monitor block collapsed for readability.

GCP Not Managed Node List Interface List Monitor Disabled

Section titled “GCP Not Managed Node List Interface List Monitor Disabled”

Deeply nested Disabled block collapsed for readability.

GCP Not Managed Node List Interface List Network Option

Section titled “GCP Not Managed Node List Interface List Network Option”

Deeply nested Option block collapsed for readability.

GCP Not Managed Node List Interface List Network Option Site Local Inside Network

Section titled “GCP Not Managed Node List Interface List Network Option Site Local Inside Network”

Deeply nested Network block collapsed for readability.

GCP Not Managed Node List Interface List Network Option Site Local Network

Section titled “GCP Not Managed Node List Interface List Network Option Site Local Network”

Deeply nested Network block collapsed for readability.

GCP Not Managed Node List Interface List No IPv4 Address

Section titled “GCP Not Managed Node List Interface List No IPv4 Address”

Deeply nested Address block collapsed for readability.

GCP Not Managed Node List Interface List No IPv6 Address

Section titled “GCP Not Managed Node List Interface List No IPv6 Address”

Deeply nested Address block collapsed for readability.

GCP Not Managed Node List Interface List Site To Site Connectivity Interface Disabled

Section titled “GCP Not Managed Node List Interface List Site To Site Connectivity Interface Disabled”

Deeply nested Disabled block collapsed for readability.

GCP Not Managed Node List Interface List Site To Site Connectivity Interface Enabled

Section titled “GCP Not Managed Node List Interface List Site To Site Connectivity Interface Enabled”

Deeply nested Enabled block collapsed for readability.

GCP Not Managed Node List Interface List Static IP

Section titled “GCP Not Managed Node List Interface List Static IP”

Deeply nested IP block collapsed for readability.

GCP Not Managed Node List Interface List Static IPv6 Address

Section titled “GCP Not Managed Node List Interface List Static IPv6 Address”

Deeply nested Address block collapsed for readability.

GCP Not Managed Node List Interface List Static IPv6 Address Cluster Static IP

Section titled “GCP Not Managed Node List Interface List Static IPv6 Address Cluster Static IP”

Deeply nested IP block collapsed for readability.

GCP Not Managed Node List Interface List Static IPv6 Address Node Static IP

Section titled “GCP Not Managed Node List Interface List Static IPv6 Address Node Static IP”

Deeply nested IP block collapsed for readability.

GCP Not Managed Node List Interface List VLAN Interface

Section titled “GCP Not Managed Node List Interface List VLAN Interface”

Deeply nested Interface block collapsed for readability.

A kvm block supports the following:

• not_managed - Optional String
Section will show nodes associated with this site

A not_managed block (within kvm) supports the following:

• node_list - Optional List
Section will show nodes associated with this site

A node_list block (within kvm.not_managed) supports the following:

• hostname - Optional String
Hostname. Hostname for this Node

• interface_list - Optional List
Manage interfaces belonging to this node

• public_ip - Optional String
Public IP. Public IP for this Node

• type - Optional String
Possible values are Control, Worker
[Enum: Control|Worker] Type for this Node, can be Control or Worker

An interface_list block (within kvm.not_managed.node_list) supports the following:

• bond_interface - Optional String
Configuration parameter for bond interface

• description_spec - Optional String
Interface Description. Description for this Interface

• dhcp_client - Optional Object
Enable this option

• dhcp_server - Optional String
DHCPServerParametersType

• ethernet_interface - Optional String
Configuration parameter for ethernet interface

• ipv6_auto_config - Optional String
IPV6AutoConfigType

• is_management - Optional Bool
Configuration for is_management

• is_primary - Optional Bool
Configuration for is_primary

• labels - Optional Map
Add Labels for this Interface, these labels can be used in firewall policy

• monitor - Optional Object
Link Quality Monitoring configuration for a network interface

• monitor_disabled - Optional Object
Enable this option

• mtu - Optional Number
Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384

• name - Optional String
Interface Name. Name of this Interface

• network_option - Optional String
Select virtual network (VRF) for this interface. There are 2 kinds of VRFs, local VRFs which are local to the site and global VRFs which extend into multiple sites. A site can have 2 Local VRFs, Site Local Outside (SLO), which is required for every site and Site Local Inside (SLI) which is optional

• no_ipv4_address - Optional Object
Enable this option

• no_ipv6_address - Optional Object
Enable this option

• priority - Optional Number
For a node, if multiple interfaces are configured in a VRF, interfaces with highest priority will be used as active and interfaces with lower priority will be used as backup. If multiple interfaces have the same priority, ECMP will be used. Greater the value, higher the priority

• site_to_site_connectivity_interface_disabled - Optional Object
Enable this option

• site_to_site_connectivity_interface_enabled - Optional Object
Enable this option

• static_ip - Optional String
Configure Static IP parameters for a node

• static_ipv6_address - Optional String
Static IP Parameters. Configure Static IP parameters

• vlan_interface - Optional String
Configuration parameter for VLAN interface

Kvm Not Managed Node List Interface List Bond Interface

Section titled “Kvm Not Managed Node List Interface List Bond Interface”

Deeply nested Interface block collapsed for readability.

Kvm Not Managed Node List Interface List Bond Interface Active Backup

Section titled “Kvm Not Managed Node List Interface List Bond Interface Active Backup”

Deeply nested Backup block collapsed for readability.

Kvm Not Managed Node List Interface List Bond Interface Lacp

Section titled “Kvm Not Managed Node List Interface List Bond Interface Lacp”

Deeply nested Lacp block collapsed for readability.

Kvm Not Managed Node List Interface List DHCP Client

Section titled “Kvm Not Managed Node List Interface List DHCP Client”

Deeply nested Client block collapsed for readability.

Kvm Not Managed Node List Interface List DHCP Server

Section titled “Kvm Not Managed Node List Interface List DHCP Server”

Deeply nested Server block collapsed for readability.

Kvm Not Managed Node List Interface List DHCP Server Automatic From End

Section titled “Kvm Not Managed Node List Interface List DHCP Server Automatic From End”

Deeply nested End block collapsed for readability.

Kvm Not Managed Node List Interface List DHCP Server Automatic From Start

Section titled “Kvm Not Managed Node List Interface List DHCP Server Automatic From Start”

Deeply nested Start block collapsed for readability.

Kvm Not Managed Node List Interface List DHCP Server DHCP Networks

Section titled “Kvm Not Managed Node List Interface List DHCP Server DHCP Networks”

Deeply nested Networks block collapsed for readability.

Kvm Not Managed Node List Interface List DHCP Server DHCP Networks First Address

Section titled “Kvm Not Managed Node List Interface List DHCP Server DHCP Networks First Address”

Deeply nested Address block collapsed for readability.

Kvm Not Managed Node List Interface List DHCP Server DHCP Networks Last Address

Section titled “Kvm Not Managed Node List Interface List DHCP Server DHCP Networks Last Address”

Deeply nested Address block collapsed for readability.

Kvm Not Managed Node List Interface List DHCP Server DHCP Networks Pools

Section titled “Kvm Not Managed Node List Interface List DHCP Server DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

Kvm Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw

Section titled “Kvm Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw”

Deeply nested Dgw block collapsed for readability.

Kvm Not Managed Node List Interface List DHCP Server Interface IP Map

Section titled “Kvm Not Managed Node List Interface List DHCP Server Interface IP Map”

Deeply nested Map block collapsed for readability.

Kvm Not Managed Node List Interface List Ethernet Interface

Section titled “Kvm Not Managed Node List Interface List Ethernet Interface”

Deeply nested Interface block collapsed for readability.

Kvm Not Managed Node List Interface List IPv6 Auto Config

Section titled “Kvm Not Managed Node List Interface List IPv6 Auto Config”

Deeply nested Config block collapsed for readability.

Kvm Not Managed Node List Interface List IPv6 Auto Config Host

Section titled “Kvm Not Managed Node List Interface List IPv6 Auto Config Host”

Deeply nested Host block collapsed for readability.

Kvm Not Managed Node List Interface List IPv6 Auto Config Router

Section titled “Kvm Not Managed Node List Interface List IPv6 Auto Config Router”

Deeply nested Router block collapsed for readability.

Kvm Not Managed Node List Interface List IPv6 Auto Config Router DNS Config

Section titled “Kvm Not Managed Node List Interface List IPv6 Auto Config Router DNS Config”

Deeply nested Config block collapsed for readability.

Kvm Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List

Section titled “Kvm Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List”

Deeply nested List block collapsed for readability.

Kvm Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS

Section titled “Kvm Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS”

Deeply nested DNS block collapsed for readability.

Kvm Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address

Section titled “Kvm Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address”

Deeply nested Address block collapsed for readability.

Kvm Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address

Section titled “Kvm Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address”

Deeply nested Address block collapsed for readability.

Kvm Not Managed Node List Interface List IPv6 Auto Config Router Stateful

Section titled “Kvm Not Managed Node List Interface List IPv6 Auto Config Router Stateful”

Deeply nested Stateful block collapsed for readability.

Kvm Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End

Section titled “Kvm Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End”

Deeply nested End block collapsed for readability.

Kvm Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start

Section titled “Kvm Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start”

Deeply nested Start block collapsed for readability.

Kvm Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks

Section titled “Kvm Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks”

Deeply nested Networks block collapsed for readability.

Kvm Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools

Section titled “Kvm Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

Kvm Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map

Section titled “Kvm Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map”

Deeply nested Map block collapsed for readability.

Kvm Not Managed Node List Interface List Monitor

Section titled “Kvm Not Managed Node List Interface List Monitor”

Deeply nested Monitor block collapsed for readability.

Kvm Not Managed Node List Interface List Monitor Disabled

Section titled “Kvm Not Managed Node List Interface List Monitor Disabled”

Deeply nested Disabled block collapsed for readability.

Kvm Not Managed Node List Interface List Network Option

Section titled “Kvm Not Managed Node List Interface List Network Option”

Deeply nested Option block collapsed for readability.

Kvm Not Managed Node List Interface List Network Option Site Local Inside Network

Section titled “Kvm Not Managed Node List Interface List Network Option Site Local Inside Network”

Deeply nested Network block collapsed for readability.

Kvm Not Managed Node List Interface List Network Option Site Local Network

Section titled “Kvm Not Managed Node List Interface List Network Option Site Local Network”

Deeply nested Network block collapsed for readability.

Kvm Not Managed Node List Interface List No IPv4 Address

Section titled “Kvm Not Managed Node List Interface List No IPv4 Address”

Deeply nested Address block collapsed for readability.

Kvm Not Managed Node List Interface List No IPv6 Address

Section titled “Kvm Not Managed Node List Interface List No IPv6 Address”

Deeply nested Address block collapsed for readability.

Kvm Not Managed Node List Interface List Site To Site Connectivity Interface Disabled

Section titled “Kvm Not Managed Node List Interface List Site To Site Connectivity Interface Disabled”

Deeply nested Disabled block collapsed for readability.

Kvm Not Managed Node List Interface List Site To Site Connectivity Interface Enabled

Section titled “Kvm Not Managed Node List Interface List Site To Site Connectivity Interface Enabled”

Deeply nested Enabled block collapsed for readability.

Kvm Not Managed Node List Interface List Static IP

Section titled “Kvm Not Managed Node List Interface List Static IP”

Deeply nested IP block collapsed for readability.

Kvm Not Managed Node List Interface List Static IPv6 Address

Section titled “Kvm Not Managed Node List Interface List Static IPv6 Address”

Deeply nested Address block collapsed for readability.

Kvm Not Managed Node List Interface List Static IPv6 Address Cluster Static IP

Section titled “Kvm Not Managed Node List Interface List Static IPv6 Address Cluster Static IP”

Deeply nested IP block collapsed for readability.

Kvm Not Managed Node List Interface List Static IPv6 Address Node Static IP

Section titled “Kvm Not Managed Node List Interface List Static IPv6 Address Node Static IP”

Deeply nested IP block collapsed for readability.

Kvm Not Managed Node List Interface List VLAN Interface

Section titled “Kvm Not Managed Node List Interface List VLAN Interface”

Deeply nested Interface block collapsed for readability.

A load_balancing block supports the following:

• vip_vrrp_mode - Optional String Defaults to VIP_VRRP_INVALID
Possible values are VIP_VRRP_INVALID, VIP_VRRP_ENABLE, VIP_VRRP_DISABLE
[Enum: VIP_VRRP_INVALID|VIP_VRRP_ENABLE|VIP_VRRP_DISABLE] VRRP advertisement mode for VIP Invalid VRRP mode

A local_vrf block supports the following:

• default_config - Optional Object
Enable this option

• default_sli_config - Optional Object
Enable this option

• sli_config - Optional String
Site Local Network Configuration. Site local network configuration

• slo_config - Optional String
Site Local Network Configuration. Site local network configuration

A default_config block (within local_vrf) supports the following:

A default_sli_config block (within local_vrf) supports the following:

A sli_config block (within local_vrf) supports the following:

• labels - Optional Map
Add Labels for this network, these labels can be used in firewall policy

• nameserver - Optional String
Optional IPv4 DNS server to be used for name resolution

• no_static_routes - Optional Object
Configuration parameter for no static routes

• no_v6_static_routes - Optional Object
Configuration parameter for no v6 static routes

• secondary_nameserver - Optional String
Optional Secondary IPv4 DNS server to be used for name resolution

• static_routes - Optional String
Configuration parameter for static routes

• static_v6_routes - Optional String
Configuration parameter for static v6 routes

• vip - Optional String
Optional common virtual V4 IP across all nodes to be used as automatic VIP

A no_static_routes block (within local_vrf.sli_config) supports the following:

Deeply nested Routes block collapsed for readability.

A static_routes block (within local_vrf.sli_config) supports the following:

• static_routes - Optional List
Configuration parameter for static routes

Local Vrf SLI Config Static Routes Static Routes

Section titled “Local Vrf SLI Config Static Routes Static Routes”

Deeply nested Routes block collapsed for readability.

Local Vrf SLI Config Static Routes Static Routes Default Gateway

Section titled “Local Vrf SLI Config Static Routes Static Routes Default Gateway”

Deeply nested Gateway block collapsed for readability.

Local Vrf SLI Config Static Routes Static Routes Node Interface

Section titled “Local Vrf SLI Config Static Routes Static Routes Node Interface”

Deeply nested Interface block collapsed for readability.

Local Vrf SLI Config Static Routes Static Routes Node Interface List

Section titled “Local Vrf SLI Config Static Routes Static Routes Node Interface List”

Deeply nested List block collapsed for readability.

Local Vrf SLI Config Static Routes Static Routes Node Interface List Interface

Section titled “Local Vrf SLI Config Static Routes Static Routes Node Interface List Interface”

Deeply nested Interface block collapsed for readability.

A static_v6_routes block (within local_vrf.sli_config) supports the following:

• static_routes - Optional List
Static IPv6 Routes. List of IPv6 static routes

Local Vrf SLI Config Static V6 Routes Static Routes

Section titled “Local Vrf SLI Config Static V6 Routes Static Routes”

Deeply nested Routes block collapsed for readability.

Local Vrf SLI Config Static V6 Routes Static Routes Default Gateway

Section titled “Local Vrf SLI Config Static V6 Routes Static Routes Default Gateway”

Deeply nested Gateway block collapsed for readability.

Local Vrf SLI Config Static V6 Routes Static Routes Node Interface

Section titled “Local Vrf SLI Config Static V6 Routes Static Routes Node Interface”

Deeply nested Interface block collapsed for readability.

Local Vrf SLI Config Static V6 Routes Static Routes Node Interface List

Section titled “Local Vrf SLI Config Static V6 Routes Static Routes Node Interface List”

Deeply nested List block collapsed for readability.

Local Vrf SLI Config Static V6 Routes Static Routes Node Interface List Interface

Section titled “Local Vrf SLI Config Static V6 Routes Static Routes Node Interface List Interface”

Deeply nested Interface block collapsed for readability.

A slo_config block (within local_vrf) supports the following:

• labels - Optional Map
Add Labels for this network, these labels can be used in firewall policy

• nameserver - Optional String
Optional IPv4 DNS server to be used for name resolution

• no_static_routes - Optional Object
Configuration parameter for no static routes

• no_v6_static_routes - Optional Object
Configuration parameter for no v6 static routes

• secondary_nameserver - Optional String
Optional Secondary IPv4 DNS server to be used for name resolution

• static_routes - Optional String
Configuration parameter for static routes

• static_v6_routes - Optional String
Configuration parameter for static v6 routes

• vip - Optional String
Optional common virtual V4 IP across all nodes to be used as automatic VIP

A no_static_routes block (within local_vrf.slo_config) supports the following:

Deeply nested Routes block collapsed for readability.

A static_routes block (within local_vrf.slo_config) supports the following:

• static_routes - Optional List
Configuration parameter for static routes

Local Vrf Slo Config Static Routes Static Routes

Section titled “Local Vrf Slo Config Static Routes Static Routes”

Deeply nested Routes block collapsed for readability.

Local Vrf Slo Config Static Routes Static Routes Default Gateway

Section titled “Local Vrf Slo Config Static Routes Static Routes Default Gateway”

Deeply nested Gateway block collapsed for readability.

Local Vrf Slo Config Static Routes Static Routes Node Interface

Section titled “Local Vrf Slo Config Static Routes Static Routes Node Interface”

Deeply nested Interface block collapsed for readability.

Local Vrf Slo Config Static Routes Static Routes Node Interface List

Section titled “Local Vrf Slo Config Static Routes Static Routes Node Interface List”

Deeply nested List block collapsed for readability.

Local Vrf Slo Config Static Routes Static Routes Node Interface List Interface

Section titled “Local Vrf Slo Config Static Routes Static Routes Node Interface List Interface”

Deeply nested Interface block collapsed for readability.

A static_v6_routes block (within local_vrf.slo_config) supports the following:

• static_routes - Optional List
Static IPv6 Routes. List of IPv6 static routes

Local Vrf Slo Config Static V6 Routes Static Routes

Section titled “Local Vrf Slo Config Static V6 Routes Static Routes”

Deeply nested Routes block collapsed for readability.

Local Vrf Slo Config Static V6 Routes Static Routes Default Gateway

Section titled “Local Vrf Slo Config Static V6 Routes Static Routes Default Gateway”

Deeply nested Gateway block collapsed for readability.

Local Vrf Slo Config Static V6 Routes Static Routes Node Interface

Section titled “Local Vrf Slo Config Static V6 Routes Static Routes Node Interface”

Deeply nested Interface block collapsed for readability.

Local Vrf Slo Config Static V6 Routes Static Routes Node Interface List

Section titled “Local Vrf Slo Config Static V6 Routes Static Routes Node Interface List”

Deeply nested List block collapsed for readability.

Local Vrf Slo Config Static V6 Routes Static Routes Node Interface List Interface

Section titled “Local Vrf Slo Config Static V6 Routes Static Routes Node Interface List Interface”

Deeply nested Interface block collapsed for readability.

A log_receiver_with_net block supports the following:

• log_receiver - Optional String
Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name

• use_management_network - Optional Object
Configuration parameter for use management network

• use_slo_sli - Optional Object
Configuration parameter for use slo SLI

A log_receiver block (within log_receiver_with_net) supports the following:

• name - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object’s(e.g. Route’s) name

• namespace - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object’s(e.g. Route’s) namespace

• tenant - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object’s(e.g. Route’s) tenant

Log Receiver With Net Use Management Network

Section titled “Log Receiver With Net Use Management Network”

An use_management_network block (within log_receiver_with_net) supports the following:

An use_slo_sli block (within log_receiver_with_net) supports the following:

A logs_streaming_disabled block supports the following:

A no_forward_proxy block supports the following:

A no_network_policy block supports the following:

A no_proxy_bypass block supports the following:

A no_s2s_connectivity_sli block supports the following:

A no_s2s_connectivity_slo block supports the following:

A nutanix block supports the following:

• not_managed - Optional String
Section will show nodes associated with this site

A not_managed block (within nutanix) supports the following:

• node_list - Optional List
Section will show nodes associated with this site

A node_list block (within nutanix.not_managed) supports the following:

• hostname - Optional String
Hostname. Hostname for this Node

• interface_list - Optional List
Manage interfaces belonging to this node

• public_ip - Optional String
Public IP. Public IP for this Node

• type - Optional String
Possible values are Control, Worker
[Enum: Control|Worker] Type for this Node, can be Control or Worker

Nutanix Not Managed Node List Interface List

Section titled “Nutanix Not Managed Node List Interface List”

An interface_list block (within nutanix.not_managed.node_list) supports the following:

• bond_interface - Optional String
Configuration parameter for bond interface

• description_spec - Optional String
Interface Description. Description for this Interface

• dhcp_client - Optional Object
Enable this option

• dhcp_server - Optional String
DHCPServerParametersType

• ethernet_interface - Optional String
Configuration parameter for ethernet interface

• ipv6_auto_config - Optional String
IPV6AutoConfigType

• is_management - Optional Bool
Configuration for is_management

• is_primary - Optional Bool
Configuration for is_primary

• labels - Optional Map
Add Labels for this Interface, these labels can be used in firewall policy

• monitor - Optional Object
Link Quality Monitoring configuration for a network interface

• monitor_disabled - Optional Object
Enable this option

• mtu - Optional Number
Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384

• name - Optional String
Interface Name. Name of this Interface

• network_option - Optional String
Select virtual network (VRF) for this interface. There are 2 kinds of VRFs, local VRFs which are local to the site and global VRFs which extend into multiple sites. A site can have 2 Local VRFs, Site Local Outside (SLO), which is required for every site and Site Local Inside (SLI) which is optional

• no_ipv4_address - Optional Object
Enable this option

• no_ipv6_address - Optional Object
Enable this option

• priority - Optional Number
For a node, if multiple interfaces are configured in a VRF, interfaces with highest priority will be used as active and interfaces with lower priority will be used as backup. If multiple interfaces have the same priority, ECMP will be used. Greater the value, higher the priority

• site_to_site_connectivity_interface_disabled - Optional Object
Enable this option

• site_to_site_connectivity_interface_enabled - Optional Object
Enable this option

• static_ip - Optional String
Configure Static IP parameters for a node

• static_ipv6_address - Optional String
Static IP Parameters. Configure Static IP parameters

• vlan_interface - Optional String
Configuration parameter for VLAN interface

Nutanix Not Managed Node List Interface List Bond Interface

Section titled “Nutanix Not Managed Node List Interface List Bond Interface”

Deeply nested Interface block collapsed for readability.

Nutanix Not Managed Node List Interface List Bond Interface Active Backup

Section titled “Nutanix Not Managed Node List Interface List Bond Interface Active Backup”

Deeply nested Backup block collapsed for readability.

Nutanix Not Managed Node List Interface List Bond Interface Lacp

Section titled “Nutanix Not Managed Node List Interface List Bond Interface Lacp”

Deeply nested Lacp block collapsed for readability.

Nutanix Not Managed Node List Interface List DHCP Client

Section titled “Nutanix Not Managed Node List Interface List DHCP Client”

Deeply nested Client block collapsed for readability.

Nutanix Not Managed Node List Interface List DHCP Server

Section titled “Nutanix Not Managed Node List Interface List DHCP Server”

Deeply nested Server block collapsed for readability.

Nutanix Not Managed Node List Interface List DHCP Server Automatic From End

Section titled “Nutanix Not Managed Node List Interface List DHCP Server Automatic From End”

Deeply nested End block collapsed for readability.

Nutanix Not Managed Node List Interface List DHCP Server Automatic From Start

Section titled “Nutanix Not Managed Node List Interface List DHCP Server Automatic From Start”

Deeply nested Start block collapsed for readability.

Nutanix Not Managed Node List Interface List DHCP Server DHCP Networks

Section titled “Nutanix Not Managed Node List Interface List DHCP Server DHCP Networks”

Deeply nested Networks block collapsed for readability.

Nutanix Not Managed Node List Interface List DHCP Server DHCP Networks First Address

Section titled “Nutanix Not Managed Node List Interface List DHCP Server DHCP Networks First Address”

Deeply nested Address block collapsed for readability.

Nutanix Not Managed Node List Interface List DHCP Server DHCP Networks Last Address

Section titled “Nutanix Not Managed Node List Interface List DHCP Server DHCP Networks Last Address”

Deeply nested Address block collapsed for readability.

Nutanix Not Managed Node List Interface List DHCP Server DHCP Networks Pools

Section titled “Nutanix Not Managed Node List Interface List DHCP Server DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

Nutanix Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw

Section titled “Nutanix Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw”

Deeply nested Dgw block collapsed for readability.

Nutanix Not Managed Node List Interface List DHCP Server Interface IP Map

Section titled “Nutanix Not Managed Node List Interface List DHCP Server Interface IP Map”

Deeply nested Map block collapsed for readability.

Nutanix Not Managed Node List Interface List Ethernet Interface

Section titled “Nutanix Not Managed Node List Interface List Ethernet Interface”

Deeply nested Interface block collapsed for readability.

Nutanix Not Managed Node List Interface List IPv6 Auto Config

Section titled “Nutanix Not Managed Node List Interface List IPv6 Auto Config”

Deeply nested Config block collapsed for readability.

Nutanix Not Managed Node List Interface List IPv6 Auto Config Host

Section titled “Nutanix Not Managed Node List Interface List IPv6 Auto Config Host”

Deeply nested Host block collapsed for readability.

Nutanix Not Managed Node List Interface List IPv6 Auto Config Router

Section titled “Nutanix Not Managed Node List Interface List IPv6 Auto Config Router”

Deeply nested Router block collapsed for readability.

Nutanix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config

Section titled “Nutanix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config”

Deeply nested Config block collapsed for readability.

Nutanix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List

Section titled “Nutanix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List”

Deeply nested List block collapsed for readability.

Nutanix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS

Section titled “Nutanix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS”

Deeply nested DNS block collapsed for readability.

Nutanix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address

Section titled “Nutanix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address”

Deeply nested Address block collapsed for readability.

Nutanix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address

Section titled “Nutanix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address”

Deeply nested Address block collapsed for readability.

Nutanix Not Managed Node List Interface List IPv6 Auto Config Router Stateful

Section titled “Nutanix Not Managed Node List Interface List IPv6 Auto Config Router Stateful”

Deeply nested Stateful block collapsed for readability.

Nutanix Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End

Section titled “Nutanix Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End”

Deeply nested End block collapsed for readability.

Nutanix Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start

Section titled “Nutanix Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start”

Deeply nested Start block collapsed for readability.

Nutanix Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks

Section titled “Nutanix Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks”

Deeply nested Networks block collapsed for readability.

Nutanix Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools

Section titled “Nutanix Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

Nutanix Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map

Section titled “Nutanix Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map”

Deeply nested Map block collapsed for readability.

Nutanix Not Managed Node List Interface List Monitor

Section titled “Nutanix Not Managed Node List Interface List Monitor”

Deeply nested Monitor block collapsed for readability.

Nutanix Not Managed Node List Interface List Monitor Disabled

Section titled “Nutanix Not Managed Node List Interface List Monitor Disabled”

Deeply nested Disabled block collapsed for readability.

Nutanix Not Managed Node List Interface List Network Option

Section titled “Nutanix Not Managed Node List Interface List Network Option”

Deeply nested Option block collapsed for readability.

Nutanix Not Managed Node List Interface List Network Option Site Local Inside Network

Section titled “Nutanix Not Managed Node List Interface List Network Option Site Local Inside Network”

Deeply nested Network block collapsed for readability.

Nutanix Not Managed Node List Interface List Network Option Site Local Network

Section titled “Nutanix Not Managed Node List Interface List Network Option Site Local Network”

Deeply nested Network block collapsed for readability.

Nutanix Not Managed Node List Interface List No IPv4 Address

Section titled “Nutanix Not Managed Node List Interface List No IPv4 Address”

Deeply nested Address block collapsed for readability.

Nutanix Not Managed Node List Interface List No IPv6 Address

Section titled “Nutanix Not Managed Node List Interface List No IPv6 Address”

Deeply nested Address block collapsed for readability.

Nutanix Not Managed Node List Interface List Site To Site Connectivity Interface Disabled

Section titled “Nutanix Not Managed Node List Interface List Site To Site Connectivity Interface Disabled”

Deeply nested Disabled block collapsed for readability.

Nutanix Not Managed Node List Interface List Site To Site Connectivity Interface Enabled

Section titled “Nutanix Not Managed Node List Interface List Site To Site Connectivity Interface Enabled”

Deeply nested Enabled block collapsed for readability.

Nutanix Not Managed Node List Interface List Static IP

Section titled “Nutanix Not Managed Node List Interface List Static IP”

Deeply nested IP block collapsed for readability.

Nutanix Not Managed Node List Interface List Static IPv6 Address

Section titled “Nutanix Not Managed Node List Interface List Static IPv6 Address”

Deeply nested Address block collapsed for readability.

Nutanix Not Managed Node List Interface List Static IPv6 Address Cluster Static IP

Section titled “Nutanix Not Managed Node List Interface List Static IPv6 Address Cluster Static IP”

Deeply nested IP block collapsed for readability.

Nutanix Not Managed Node List Interface List Static IPv6 Address Node Static IP

Section titled “Nutanix Not Managed Node List Interface List Static IPv6 Address Node Static IP”

Deeply nested IP block collapsed for readability.

Nutanix Not Managed Node List Interface List VLAN Interface

Section titled “Nutanix Not Managed Node List Interface List VLAN Interface”

Deeply nested Interface block collapsed for readability.

An oci block supports the following:

• not_managed - Optional String
Section will show nodes associated with this site

A not_managed block (within oci) supports the following:

• node_list - Optional List
Section will show nodes associated with this site

A node_list block (within oci.not_managed) supports the following:

• hostname - Optional String
Hostname. Hostname for this Node

• interface_list - Optional List
Manage interfaces belonging to this node

• public_ip - Optional String
Public IP. Public IP for this Node

• type - Optional String
Possible values are Control, Worker
[Enum: Control|Worker] Type for this Node, can be Control or Worker

An interface_list block (within oci.not_managed.node_list) supports the following:

• bond_interface - Optional String
Configuration parameter for bond interface

• description_spec - Optional String
Interface Description. Description for this Interface

• dhcp_client - Optional Object
Enable this option

• dhcp_server - Optional String
DHCPServerParametersType

• ethernet_interface - Optional String
Configuration parameter for ethernet interface

• ipv6_auto_config - Optional String
IPV6AutoConfigType

• is_management - Optional Bool
Configuration for is_management

• is_primary - Optional Bool
Configuration for is_primary

• labels - Optional Map
Add Labels for this Interface, these labels can be used in firewall policy

• monitor - Optional Object
Link Quality Monitoring configuration for a network interface

• monitor_disabled - Optional Object
Enable this option

• mtu - Optional Number
Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384

• name - Optional String
Interface Name. Name of this Interface

• network_option - Optional String
Select virtual network (VRF) for this interface. There are 2 kinds of VRFs, local VRFs which are local to the site and global VRFs which extend into multiple sites. A site can have 2 Local VRFs, Site Local Outside (SLO), which is required for every site and Site Local Inside (SLI) which is optional

• no_ipv4_address - Optional Object
Enable this option

• no_ipv6_address - Optional Object
Enable this option

• priority - Optional Number
For a node, if multiple interfaces are configured in a VRF, interfaces with highest priority will be used as active and interfaces with lower priority will be used as backup. If multiple interfaces have the same priority, ECMP will be used. Greater the value, higher the priority

• site_to_site_connectivity_interface_disabled - Optional Object
Enable this option

• site_to_site_connectivity_interface_enabled - Optional Object
Enable this option

• static_ip - Optional String
Configure Static IP parameters for a node

• static_ipv6_address - Optional String
Static IP Parameters. Configure Static IP parameters

• vlan_interface - Optional String
Configuration parameter for VLAN interface

Oci Not Managed Node List Interface List Bond Interface

Section titled “Oci Not Managed Node List Interface List Bond Interface”

Deeply nested Interface block collapsed for readability.

Oci Not Managed Node List Interface List Bond Interface Active Backup

Section titled “Oci Not Managed Node List Interface List Bond Interface Active Backup”

Deeply nested Backup block collapsed for readability.

Oci Not Managed Node List Interface List Bond Interface Lacp

Section titled “Oci Not Managed Node List Interface List Bond Interface Lacp”

Deeply nested Lacp block collapsed for readability.

Oci Not Managed Node List Interface List DHCP Client

Section titled “Oci Not Managed Node List Interface List DHCP Client”

Deeply nested Client block collapsed for readability.

Oci Not Managed Node List Interface List DHCP Server

Section titled “Oci Not Managed Node List Interface List DHCP Server”

Deeply nested Server block collapsed for readability.

Oci Not Managed Node List Interface List DHCP Server Automatic From End

Section titled “Oci Not Managed Node List Interface List DHCP Server Automatic From End”

Deeply nested End block collapsed for readability.

Oci Not Managed Node List Interface List DHCP Server Automatic From Start

Section titled “Oci Not Managed Node List Interface List DHCP Server Automatic From Start”

Deeply nested Start block collapsed for readability.

Oci Not Managed Node List Interface List DHCP Server DHCP Networks

Section titled “Oci Not Managed Node List Interface List DHCP Server DHCP Networks”

Deeply nested Networks block collapsed for readability.

Oci Not Managed Node List Interface List DHCP Server DHCP Networks First Address

Section titled “Oci Not Managed Node List Interface List DHCP Server DHCP Networks First Address”

Deeply nested Address block collapsed for readability.

Oci Not Managed Node List Interface List DHCP Server DHCP Networks Last Address

Section titled “Oci Not Managed Node List Interface List DHCP Server DHCP Networks Last Address”

Deeply nested Address block collapsed for readability.

Oci Not Managed Node List Interface List DHCP Server DHCP Networks Pools

Section titled “Oci Not Managed Node List Interface List DHCP Server DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

Oci Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw

Section titled “Oci Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw”

Deeply nested Dgw block collapsed for readability.

Oci Not Managed Node List Interface List DHCP Server Interface IP Map

Section titled “Oci Not Managed Node List Interface List DHCP Server Interface IP Map”

Deeply nested Map block collapsed for readability.

Oci Not Managed Node List Interface List Ethernet Interface

Section titled “Oci Not Managed Node List Interface List Ethernet Interface”

Deeply nested Interface block collapsed for readability.

Oci Not Managed Node List Interface List IPv6 Auto Config

Section titled “Oci Not Managed Node List Interface List IPv6 Auto Config”

Deeply nested Config block collapsed for readability.

Oci Not Managed Node List Interface List IPv6 Auto Config Host

Section titled “Oci Not Managed Node List Interface List IPv6 Auto Config Host”

Deeply nested Host block collapsed for readability.

Oci Not Managed Node List Interface List IPv6 Auto Config Router

Section titled “Oci Not Managed Node List Interface List IPv6 Auto Config Router”

Deeply nested Router block collapsed for readability.

Oci Not Managed Node List Interface List IPv6 Auto Config Router DNS Config

Section titled “Oci Not Managed Node List Interface List IPv6 Auto Config Router DNS Config”

Deeply nested Config block collapsed for readability.

Oci Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List

Section titled “Oci Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List”

Deeply nested List block collapsed for readability.

Oci Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS

Section titled “Oci Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS”

Deeply nested DNS block collapsed for readability.

Oci Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address

Section titled “Oci Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address”

Deeply nested Address block collapsed for readability.

Oci Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address

Section titled “Oci Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address”

Deeply nested Address block collapsed for readability.

Oci Not Managed Node List Interface List IPv6 Auto Config Router Stateful

Section titled “Oci Not Managed Node List Interface List IPv6 Auto Config Router Stateful”

Deeply nested Stateful block collapsed for readability.

Oci Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End

Section titled “Oci Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End”

Deeply nested End block collapsed for readability.

Oci Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start

Section titled “Oci Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start”

Deeply nested Start block collapsed for readability.

Oci Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks

Section titled “Oci Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks”

Deeply nested Networks block collapsed for readability.

Oci Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools

Section titled “Oci Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

Oci Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map

Section titled “Oci Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map”

Deeply nested Map block collapsed for readability.

Oci Not Managed Node List Interface List Monitor

Section titled “Oci Not Managed Node List Interface List Monitor”

Deeply nested Monitor block collapsed for readability.

Oci Not Managed Node List Interface List Monitor Disabled

Section titled “Oci Not Managed Node List Interface List Monitor Disabled”

Deeply nested Disabled block collapsed for readability.

Oci Not Managed Node List Interface List Network Option

Section titled “Oci Not Managed Node List Interface List Network Option”

Deeply nested Option block collapsed for readability.

Oci Not Managed Node List Interface List Network Option Site Local Inside Network

Section titled “Oci Not Managed Node List Interface List Network Option Site Local Inside Network”

Deeply nested Network block collapsed for readability.

Oci Not Managed Node List Interface List Network Option Site Local Network

Section titled “Oci Not Managed Node List Interface List Network Option Site Local Network”

Deeply nested Network block collapsed for readability.

Oci Not Managed Node List Interface List No IPv4 Address

Section titled “Oci Not Managed Node List Interface List No IPv4 Address”

Deeply nested Address block collapsed for readability.

Oci Not Managed Node List Interface List No IPv6 Address

Section titled “Oci Not Managed Node List Interface List No IPv6 Address”

Deeply nested Address block collapsed for readability.

Oci Not Managed Node List Interface List Site To Site Connectivity Interface Disabled

Section titled “Oci Not Managed Node List Interface List Site To Site Connectivity Interface Disabled”

Deeply nested Disabled block collapsed for readability.

Oci Not Managed Node List Interface List Site To Site Connectivity Interface Enabled

Section titled “Oci Not Managed Node List Interface List Site To Site Connectivity Interface Enabled”

Deeply nested Enabled block collapsed for readability.

Oci Not Managed Node List Interface List Static IP

Section titled “Oci Not Managed Node List Interface List Static IP”

Deeply nested IP block collapsed for readability.

Oci Not Managed Node List Interface List Static IPv6 Address

Section titled “Oci Not Managed Node List Interface List Static IPv6 Address”

Deeply nested Address block collapsed for readability.

Oci Not Managed Node List Interface List Static IPv6 Address Cluster Static IP

Section titled “Oci Not Managed Node List Interface List Static IPv6 Address Cluster Static IP”

Deeply nested IP block collapsed for readability.

Oci Not Managed Node List Interface List Static IPv6 Address Node Static IP

Section titled “Oci Not Managed Node List Interface List Static IPv6 Address Node Static IP”

Deeply nested IP block collapsed for readability.

Oci Not Managed Node List Interface List VLAN Interface

Section titled “Oci Not Managed Node List Interface List VLAN Interface”

Deeply nested Interface block collapsed for readability.

An offline_survivability_mode block supports the following:

• enable_offline_survivability_mode - Optional Object
Configuration parameter for enable offline survivability mode

• no_offline_survivability_mode - Optional Object
Configuration parameter for no offline survivability mode

Offline Survivability Mode Enable Offline Survivability Mode

Section titled “Offline Survivability Mode Enable Offline Survivability Mode”

An enable_offline_survivability_mode block (within offline_survivability_mode) supports the following:

Offline Survivability Mode No Offline Survivability Mode

Section titled “Offline Survivability Mode No Offline Survivability Mode”

A no_offline_survivability_mode block (within offline_survivability_mode) supports the following:

An openshift_virtualization block supports the following:

• not_managed - Optional String
Section will show nodes associated with this site

A not_managed block (within openshift_virtualization) supports the following:

• node_list - Optional List
Section will show nodes associated with this site

Openshift Virtualization Not Managed Node List

Section titled “Openshift Virtualization Not Managed Node List”

A node_list block (within openshift_virtualization.not_managed) supports the following:

• hostname - Optional String
Hostname. Hostname for this Node

• interface_list - Optional List
Manage interfaces belonging to this node

• public_ip - Optional String
Public IP. Public IP for this Node

• type - Optional String
Possible values are Control, Worker
[Enum: Control|Worker] Type for this Node, can be Control or Worker

Openshift Virtualization Not Managed Node List Interface List

Section titled “Openshift Virtualization Not Managed Node List Interface List”

Deeply nested List block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List Bond Interface

Section titled “Openshift Virtualization Not Managed Node List Interface List Bond Interface”

Deeply nested Interface block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List Bond Interface Active Backup

Section titled “Openshift Virtualization Not Managed Node List Interface List Bond Interface Active Backup”

Deeply nested Backup block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List Bond Interface Lacp

Section titled “Openshift Virtualization Not Managed Node List Interface List Bond Interface Lacp”

Deeply nested Lacp block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List DHCP Client

Section titled “Openshift Virtualization Not Managed Node List Interface List DHCP Client”

Deeply nested Client block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List DHCP Server

Section titled “Openshift Virtualization Not Managed Node List Interface List DHCP Server”

Deeply nested Server block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List DHCP Server Automatic From End

Section titled “Openshift Virtualization Not Managed Node List Interface List DHCP Server Automatic From End”

Deeply nested End block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List DHCP Server Automatic From Start

Section titled “Openshift Virtualization Not Managed Node List Interface List DHCP Server Automatic From Start”

Deeply nested Start block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List DHCP Server DHCP Networks

Section titled “Openshift Virtualization Not Managed Node List Interface List DHCP Server DHCP Networks”

Deeply nested Networks block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List DHCP Server DHCP Networks First Address

Section titled “Openshift Virtualization Not Managed Node List Interface List DHCP Server DHCP Networks First Address”

Deeply nested Address block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List DHCP Server DHCP Networks Last Address

Section titled “Openshift Virtualization Not Managed Node List Interface List DHCP Server DHCP Networks Last Address”

Deeply nested Address block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List DHCP Server DHCP Networks Pools

Section titled “Openshift Virtualization Not Managed Node List Interface List DHCP Server DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw

Section titled “Openshift Virtualization Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw”

Deeply nested Dgw block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List DHCP Server Interface IP Map

Section titled “Openshift Virtualization Not Managed Node List Interface List DHCP Server Interface IP Map”

Deeply nested Map block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List Ethernet Interface

Section titled “Openshift Virtualization Not Managed Node List Interface List Ethernet Interface”

Deeply nested Interface block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config

Section titled “Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config”

Deeply nested Config block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Host

Section titled “Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Host”

Deeply nested Host block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router

Section titled “Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router”

Deeply nested Router block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router DNS Config

Section titled “Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router DNS Config”

Deeply nested Config block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List

Section titled “Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List”

Deeply nested List block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS

Section titled “Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS”

Deeply nested DNS block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address

Section titled “Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address”

Deeply nested Address block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address

Section titled “Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address”

Deeply nested Address block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router Stateful

Section titled “Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router Stateful”

Deeply nested Stateful block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End

Section titled “Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End”

Deeply nested End block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start

Section titled “Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start”

Deeply nested Start block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks

Section titled “Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks”

Deeply nested Networks block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools

Section titled “Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map

Section titled “Openshift Virtualization Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map”

Deeply nested Map block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List Monitor

Section titled “Openshift Virtualization Not Managed Node List Interface List Monitor”

Deeply nested Monitor block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List Monitor Disabled

Section titled “Openshift Virtualization Not Managed Node List Interface List Monitor Disabled”

Deeply nested Disabled block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List Network Option

Section titled “Openshift Virtualization Not Managed Node List Interface List Network Option”

Deeply nested Option block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List Network Option Site Local Inside Network

Section titled “Openshift Virtualization Not Managed Node List Interface List Network Option Site Local Inside Network”

Deeply nested Network block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List Network Option Site Local Network

Section titled “Openshift Virtualization Not Managed Node List Interface List Network Option Site Local Network”

Deeply nested Network block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List No IPv4 Address

Section titled “Openshift Virtualization Not Managed Node List Interface List No IPv4 Address”

Deeply nested Address block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List No IPv6 Address

Section titled “Openshift Virtualization Not Managed Node List Interface List No IPv6 Address”

Deeply nested Address block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List Site To Site Connectivity Interface Disabled

Section titled “Openshift Virtualization Not Managed Node List Interface List Site To Site Connectivity Interface Disabled”

Deeply nested Disabled block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List Site To Site Connectivity Interface Enabled

Section titled “Openshift Virtualization Not Managed Node List Interface List Site To Site Connectivity Interface Enabled”

Deeply nested Enabled block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List Static IP

Section titled “Openshift Virtualization Not Managed Node List Interface List Static IP”

Deeply nested IP block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List Static IPv6 Address

Section titled “Openshift Virtualization Not Managed Node List Interface List Static IPv6 Address”

Deeply nested Address block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List Static IPv6 Address Cluster Static IP

Section titled “Openshift Virtualization Not Managed Node List Interface List Static IPv6 Address Cluster Static IP”

Deeply nested IP block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List Static IPv6 Address Node Static IP

Section titled “Openshift Virtualization Not Managed Node List Interface List Static IPv6 Address Node Static IP”

Deeply nested IP block collapsed for readability.

Openshift Virtualization Not Managed Node List Interface List VLAN Interface

Section titled “Openshift Virtualization Not Managed Node List Interface List VLAN Interface”

Deeply nested Interface block collapsed for readability.

An openstack block supports the following:

• not_managed - Optional String
Section will show nodes associated with this site

A not_managed block (within openstack) supports the following:

• node_list - Optional List
Section will show nodes associated with this site

A node_list block (within openstack.not_managed) supports the following:

• hostname - Optional String
Hostname. Hostname for this Node

• interface_list - Optional List
Manage interfaces belonging to this node

• public_ip - Optional String
Public IP. Public IP for this Node

• type - Optional String
Possible values are Control, Worker
[Enum: Control|Worker] Type for this Node, can be Control or Worker

Openstack Not Managed Node List Interface List

Section titled “Openstack Not Managed Node List Interface List”

An interface_list block (within openstack.not_managed.node_list) supports the following:

• bond_interface - Optional String
Configuration parameter for bond interface

• description_spec - Optional String
Interface Description. Description for this Interface

• dhcp_client - Optional Object
Enable this option

• dhcp_server - Optional String
DHCPServerParametersType

• ethernet_interface - Optional String
Configuration parameter for ethernet interface

• ipv6_auto_config - Optional String
IPV6AutoConfigType

• is_management - Optional Bool
Configuration for is_management

• is_primary - Optional Bool
Configuration for is_primary

• labels - Optional Map
Add Labels for this Interface, these labels can be used in firewall policy

• monitor - Optional Object
Link Quality Monitoring configuration for a network interface

• monitor_disabled - Optional Object
Enable this option

• mtu - Optional Number
Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384

• name - Optional String
Interface Name. Name of this Interface

• network_option - Optional String
Select virtual network (VRF) for this interface. There are 2 kinds of VRFs, local VRFs which are local to the site and global VRFs which extend into multiple sites. A site can have 2 Local VRFs, Site Local Outside (SLO), which is required for every site and Site Local Inside (SLI) which is optional

• no_ipv4_address - Optional Object
Enable this option

• no_ipv6_address - Optional Object
Enable this option

• priority - Optional Number
For a node, if multiple interfaces are configured in a VRF, interfaces with highest priority will be used as active and interfaces with lower priority will be used as backup. If multiple interfaces have the same priority, ECMP will be used. Greater the value, higher the priority

• site_to_site_connectivity_interface_disabled - Optional Object
Enable this option

• site_to_site_connectivity_interface_enabled - Optional Object
Enable this option

• static_ip - Optional String
Configure Static IP parameters for a node

• static_ipv6_address - Optional String
Static IP Parameters. Configure Static IP parameters

• vlan_interface - Optional String
Configuration parameter for VLAN interface

Openstack Not Managed Node List Interface List Bond Interface

Section titled “Openstack Not Managed Node List Interface List Bond Interface”

Deeply nested Interface block collapsed for readability.

Openstack Not Managed Node List Interface List Bond Interface Active Backup

Section titled “Openstack Not Managed Node List Interface List Bond Interface Active Backup”

Deeply nested Backup block collapsed for readability.

Openstack Not Managed Node List Interface List Bond Interface Lacp

Section titled “Openstack Not Managed Node List Interface List Bond Interface Lacp”

Deeply nested Lacp block collapsed for readability.

Openstack Not Managed Node List Interface List DHCP Client

Section titled “Openstack Not Managed Node List Interface List DHCP Client”

Deeply nested Client block collapsed for readability.

Openstack Not Managed Node List Interface List DHCP Server

Section titled “Openstack Not Managed Node List Interface List DHCP Server”

Deeply nested Server block collapsed for readability.

Openstack Not Managed Node List Interface List DHCP Server Automatic From End

Section titled “Openstack Not Managed Node List Interface List DHCP Server Automatic From End”

Deeply nested End block collapsed for readability.

Openstack Not Managed Node List Interface List DHCP Server Automatic From Start

Section titled “Openstack Not Managed Node List Interface List DHCP Server Automatic From Start”

Deeply nested Start block collapsed for readability.

Openstack Not Managed Node List Interface List DHCP Server DHCP Networks

Section titled “Openstack Not Managed Node List Interface List DHCP Server DHCP Networks”

Deeply nested Networks block collapsed for readability.

Openstack Not Managed Node List Interface List DHCP Server DHCP Networks First Address

Section titled “Openstack Not Managed Node List Interface List DHCP Server DHCP Networks First Address”

Deeply nested Address block collapsed for readability.

Openstack Not Managed Node List Interface List DHCP Server DHCP Networks Last Address

Section titled “Openstack Not Managed Node List Interface List DHCP Server DHCP Networks Last Address”

Deeply nested Address block collapsed for readability.

Openstack Not Managed Node List Interface List DHCP Server DHCP Networks Pools

Section titled “Openstack Not Managed Node List Interface List DHCP Server DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

Openstack Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw

Section titled “Openstack Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw”

Deeply nested Dgw block collapsed for readability.

Openstack Not Managed Node List Interface List DHCP Server Interface IP Map

Section titled “Openstack Not Managed Node List Interface List DHCP Server Interface IP Map”

Deeply nested Map block collapsed for readability.

Openstack Not Managed Node List Interface List Ethernet Interface

Section titled “Openstack Not Managed Node List Interface List Ethernet Interface”

Deeply nested Interface block collapsed for readability.

Openstack Not Managed Node List Interface List IPv6 Auto Config

Section titled “Openstack Not Managed Node List Interface List IPv6 Auto Config”

Deeply nested Config block collapsed for readability.

Openstack Not Managed Node List Interface List IPv6 Auto Config Host

Section titled “Openstack Not Managed Node List Interface List IPv6 Auto Config Host”

Deeply nested Host block collapsed for readability.

Openstack Not Managed Node List Interface List IPv6 Auto Config Router

Section titled “Openstack Not Managed Node List Interface List IPv6 Auto Config Router”

Deeply nested Router block collapsed for readability.

Openstack Not Managed Node List Interface List IPv6 Auto Config Router DNS Config

Section titled “Openstack Not Managed Node List Interface List IPv6 Auto Config Router DNS Config”

Deeply nested Config block collapsed for readability.

Openstack Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List

Section titled “Openstack Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List”

Deeply nested List block collapsed for readability.

Openstack Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS

Section titled “Openstack Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS”

Deeply nested DNS block collapsed for readability.

Openstack Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address

Section titled “Openstack Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address”

Deeply nested Address block collapsed for readability.

Openstack Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address

Section titled “Openstack Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address”

Deeply nested Address block collapsed for readability.

Openstack Not Managed Node List Interface List IPv6 Auto Config Router Stateful

Section titled “Openstack Not Managed Node List Interface List IPv6 Auto Config Router Stateful”

Deeply nested Stateful block collapsed for readability.

Openstack Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End

Section titled “Openstack Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End”

Deeply nested End block collapsed for readability.

Openstack Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start

Section titled “Openstack Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start”

Deeply nested Start block collapsed for readability.

Openstack Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks

Section titled “Openstack Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks”

Deeply nested Networks block collapsed for readability.

Openstack Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools

Section titled “Openstack Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

Openstack Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map

Section titled “Openstack Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map”

Deeply nested Map block collapsed for readability.

Openstack Not Managed Node List Interface List Monitor

Section titled “Openstack Not Managed Node List Interface List Monitor”

Deeply nested Monitor block collapsed for readability.

Openstack Not Managed Node List Interface List Monitor Disabled

Section titled “Openstack Not Managed Node List Interface List Monitor Disabled”

Deeply nested Disabled block collapsed for readability.

Openstack Not Managed Node List Interface List Network Option

Section titled “Openstack Not Managed Node List Interface List Network Option”

Deeply nested Option block collapsed for readability.

Openstack Not Managed Node List Interface List Network Option Site Local Inside Network

Section titled “Openstack Not Managed Node List Interface List Network Option Site Local Inside Network”

Deeply nested Network block collapsed for readability.

Openstack Not Managed Node List Interface List Network Option Site Local Network

Section titled “Openstack Not Managed Node List Interface List Network Option Site Local Network”

Deeply nested Network block collapsed for readability.

Openstack Not Managed Node List Interface List No IPv4 Address

Section titled “Openstack Not Managed Node List Interface List No IPv4 Address”

Deeply nested Address block collapsed for readability.

Openstack Not Managed Node List Interface List No IPv6 Address

Section titled “Openstack Not Managed Node List Interface List No IPv6 Address”

Deeply nested Address block collapsed for readability.

Openstack Not Managed Node List Interface List Site To Site Connectivity Interface Disabled

Section titled “Openstack Not Managed Node List Interface List Site To Site Connectivity Interface Disabled”

Deeply nested Disabled block collapsed for readability.

Openstack Not Managed Node List Interface List Site To Site Connectivity Interface Enabled

Section titled “Openstack Not Managed Node List Interface List Site To Site Connectivity Interface Enabled”

Deeply nested Enabled block collapsed for readability.

Openstack Not Managed Node List Interface List Static IP

Section titled “Openstack Not Managed Node List Interface List Static IP”

Deeply nested IP block collapsed for readability.

Openstack Not Managed Node List Interface List Static IPv6 Address

Section titled “Openstack Not Managed Node List Interface List Static IPv6 Address”

Deeply nested Address block collapsed for readability.

Openstack Not Managed Node List Interface List Static IPv6 Address Cluster Static IP

Section titled “Openstack Not Managed Node List Interface List Static IPv6 Address Cluster Static IP”

Deeply nested IP block collapsed for readability.

Openstack Not Managed Node List Interface List Static IPv6 Address Node Static IP

Section titled “Openstack Not Managed Node List Interface List Static IPv6 Address Node Static IP”

Deeply nested IP block collapsed for readability.

Openstack Not Managed Node List Interface List VLAN Interface

Section titled “Openstack Not Managed Node List Interface List VLAN Interface”

Deeply nested Interface block collapsed for readability.

A performance_enhancement_mode block supports the following:

• perf_mode_l3_enhanced - Optional String
Configuration parameter for perf mode l3 enhanced

• perf_mode_l7_enhanced - Optional String
Configuration parameter for perf mode l7 enhanced

Performance Enhancement Mode Perf Mode L3 Enhanced

Section titled “Performance Enhancement Mode Perf Mode L3 Enhanced”

A perf_mode_l3_enhanced block (within performance_enhancement_mode) supports the following:

• jumbo - Optional Object
Enable this option

• no_jumbo - Optional Object
Enable this option

Performance Enhancement Mode Perf Mode L3 Enhanced Jumbo

Section titled “Performance Enhancement Mode Perf Mode L3 Enhanced Jumbo”

Deeply nested Jumbo block collapsed for readability.

Performance Enhancement Mode Perf Mode L3 Enhanced No Jumbo

Section titled “Performance Enhancement Mode Perf Mode L3 Enhanced No Jumbo”

Deeply nested Jumbo block collapsed for readability.

Performance Enhancement Mode Perf Mode L7 Enhanced

Section titled “Performance Enhancement Mode Perf Mode L7 Enhanced”

A perf_mode_l7_enhanced block (within performance_enhancement_mode) supports the following:

• jumbo_disabled - Optional Object
Enable this option

• jumbo_enabled - Optional Object
Enable this option

Performance Enhancement Mode Perf Mode L7 Enhanced Jumbo Disabled

Section titled “Performance Enhancement Mode Perf Mode L7 Enhanced Jumbo Disabled”

Deeply nested Disabled block collapsed for readability.

Performance Enhancement Mode Perf Mode L7 Enhanced Jumbo Enabled

Section titled “Performance Enhancement Mode Perf Mode L7 Enhanced Jumbo Enabled”

Deeply nested Enabled block collapsed for readability.

A re_select block supports the following:

• geo_proximity - Optional Object
Configuration parameter for geo proximity

• specific_geography - Optional String
Geographic selection for the site’s Regional Edge connections

• specific_re - Optional String
Select specific REs. This is useful when a site needs to deterministically connect to a set of REs. A site will always be connected to 2 REs

A geo_proximity block (within re_select) supports the following:

A specific_re block (within re_select) supports the following:

• backup_re - Optional String
Select backup RE for this site, cannot be the same as Primary RE

• primary_re - Optional String
Primary RE Geography. Select primary RE for this site

A segment_vrf block supports the following:

• segment_config - Optional String
Segment Network Configuration. Segment Network Configuration

• segment_network - Optional String
Type establishes a ‘direct reference’ from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name for public API and Uid for private API This type of reference is called direct because the relation is explicit and concrete (as opposed to selector

A segment_config block (within segment_vrf) supports the following:

• nameserver - Optional String
Optional IPv4 DNS server to be used for name resolution

• no_static_routes - Optional Object
Configuration parameter for no static routes

• no_v6_static_routes - Optional Object
Configuration parameter for no v6 static routes

• secondary_nameserver - Optional String
Optional Secondary IPv4 DNS server to be used for name resolution

• static_routes - Optional String
Configuration parameter for static routes

• static_v6_routes - Optional String
Configuration parameter for static v6 routes

Segment Vrf Segment Config No Static Routes

Section titled “Segment Vrf Segment Config No Static Routes”

A no_static_routes block (within segment_vrf.segment_config) supports the following:

Segment Vrf Segment Config No V6 Static Routes

Section titled “Segment Vrf Segment Config No V6 Static Routes”

Deeply nested Routes block collapsed for readability.

A static_routes block (within segment_vrf.segment_config) supports the following:

• static_routes - Optional List
Configuration parameter for static routes

Segment Vrf Segment Config Static Routes Static Routes

Section titled “Segment Vrf Segment Config Static Routes Static Routes”

Deeply nested Routes block collapsed for readability.

Segment Vrf Segment Config Static Routes Static Routes Default Gateway

Section titled “Segment Vrf Segment Config Static Routes Static Routes Default Gateway”

Deeply nested Gateway block collapsed for readability.

Segment Vrf Segment Config Static Routes Static Routes Node Interface

Section titled “Segment Vrf Segment Config Static Routes Static Routes Node Interface”

Deeply nested Interface block collapsed for readability.

Segment Vrf Segment Config Static Routes Static Routes Node Interface List

Section titled “Segment Vrf Segment Config Static Routes Static Routes Node Interface List”

Deeply nested List block collapsed for readability.

Segment Vrf Segment Config Static Routes Static Routes Node Interface List Interface

Section titled “Segment Vrf Segment Config Static Routes Static Routes Node Interface List Interface”

Deeply nested Interface block collapsed for readability.

Segment Vrf Segment Config Static V6 Routes

Section titled “Segment Vrf Segment Config Static V6 Routes”

A static_v6_routes block (within segment_vrf.segment_config) supports the following:

• static_routes - Optional List
Static IPv6 Routes. List of IPv6 static routes

Segment Vrf Segment Config Static V6 Routes Static Routes

Section titled “Segment Vrf Segment Config Static V6 Routes Static Routes”

Deeply nested Routes block collapsed for readability.

Segment Vrf Segment Config Static V6 Routes Static Routes Default Gateway

Section titled “Segment Vrf Segment Config Static V6 Routes Static Routes Default Gateway”

Deeply nested Gateway block collapsed for readability.

Segment Vrf Segment Config Static V6 Routes Static Routes Node Interface

Section titled “Segment Vrf Segment Config Static V6 Routes Static Routes Node Interface”

Deeply nested Interface block collapsed for readability.

Segment Vrf Segment Config Static V6 Routes Static Routes Node Interface List

Section titled “Segment Vrf Segment Config Static V6 Routes Static Routes Node Interface List”

Deeply nested List block collapsed for readability.

Segment Vrf Segment Config Static V6 Routes Static Routes Node Interface List Interface

Section titled “Segment Vrf Segment Config Static V6 Routes Static Routes Node Interface List Interface”

Deeply nested Interface block collapsed for readability.

A segment_network block (within segment_vrf) supports the following:

• kind - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then kind will hold the referred object’s kind (e.g. ‘route’)

• name - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object’s(e.g. Route’s) name

• namespace - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object’s(e.g. Route’s) namespace

• tenant - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object’s(e.g. Route’s) tenant

• uid - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then uid will hold the referred object’s(e.g. Route’s) uid

A site_mesh_group_on_slo block supports the following:

• no_site_mesh_group - Optional Object
Enable this option

• site_mesh_group - Optional String
Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name

• sm_connection_public_ip - Optional Object
Enable this option

• sm_connection_pvt_ip - Optional Object
Enable this option

Deeply nested Group block collapsed for readability.

Deeply nested Group block collapsed for readability.

Site Mesh Group On Slo Sm Connection Public IP

Section titled “Site Mesh Group On Slo Sm Connection Public IP”

Deeply nested IP block collapsed for readability.

Site Mesh Group On Slo Sm Connection Pvt IP

Section titled “Site Mesh Group On Slo Sm Connection Pvt IP”

Deeply nested IP block collapsed for readability.

An upgrade_settings block supports the following:

• kubernetes_upgrade_drain - Optional String
Specify how worker nodes within a site will be upgraded

A kubernetes_upgrade_drain block (within upgrade_settings) supports the following:

• disable_upgrade_drain - Optional Object
Configuration parameter for disable upgrade drain

• enable_upgrade_drain - Optional String
Specify batch upgrade settings for worker nodes within a site

Upgrade Settings Kubernetes Upgrade Drain Disable Upgrade Drain

Section titled “Upgrade Settings Kubernetes Upgrade Drain Disable Upgrade Drain”

Deeply nested Drain block collapsed for readability.

Upgrade Settings Kubernetes Upgrade Drain Enable Upgrade Drain

Section titled “Upgrade Settings Kubernetes Upgrade Drain Enable Upgrade Drain”

Deeply nested Drain block collapsed for readability.

Upgrade Settings Kubernetes Upgrade Drain Enable Upgrade Drain Disable Vega Upgrade Mode

Section titled “Upgrade Settings Kubernetes Upgrade Drain Enable Upgrade Drain Disable Vega Upgrade Mode”

Deeply nested Mode block collapsed for readability.

Upgrade Settings Kubernetes Upgrade Drain Enable Upgrade Drain Enable Vega Upgrade Mode

Section titled “Upgrade Settings Kubernetes Upgrade Drain Enable Upgrade Drain Enable Vega Upgrade Mode”

Deeply nested Mode block collapsed for readability.

A vmware block supports the following:

• not_managed - Optional String
Section will show nodes associated with this site

A not_managed block (within vmware) supports the following:

• node_list - Optional List
Section will show nodes associated with this site

A node_list block (within vmware.not_managed) supports the following:

• hostname - Optional String
Hostname. Hostname for this Node

• interface_list - Optional List
Manage interfaces belonging to this node

• public_ip - Optional String
Public IP. Public IP for this Node

• type - Optional String
Possible values are Control, Worker
[Enum: Control|Worker] Type for this Node, can be Control or Worker

Vmware Not Managed Node List Interface List

Section titled “Vmware Not Managed Node List Interface List”

An interface_list block (within vmware.not_managed.node_list) supports the following:

• bond_interface - Optional String
Configuration parameter for bond interface

• description_spec - Optional String
Interface Description. Description for this Interface

• dhcp_client - Optional Object
Enable this option

• dhcp_server - Optional String
DHCPServerParametersType

• ethernet_interface - Optional String
Configuration parameter for ethernet interface

• ipv6_auto_config - Optional String
IPV6AutoConfigType

• is_management - Optional Bool
Configuration for is_management

• is_primary - Optional Bool
Configuration for is_primary

• labels - Optional Map
Add Labels for this Interface, these labels can be used in firewall policy

• monitor - Optional Object
Link Quality Monitoring configuration for a network interface

• monitor_disabled - Optional Object
Enable this option

• mtu - Optional Number
Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384

• name - Optional String
Interface Name. Name of this Interface

• network_option - Optional String
Select virtual network (VRF) for this interface. There are 2 kinds of VRFs, local VRFs which are local to the site and global VRFs which extend into multiple sites. A site can have 2 Local VRFs, Site Local Outside (SLO), which is required for every site and Site Local Inside (SLI) which is optional

• no_ipv4_address - Optional Object
Enable this option

• no_ipv6_address - Optional Object
Enable this option

• priority - Optional Number
For a node, if multiple interfaces are configured in a VRF, interfaces with highest priority will be used as active and interfaces with lower priority will be used as backup. If multiple interfaces have the same priority, ECMP will be used. Greater the value, higher the priority

• site_to_site_connectivity_interface_disabled - Optional Object
Enable this option

• site_to_site_connectivity_interface_enabled - Optional Object
Enable this option

• static_ip - Optional String
Configure Static IP parameters for a node

• static_ipv6_address - Optional String
Static IP Parameters. Configure Static IP parameters

• vlan_interface - Optional String
Configuration parameter for VLAN interface

Vmware Not Managed Node List Interface List Bond Interface

Section titled “Vmware Not Managed Node List Interface List Bond Interface”

Deeply nested Interface block collapsed for readability.

Vmware Not Managed Node List Interface List Bond Interface Active Backup

Section titled “Vmware Not Managed Node List Interface List Bond Interface Active Backup”

Deeply nested Backup block collapsed for readability.

Vmware Not Managed Node List Interface List Bond Interface Lacp

Section titled “Vmware Not Managed Node List Interface List Bond Interface Lacp”

Deeply nested Lacp block collapsed for readability.

Vmware Not Managed Node List Interface List DHCP Client

Section titled “Vmware Not Managed Node List Interface List DHCP Client”

Deeply nested Client block collapsed for readability.

Vmware Not Managed Node List Interface List DHCP Server

Section titled “Vmware Not Managed Node List Interface List DHCP Server”

Deeply nested Server block collapsed for readability.

Vmware Not Managed Node List Interface List DHCP Server Automatic From End

Section titled “Vmware Not Managed Node List Interface List DHCP Server Automatic From End”

Deeply nested End block collapsed for readability.

Vmware Not Managed Node List Interface List DHCP Server Automatic From Start

Section titled “Vmware Not Managed Node List Interface List DHCP Server Automatic From Start”

Deeply nested Start block collapsed for readability.

Vmware Not Managed Node List Interface List DHCP Server DHCP Networks

Section titled “Vmware Not Managed Node List Interface List DHCP Server DHCP Networks”

Deeply nested Networks block collapsed for readability.

Vmware Not Managed Node List Interface List DHCP Server DHCP Networks First Address

Section titled “Vmware Not Managed Node List Interface List DHCP Server DHCP Networks First Address”

Deeply nested Address block collapsed for readability.

Vmware Not Managed Node List Interface List DHCP Server DHCP Networks Last Address

Section titled “Vmware Not Managed Node List Interface List DHCP Server DHCP Networks Last Address”

Deeply nested Address block collapsed for readability.

Vmware Not Managed Node List Interface List DHCP Server DHCP Networks Pools

Section titled “Vmware Not Managed Node List Interface List DHCP Server DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

Vmware Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw

Section titled “Vmware Not Managed Node List Interface List DHCP Server DHCP Networks Same As Dgw”

Deeply nested Dgw block collapsed for readability.

Vmware Not Managed Node List Interface List DHCP Server Interface IP Map

Section titled “Vmware Not Managed Node List Interface List DHCP Server Interface IP Map”

Deeply nested Map block collapsed for readability.

Vmware Not Managed Node List Interface List Ethernet Interface

Section titled “Vmware Not Managed Node List Interface List Ethernet Interface”

Deeply nested Interface block collapsed for readability.

Vmware Not Managed Node List Interface List IPv6 Auto Config

Section titled “Vmware Not Managed Node List Interface List IPv6 Auto Config”

Deeply nested Config block collapsed for readability.

Vmware Not Managed Node List Interface List IPv6 Auto Config Host

Section titled “Vmware Not Managed Node List Interface List IPv6 Auto Config Host”

Deeply nested Host block collapsed for readability.

Vmware Not Managed Node List Interface List IPv6 Auto Config Router

Section titled “Vmware Not Managed Node List Interface List IPv6 Auto Config Router”

Deeply nested Router block collapsed for readability.

Vmware Not Managed Node List Interface List IPv6 Auto Config Router DNS Config

Section titled “Vmware Not Managed Node List Interface List IPv6 Auto Config Router DNS Config”

Deeply nested Config block collapsed for readability.

Vmware Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List

Section titled “Vmware Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List”

Deeply nested List block collapsed for readability.

Vmware Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS

Section titled “Vmware Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS”

Deeply nested DNS block collapsed for readability.

Vmware Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address

Section titled “Vmware Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS First Address”

Deeply nested Address block collapsed for readability.

Vmware Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address

Section titled “Vmware Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS Last Address”

Deeply nested Address block collapsed for readability.

Vmware Not Managed Node List Interface List IPv6 Auto Config Router Stateful

Section titled “Vmware Not Managed Node List Interface List IPv6 Auto Config Router Stateful”

Deeply nested Stateful block collapsed for readability.

Vmware Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End

Section titled “Vmware Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From End”

Deeply nested End block collapsed for readability.

Vmware Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start

Section titled “Vmware Not Managed Node List Interface List IPv6 Auto Config Router Stateful Automatic From Start”

Deeply nested Start block collapsed for readability.

Vmware Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks

Section titled “Vmware Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks”

Deeply nested Networks block collapsed for readability.

Vmware Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools

Section titled “Vmware Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools”

Deeply nested Pools block collapsed for readability.

Vmware Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map

Section titled “Vmware Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map”

Deeply nested Map block collapsed for readability.

Vmware Not Managed Node List Interface List Monitor

Section titled “Vmware Not Managed Node List Interface List Monitor”

Deeply nested Monitor block collapsed for readability.

Vmware Not Managed Node List Interface List Monitor Disabled

Section titled “Vmware Not Managed Node List Interface List Monitor Disabled”

Deeply nested Disabled block collapsed for readability.

Vmware Not Managed Node List Interface List Network Option

Section titled “Vmware Not Managed Node List Interface List Network Option”

Deeply nested Option block collapsed for readability.

Vmware Not Managed Node List Interface List Network Option Site Local Inside Network

Section titled “Vmware Not Managed Node List Interface List Network Option Site Local Inside Network”

Deeply nested Network block collapsed for readability.

Vmware Not Managed Node List Interface List Network Option Site Local Network

Section titled “Vmware Not Managed Node List Interface List Network Option Site Local Network”

Deeply nested Network block collapsed for readability.

Vmware Not Managed Node List Interface List No IPv4 Address

Section titled “Vmware Not Managed Node List Interface List No IPv4 Address”

Deeply nested Address block collapsed for readability.

Vmware Not Managed Node List Interface List No IPv6 Address

Section titled “Vmware Not Managed Node List Interface List No IPv6 Address”

Deeply nested Address block collapsed for readability.

Vmware Not Managed Node List Interface List Site To Site Connectivity Interface Disabled

Section titled “Vmware Not Managed Node List Interface List Site To Site Connectivity Interface Disabled”

Deeply nested Disabled block collapsed for readability.

Vmware Not Managed Node List Interface List Site To Site Connectivity Interface Enabled

Section titled “Vmware Not Managed Node List Interface List Site To Site Connectivity Interface Enabled”

Deeply nested Enabled block collapsed for readability.

Vmware Not Managed Node List Interface List Static IP

Section titled “Vmware Not Managed Node List Interface List Static IP”

Deeply nested IP block collapsed for readability.

Vmware Not Managed Node List Interface List Static IPv6 Address

Section titled “Vmware Not Managed Node List Interface List Static IPv6 Address”

Deeply nested Address block collapsed for readability.

Vmware Not Managed Node List Interface List Static IPv6 Address Cluster Static IP

Section titled “Vmware Not Managed Node List Interface List Static IPv6 Address Cluster Static IP”

Deeply nested IP block collapsed for readability.

Vmware Not Managed Node List Interface List Static IPv6 Address Node Static IP

Section titled “Vmware Not Managed Node List Interface List Static IPv6 Address Node Static IP”

Deeply nested IP block collapsed for readability.

Vmware Not Managed Node List Interface List VLAN Interface

Section titled “Vmware Not Managed Node List Interface List VLAN Interface”

Deeply nested Interface block collapsed for readability.


The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.

Object Reference {#common-object-reference}

Section titled “Object Reference {#common-object-reference}”

Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format tenant/namespace/name.

FieldTypeDescription
nameStringName of the referenced object
namespaceStringNamespace containing the referenced object
tenantStringTenant of the referenced object (system-managed)

Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.

ValueDescription
LOWER_CASEConvert to lowercase
UPPER_CASEConvert to uppercase
BASE64_DECODEDecodebase64 content
NORMALIZE_PATHNormalize URL path
REMOVE_WHITESPACERemove whitespace characters
URL_DECODEDecode URL-encoded characters
TRIM_LEFTTrim leading whitespace
TRIM_RIGHTTrim trailing whitespace
TRIMTrim both leading and trailing whitespace

HTTP methods used for request matching.

ValueDescription
ANYMatch any HTTP method
GETHTTP GET request
HEADHTTP HEAD request
POSTHTTP POST request
PUTHTTP PUT request
DELETEHTTP DELETE request
CONNECTHTTP CONNECT request
OPTIONSHTTP OPTIONS request
TRACEHTTP TRACE request
PATCHHTTP PATCH request
COPYHTTP COPY request (WebDAV)

TLS Fingerprints {#common-tls-fingerprints}

Section titled “TLS Fingerprints {#common-tls-fingerprints}”

TLS fingerprint categories for malicious client detection.

ValueDescription
TLS_FINGERPRINT_NONENo fingerprint matching
ANY_MALICIOUS_FINGERPRINTMatch any known malicious fingerprint
ADWAREAdware-associated fingerprints
DRIDEXDridex malware fingerprints
GOOTKITGootkit malware fingerprints
RANSOMWARERansomware-associated fingerprints
TRICKBOTTrickbot malware fingerprints

IP Threat Categories {#common-ip-threat-categories}

Section titled “IP Threat Categories {#common-ip-threat-categories}”

IP address threat categories for security filtering.

ValueDescription
SPAM_SOURCESKnown spam sources
WINDOWS_EXPLOITSWindows exploit sources
WEB_ATTACKSWeb attack sources
BOTNETSKnown botnet IPs
SCANNERSNetwork scanner IPs
REPUTATIONPoor reputation IPs
PHISHINGPhishing-related IPs
PROXYAnonymous proxy IPs
MOBILE_THREATSMobile threat sources
TOR_PROXYTor exit nodes
DENIAL_OF_SERVICEDoS attack sources
NETWORKKnown bad network ranges