Skip to content
This repository was archived by the owner on Dec 9, 2020. It is now read-only.

Files

Latest commit

225258f · Feb 8, 2018

History

History
46 lines (32 loc) · 1.37 KB

networking_network_v2.html.markdown

File metadata and controls

46 lines (32 loc) · 1.37 KB
layout page_title sidebar_current description
telefonicaopencloud
TelefonicaOpenCloud: telefonicaopencloud_networking_network_v2
docs-telefonicaopencloud-datasource-networking-network-v2
Get information on an TelefonicaOpenCloud Network.

telefonicaopencloud_networking_network_v2

Use this data source to get the ID of an available TelefonicaOpenCloud network.

Example Usage

data "telefonicaopencloud_networking_network_v2" "network" {
  name = "tf_test_network"
}

Argument Reference

  • region - (Optional) The region in which to obtain the V2 Neutron client. A Neutron client is needed to retrieve networks ids. If omitted, the region argument of the provider is used.

  • network_id - (Optional) The ID of the network.

  • name - (Optional) The name of the network.

  • status - (Optional) The status of the network.

  • matching_subnet_cidr - (Optional) The CIDR of a subnet within the network.

  • tenant_id - (Optional) The owner of the network.

Attributes Reference

id is set to the ID of the found network. In addition, the following attributes are exported:

  • admin_state_up - (Optional) The administrative state of the network.
  • name - See Argument Reference above.
  • region - See Argument Reference above.
  • shared - (Optional) Specifies whether the network resource can be accessed by any tenant or not.