BastionHostIpConfigurationArgs

data class BastionHostIpConfigurationArgs(val name: Output<String>, val publicIpAddressId: Output<String>, val subnetId: Output<String>) : ConvertibleToJava<BastionHostIpConfigurationArgs>

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

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
val subnetId: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): BastionHostIpConfigurationArgs