VirtualNetworksPropertiesVmwareArgs

data class VirtualNetworksPropertiesVmwareArgs(val segmentName: Output<String>? = null) : ConvertibleToJava<VirtualNetworksPropertiesVmwareArgs>

Infra network profile for VMware platform

Constructors

Link copied to clipboard
constructor(segmentName: Output<String>? = null)

Properties

Link copied to clipboard
val segmentName: Output<String>? = null

Name of the network segment in VSphere

Functions

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