SoftLayer_Tag


SoftLayer_Tag

Description

The SoftLayer_Tag data type is an optional type associated with hardware. The account ID that the tag is tied to, and the tag itself are stored in this data type. There is also a flag to denote whether the tag is internal or not.

Local


accountId

Account the tag belongs to.
Type: int


id

Unique identifier for a tag.
Type: int


internal

Indicates whether a tag is internal.
Type: int


name

Name of the tag. The characters permitted are A-Z, 0-9, whitespace,
Type: string

Relational


account

The account to which the tag is tied.
Type: SoftLayer_Account


references

References that tie object to the tag.
Type: SoftLayer_Tag_Reference[]

Count


referenceCount

A count of references that tie object to the tag.
Type: unsignedLong