GetBastionHostIpConfiguration

data class GetBastionHostIpConfiguration(val name: String, val publicIpAddressId: String, val subnetId: String)

Constructors

Link copied to clipboard
constructor(name: String, publicIpAddressId: String, subnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Bastion Host.

Link copied to clipboard

Reference to a Public IP Address associated to this Bastion Host.

Link copied to clipboard

Reference to the subnet in which this Bastion Host has been created.