GetBastionHostResult

data class GetBastionHostResult(val copyPasteEnabled: Boolean, val dnsName: String, val fileCopyEnabled: Boolean, val id: String, val ipConfigurations: List<GetBastionHostIpConfiguration>, val ipConnectEnabled: Boolean, val location: String, val name: String, val resourceGroupName: String, val scaleUnits: Int, val sessionRecordingEnabled: Boolean, val shareableLinkEnabled: Boolean, val sku: String, val tags: Map<String, String>, val tunnelingEnabled: Boolean, val zones: List<String>)

A collection of values returned by getBastionHost.

Constructors

Link copied to clipboard
constructor(copyPasteEnabled: Boolean, dnsName: String, fileCopyEnabled: Boolean, id: String, ipConfigurations: List<GetBastionHostIpConfiguration>, ipConnectEnabled: Boolean, location: String, name: String, resourceGroupName: String, scaleUnits: Int, sessionRecordingEnabled: Boolean, shareableLinkEnabled: Boolean, sku: String, tags: Map<String, String>, tunnelingEnabled: Boolean, zones: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is Copy/Paste feature enabled for the Bastion Host.

Link copied to clipboard

The FQDN for the Bastion Host.

Link copied to clipboard

Is File Copy feature enabled for the Bastion Host.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A ip_configuration block as defined below.

Link copied to clipboard

Is IP Connect feature enabled for the Bastion Host.

Link copied to clipboard

The Azure Region where the Bastion Host exists.

Link copied to clipboard

The name of the IP configuration.

Link copied to clipboard
Link copied to clipboard

The number of scale units provisioned for the Bastion Host.

Link copied to clipboard

Is Session Recording feature enabled for the Bastion Host.

Link copied to clipboard

Is Shareable Link feature enabled for the Bastion Host.

Link copied to clipboard
val sku: String

The SKU of the Bastion Host.

Link copied to clipboard

A mapping of tags assigned to the Bastion Host.

Link copied to clipboard

Is Tunneling feature enabled for the Bastion Host.

Link copied to clipboard

A list of Availability Zones in which this Bastion Host is located.