KubernetesVirtualMachine Table

The KubernetesVirtualMachine table holds all data for virtual machines that were retrieved from the kubernetes NDI.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for KubernetesVirtualMachine table

Database Column

Details

KubernetesVirtual MachineID

Type: big integer. Key. Generated ID

A unique identifier for this kubernetes virtual machine instance on a pod.

NodeComplianceComputerID

Type: integer. Key. Nullable

The identifier for the ComplianceComputerID of the kubernetes node to which this virtual machine belongs.

ComplianceComputerID

Type: integer. Nullable

The identifier for the ComplianceComputerID of this kubernetes virtual machine instance.

ContainerPodID

Type: integer. Key. Nullable

The ID of the pod running this virtual machine.

Name

Type: text (max 256 characters). Nullable

The name of the kubernetes virtual machine.

UID

Type: text (max 256 characters). Key. Nullable

The UID of the kubernetes virtual machine.

FirmwareUUID

Type: unique identifier. Nullable

The current status of the kubernetes virtual machine.

Architecture

Type: text (max 256 characters). Nullable

The architecture of the kubernetes virtual machine.

CPUCores

Type: decimal. Nullable

Number of CPU cores allocated to the kubernetes virtual machine.

CPUSockets

Type: decimal. Nullable

Number of CPU sockets allocated to the kubernetes virtual machine.

CPUThreads

Type: decimal. Nullable

Number of CPU threads allocated to the kubernetes virtual machine.

CPUModel

Type: text (max 256 characters). Nullable

The CPU Model of the kubernetes virtual machine.

MachineType

Type: text (max 256 characters). Nullable

The machine type of the kubernetes virtual machine.

Image

Type: text. Nullable

The image which was used to create the kubernetes virtual machine.

IPAddress

Type: text (max 256 characters). Nullable

The IP Address of the kubernetes virtual machine.

MACAddress

Type: text (max 256 characters). Nullable

The MacAddress of the kubernetes virtual machine.

GuestMemory

Type: big integer. Nullable

The allocated memory of the kubernetes virtual machine.

CreatedDate

Type: datetime. Nullable

The date when this kubernetes virtual machine was created.