Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

When you first enable Cloud Network Automation, NIOS installs a set of extensible attributes that are specific for cloud usage. Use these cloud extensible attributes to tag objects that belong to the CMP. Note the following when defining cloud extensible attributes through Grid Manager:

  • You cannot assign cloud extensible attributes to other NIOS objects, yet you can create smart folders using these cloud attributes or modify their definitions.
  • You can define and update cloud extensible attributes on the Grid Master, through cloud API requests or Grid Manager, as long as the authority for the corresponding cloud objects are not delegated.

To identify a cloud object, you must reference some of these cloud attributes when you create, modify, or delete a specific object. For more information about which extensible attributes are required for cloud API requests, see Supported Cloud API Objects.
22282341 lists the default cloud extensible attributes come installed on the appliance. Note that some of the attributes are read-only and you cannot modify their properties. These attributes are applicable for specific object types or for identification purposes. See Comments for more information about each attribute.


Note: All cloud extensible attributes are displayed in the Administration tab -> Extensible Attributes tab in Grid Manager.



Table 7.10 Extensible Attributes for Cloud Usage

Attribute Name

Attribute Type

Comments

Account

String

The CMP user account for creating networks.

Allocation ID

String

The allocation ID of the Elastic IP. Limited to Elastic IP only. Example: eipalloc-5723d13e.

Application Type

String

Indicates the application type, such as Web, DB, or CRM.

Association IDStringAssociation ID specific to Elastic IP only.
Attachment IDStringThe attachment ID of the network interface. This is valid for Elastic IP only and present when Network
Interface is attached to an instance. Example: eni-attach-d94b09b0.
Availability ZoneString
Cloud API OwnedList [True, False]This is read-only. Defines whether an object was created by the cloud adapter.
Cloud RegionStringA region name for an VPC object. Example: us-west-1.
CMP TypeStringThis is read-only. Defines the type of CMP, such as VMware or OpenStack.
Host AggregatesString
Interface NameStringThe name of the interface.
Is ExternalList [True, False]This is read-only. Limited to the object type Network and Network Container.
Is Primary InterfaceList [True, False]This is read-only.
Is SharedList [True, False]This is read-only. Limited to the object type Network and Network Container.
IP TypeList [Private, Public, Fixed, Floating, Elastic]This is read-only. Type of IP address.
LocationString
Network EncapString
Network IDStringNetwork ID in OpenStack
Network NameStringNetwork name
Physical Network NameString
Port Attached Device - Device IDStringDevice ID for associated device, such as OpenStack or equivalent, in other CMPs.
Port Attached Device - Device OwnerStringDevice name for associated device, such as OpenStack or equivalent, in other CMPs (e.g. compute:nova, network:dhcp, or netowrk:router_interface).
Port GroupStringVMware or equivalent in other Hypervisors or CMPs.
Port IDStringPort ID for associated device, such as OpenStack or equivalent, in other CMPs.
Port NameStringPort name for associated device, such as OpenStack or equivalent, in other CMPs.
Private IPStringOne or more secondary private IP addresses that are assigned to the given Network Interface.
Segmentation IDString
Subnet IDString
Subnet NameString
Tenant IDStringThis is read-only. The unique ID for the tenant object.
vDCString
VLAN IDIntegerThe VLAN ID.
VM IDStringThis is read-only. This is the Instance ID in OpenStack.
VM NameStringInstance Name in OpenStack.
vCD AppStringThe application name defined in vCloud Director; previously vApp
vCD Org StringThe organization name defined in vCloud Director; previously vOrg.
VPC IDStringThis is read-only. This is a naming convention that is used at the time of creation. Example: vpc-1a2b3c4d.
VPC NameStringAn optional name tag for the VPC.
VPCs ListStringList of all the VPCs.

You can modify some of the properties for the cloud extensible attributes, except for the read-only attributes. By default, all cloud extensible attributes are configured to allow Read/Write access for the Cloud Platform Appliances. You can change this configuration to read-only so the Cloud Platform Appliances can only access the attribute values, but not modify them. Note that when you reference modification for a read-only attribute in a cloud API request, the Cloud Platform Appliance returns an error because it cannot modify the attribute value. For information about how to configure extensible attributes, see About Extensible Attributes.


Note: An upgrade could fail if the name of an existing extensible attribute matches the name of any of the cloud extensible attribute for a different object type. You must define values for all required cloud extensible attributes in a cloud API request.


  • No labels