Broadcom · Schema

Broadcom Virtual Machine

A Virtual Machine represents a software-based compute instance running on a vSphere host, with configurable CPU, memory, storage, and network resources.

Cloud InfrastructureGatewaysManagementNetworksObservabilityVirtualization

Properties

Name Type Description
vm string The unique identifier of the virtual machine.
name string The display name of the virtual machine.
power_state string The current power state of the virtual machine.
cpu_count integer The number of virtual CPUs allocated to the virtual machine.
memory_size_MiB integer The memory size in mebibytes allocated to the virtual machine.
guest_OS string The guest operating system identifier.
hardware object Hardware configuration of the virtual machine.
disks array The list of virtual disks attached to the virtual machine.
nics array The list of virtual network interfaces.
boot object Boot configuration for the virtual machine.
tags array Tags associated with the virtual machine.
View JSON Schema on GitHub