ManagementNetworkConfigurationPropertiesArgs

data class ManagementNetworkConfigurationPropertiesArgs(val infrastructureVpnConfiguration: Output<VpnConfigurationPropertiesArgs>, val workloadVpnConfiguration: Output<VpnConfigurationPropertiesArgs>) : ConvertibleToJava<ManagementNetworkConfigurationPropertiesArgs>

Configuration to be used to setup the management network.

Constructors

constructor(infrastructureVpnConfiguration: Output<VpnConfigurationPropertiesArgs>, workloadVpnConfiguration: Output<VpnConfigurationPropertiesArgs>)

Properties

Link copied to clipboard

VPN Configuration properties.

Link copied to clipboard

VPN Configuration properties.

Functions

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