Get Bastion Host Result
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>)
Properties
Link copied to clipboard
Is Copy/Paste feature enabled for the Bastion Host.
Link copied to clipboard
Is File Copy feature enabled for the Bastion Host.
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
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
Is Tunneling feature enabled for the Bastion Host.