You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform-provider-decort/docs/resources/cb_extnet.md

3.6 KiB

page_title subcategory description
decort_cb_extnet Resource - terraform-provider-decort

decort_cb_extnet (Resource)

Schema

Required

  • gid (Number) Grid (platform) ID
  • ipcidr (String) IP network CIDR
  • name (String) External network name
  • vlan_id (Number) VLAN ID

Optional

  • check_ips (List of String) IPs to check network availability
  • default_qos (Block List, Max: 1) (see below for nested schema)
  • desc (String) Optional description
  • dns (List of String) List of DNS addresses
  • enable (Boolean) Disable/Enable extnet
  • end_ip (String) End of IP range to be explicitly included
  • excluded_ips (Set of String) IPs to exclude in current extnet pool
  • excluded_ips_range (Block Set) Range of IPs to exclude in current extnet pool (see below for nested schema)
  • gateway (String) External network gateway IP address
  • migrate (Number)
  • ntp (List of String) List of NTP addresses
  • ovs_bridge (String) OpenvSwith bridge name for ExtNet connection
  • pre_reservations_num (Number) Number of pre created reservations
  • restart (Boolean) restart extnet vnf device
  • set_default (Boolean) Set current extnet as default (can not be undone)
  • shared_with (Set of Number)
  • start_ip (String) Start of IP range to be explicitly included
  • timeouts (Block, Optional) (see below for nested schema)
  • virtual (Boolean) If true - platform DHCP server will not be created
  • vnfdev_ip (String) IP to create VNFDev with

Read-Only

  • ckey (String)
  • default (Boolean)
  • excluded (List of Object) (see below for nested schema)
  • extnet_id (Number)
  • free_ips (Number)
  • guid (Number)
  • id (String) The ID of this resource.
  • meta (List of String) meta
  • milestones (Number)
  • network (String)
  • network_id (Number)
  • prefix (Number)
  • pri_vnfdev_id (Number)
  • reservations (List of Object) (see below for nested schema)
  • routes (List of Object) (see below for nested schema)
  • status (String)
  • vnfs (List of Object) (see below for nested schema)

Nested Schema for default_qos

Optional:

  • e_rate (Number)
  • in_burst (Number)
  • in_rate (Number)

Read-Only:

  • guid (String)

Nested Schema for excluded_ips_range

Required:

  • ip_end (String)
  • ip_start (String)

Nested Schema for timeouts

Optional:

  • create (String)
  • default (String)
  • delete (String)
  • read (String)
  • update (String)

Nested Schema for excluded

Read-Only:

  • client_type (String)
  • domain_name (String)
  • hostname (String)
  • ip (String)
  • mac (String)
  • type (String)
  • vm_id (Number)

Nested Schema for reservations

Read-Only:

  • client_type (String)
  • desc (String)
  • domain_name (String)
  • hostname (String)
  • ip (String)
  • mac (String)
  • type (String)
  • vm_id (Number)

Nested Schema for routes

Read-Only:

  • compute_ids (List of Number)
  • destination (String)
  • gateway (String)
  • guid (String)
  • netmask (String)
  • route_id (Number)

Nested Schema for vnfs

Read-Only:

  • dhcp (Number)