- JSON representation
- VmwarePlatformDetails
- HyperthreadingStatus
- AwsEc2PlatformDetails
- AzureVmPlatformDetails
- GenericPlatformDetails
- PhysicalPlatformDetails
Information about the platform.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field
|
|
vmwareDetails |
VMware specific details. |
awsEc2Details |
AWS EC2 specific details. |
azureVmDetails |
Azure VM specific details. |
genericDetails |
Generic platform details. |
physicalDetails |
Physical machines platform details. |
VmwarePlatformDetails
VMware specific details.
JSON representation |
---|
{
"vcenterVersion": string,
"esxVersion": string,
"osid": string,
"esxHyperthreading": enum ( |
Fields | |
---|---|
vcenterVersion |
vCenter version. |
esxVersion |
ESX version. |
osid |
|
esxHyperthreading |
Whether the ESX is hyperthreaded. |
HyperthreadingStatus
The Simultaneous Multithreading (Hyperthreading) Status of the machine.
Enums | |
---|---|
HYPERTHREADING_STATUS_UNSPECIFIED |
Simultaneous Multithreading status unknown. |
HYPERTHREADING_STATUS_DISABLED |
Simultaneous Multithreading is disabled or unavailable. |
HYPERTHREADING_STATUS_ENABLED |
Simultaneous Multithreading is enabled. |
AwsEc2PlatformDetails
AWS EC2 specific details.
JSON representation |
---|
{
"machineTypeLabel": string,
"location": string,
"hyperthreading": enum ( |
Fields | |
---|---|
machineTypeLabel |
AWS platform's machine type label. |
location |
The location of the machine in the AWS format. |
hyperthreading |
Optional. Whether the machine is hyperthreaded. |
AzureVmPlatformDetails
Azure VM specific details.
JSON representation |
---|
{
"machineTypeLabel": string,
"location": string,
"provisioningState": string,
"hyperthreading": enum ( |
Fields | |
---|---|
machineTypeLabel |
Azure platform's machine type label. |
location |
The location of the machine in the Azure format. |
provisioningState |
Azure platform's provisioning state. |
hyperthreading |
Whether the machine is hyperthreaded. |
GenericPlatformDetails
Generic platform details.
JSON representation |
---|
{
"location": string,
"hyperthreading": enum ( |
Fields | |
---|---|
location |
Free text representation of the machine location. The format of this field should not be relied on. Different VMs in the same location may have different string values for this field. |
hyperthreading |
Whether the machine is hyperthreaded. |
PhysicalPlatformDetails
Platform specific details for Physical Machines.
JSON representation |
---|
{
"location": string,
"hyperthreading": enum ( |
Fields | |
---|---|
location |
Free text representation of the machine location. The format of this field should not be relied on. Different machines in the same location may have different string values for this field. |
hyperthreading |
Whether the machine is hyperthreaded. |