SerialConsoleAccessState constructor
Creates a new SerialConsoleAccessState.
enabled Whether or not serial console access is enabled. Valid values are true or false. Defaults to true.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
Implementation
const SerialConsoleAccessState({
this.enabled,
this.region,
});