Network Manager Connectivity Configuration Applies To Group Args
data class NetworkManagerConnectivityConfigurationAppliesToGroupArgs(val globalMeshEnabled: Output<Boolean>? = null, val groupConnectivity: Output<String>, val networkGroupId: Output<String>, val useHubGateway: Output<Boolean>? = null) : ConvertibleToJava<NetworkManagerConnectivityConfigurationAppliesToGroupArgs>
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
Indicates whether the hub gateway is used. Possible values are true
and false
.