GetVirtualMachineScaleSetInstance

data class GetVirtualMachineScaleSetInstance(val computerName: String, val instanceId: String, val latestModelApplied: Boolean, val name: String, val powerState: String, val privateIpAddress: String, val privateIpAddresses: List<String>, val publicIpAddress: String, val publicIpAddresses: List<String>, val virtualMachineId: String, val zone: String)

Constructors

Link copied to clipboard
constructor(computerName: String, instanceId: String, latestModelApplied: Boolean, name: String, powerState: String, privateIpAddress: String, privateIpAddresses: List<String>, publicIpAddress: String, publicIpAddresses: List<String>, virtualMachineId: String, zone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Hostname of this Virtual Machine.

Link copied to clipboard

The Instance ID of this Virtual Machine.

Link copied to clipboard

Whether the latest model has been applied to this Virtual Machine.

Link copied to clipboard

The name of this Virtual Machine Scale Set.

Link copied to clipboard

The power state of the virtual machine.

Link copied to clipboard

The Primary Private IP Address assigned to this Virtual Machine.

Link copied to clipboard

A list of Private IP Addresses assigned to this Virtual Machine.

Link copied to clipboard

The virtual machines scale set IP Configuration's PublicIPAddress configuration. The public_ip_address is documented below.

Link copied to clipboard

A list of the Public IP Addresses assigned to this Virtual Machine.

Link copied to clipboard

The unique ID of the virtual machine.

Link copied to clipboard

The zones of the virtual machine.