GroupConnectivityInformationArgs

data class GroupConnectivityInformationArgs(val customerVisibleFqdns: Output<List<String>>? = null, val groupId: Output<String>? = null, val internalFqdn: Output<String>? = null, val memberName: Output<String>? = null, val privateLinkServiceArmRegion: Output<String>? = null, val redirectMapId: Output<String>? = null) : ConvertibleToJava<GroupConnectivityInformationArgs>

Represents of a connection's group information.

Constructors

Link copied to clipboard
constructor(customerVisibleFqdns: Output<List<String>>? = null, groupId: Output<String>? = null, internalFqdn: Output<String>? = null, memberName: Output<String>? = null, privateLinkServiceArmRegion: Output<String>? = null, redirectMapId: Output<String>? = null)

Properties

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

Gets or sets customer visible FQDNs.

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

Gets or sets group id.

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

Gets or sets Internal Fqdn.

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

Gets or sets member name.

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

Gets or sets the private link service arm region.

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

Gets or sets the redirect map id.

Functions

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