neutron

neutron
neutron

A Neutron represents OpenStack network resources information

JSON Example
{
    "dns_designate_enabled": false,
    "dvs_name": "string",
    "neutron_backend": "string",
    "nsx": {
        "default_overlay_tz": "string",
        "default_tier0_router": "string",
        "default_vlan_tz": "string",
        "dhcp_profile": "string",
        "ens_support": false,
        "insecure": false,
        "metadata_proxy": "string",
        "metadata_proxy_shared_secret": "string",
        "native_dhcp_metadata": false,
        "nsx_api_managers": "string",
        "nsx_api_password": "string",
        "nsx_api_user": "string"
    },
    "nsxv": {
        "cluster_moid": "string",
        "datacenter_moid": "string",
        "datastore_id": "string",
        "dvs_id": "string",
        "external_network": "string",
        "insecure": false,
        "nsx_api_managers": "string",
        "nsx_api_password": "string",
        "nsx_api_user": "string",
        "resource_pool_id": "string",
        "vdn_scope_id": "string"
    }
}
object
attributes
Optional

The optional attributes for neutron.

boolean
dns_designate_enabled
Optional

The flag for designate.

string
dvs_name
Optional

The dvs name for dvs plugin.

string
neutron_backend
Required

The neutron backend type, nsxv|nsxt|nsxp|dvs.

nsx
Optional

nsx

nsxv
Optional

nsxv

Property Of