InstanceTenancy Table

The InstanceTenancy table contains the Cloud Service providers tenancy for the instance.

Table 1. Database columns for InstanceTenancy table

Database Column

Details

InstanceTenancyID

Type: integer. Key. Generated ID

A unique identifier for each InstanceTenancy. Possible values and the corresponding default strings are:

  • 1 = Default (the instance is running in a VPC)
  • 2 = Dedicated (the instance is running on a single-tenant hardware).
  • 3 = Host (the instance is running in a single host affinity mode).
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a virtual machine source type. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The text to display if the source type resource string has no translation.

ImporterString

Type: text (max 100 characters)

This is the string which is coming from the data source.