Vm

class Vm

Contains details about a VM instance involved in a finding.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The execution role of the VM instance.

Link copied to clipboard

The IPv4 addresses of the VM instance.

Link copied to clipboard

The IPv6 addresses of the VM instance.

Link copied to clipboard

The key name associated with the VM instance.

Link copied to clipboard

The date and time the VM instance was launched.

Link copied to clipboard

The network ID associated with the VM instance.

Link copied to clipboard

The platform of the VM instance.

Link copied to clipboard

The security group IDs associated with the VM instance.

Link copied to clipboard

The subnet IDs of the VM instance.

Link copied to clipboard
val type: String?

The type of the VM instance.

Link copied to clipboard

The image reference of the VM instance.

Link copied to clipboard

The name of the VM instance.

Functions

Link copied to clipboard
inline fun copy(block: Vm.Builder.() -> Unit = {}): Vm
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String