GetSerialConsoleAccessResult constructor

const GetSerialConsoleAccessResult({
  1. bool? enabled,
  2. String? id,
  3. String? region,
})

Creates a new GetSerialConsoleAccessResult. enabled Whether or not serial console access is enabled. Returns as true or false. id The provider-assigned unique ID for this managed resource. region Optional.

Implementation

const GetSerialConsoleAccessResult({
  this.enabled,
  this.id,
  this.region,
});