NetworkManagerConnectivityConfigurationAppliesToGroup

data class NetworkManagerConnectivityConfigurationAppliesToGroup(val globalMeshEnabled: Boolean? = null, val groupConnectivity: String, val networkGroupId: String, val useHubGateway: Boolean? = null)

Constructors

constructor(globalMeshEnabled: Boolean? = null, groupConnectivity: String, networkGroupId: String, useHubGateway: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether to global mesh is supported for this group. Possible values are true and false.

Link copied to clipboard

Specifies the group connectivity type. Possible values are None and DirectlyConnected.

Link copied to clipboard

Specifies the resource ID of Network Group which the configuration applies to.

Link copied to clipboard
val useHubGateway: Boolean? = null

Indicates whether the hub gateway is used. Possible values are true and false.