ConnectivityType type

ConnectivityType の値を定義します。 使用可能な値は、'LOCAL'、'PRIVATE'、'PUBLIC' です。

type ConnectivityType = "LOCAL" | "PRIVATE" | "PUBLIC"