GroupConnectivityInformationResponse

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

Represents of a connection's group information.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets customer visible FQDNs.

Link copied to clipboard
val groupId: String? = null

Gets or sets group id.

Link copied to clipboard
val internalFqdn: String? = null

Gets or sets Internal Fqdn.

Link copied to clipboard
val memberName: String? = null

Gets or sets member name.

Link copied to clipboard

Gets or sets the private link service arm region.

Link copied to clipboard
val redirectMapId: String? = null

Gets or sets the redirect map id.