BastionHostIpConfiguration

data class BastionHostIpConfiguration(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 IP configuration. Changing this forces a new resource to be created.

Link copied to clipboard

Reference to a Public IP Address to associate with this Bastion Host. Changing this forces a new resource to be created.

Link copied to clipboard

Reference to a subnet in which this Bastion Host has been created. Changing this forces a new resource to be created.