メインコンテンツ

simulink.cloud.addCluster

Register a cloud cluster

Since R2024b

Description

cluster = simulink.cloud.addCluster(clusterName, endpoint) registers a cloud cluster with the name clusterName and the network accessible address URL, endpoint.

Input Arguments

collapse all

Local cluster name for interacting with the cloud cluster, specified as a character vector.

URL endpoint for the cloud cluster, specified as a character vector. endpoint is a network accessible address to interact with the cloud services.

Output Arguments

collapse all

A simulink.cloud.Cluster object that contains the cluster configuration.

Version History

Introduced in R2024b