Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Network : KotlinCustomResource

Provides a cloud connect network resource. Cloud Connect Network (CCN) is another important component of Smart Access Gateway. It is a device access matrix composed of Alibaba Cloud distributed access gateways. You can add multiple Smart Access Gateway (SAG) devices to a CCN instance and then attach the CCN instance to a Cloud Enterprise Network (CEN) instance to connect the local branches to the Alibaba Cloud. For information about cloud connect network and how to use it, see What is Cloud Connect Network.

Link copied to clipboard
data class NetworkArgs(val cidrBlock: Output<String>? = null, val description: Output<String>? = null, val isDefault: Output<Boolean>? = null, val name: Output<String>? = null) : ConvertibleToJava<NetworkArgs>

Provides a cloud connect network resource. Cloud Connect Network (CCN) is another important component of Smart Access Gateway. It is a device access matrix composed of Alibaba Cloud distributed access gateways. You can add multiple Smart Access Gateway (SAG) devices to a CCN instance and then attach the CCN instance to a Cloud Enterprise Network (CEN) instance to connect the local branches to the Alibaba Cloud. For information about cloud connect network and how to use it, see What is Cloud Connect Network.

Link copied to clipboard
Link copied to clipboard
class NetworkAttachment : KotlinCustomResource

Provides a Cloud Connect Network Attachment resource. This topic describes how to associate a Smart Access Gateway (SAG) instance with a network instance. You must associate an SAG instance with a network instance if you want to connect the SAG to Alibaba Cloud. You can connect an SAG to Alibaba Cloud through a leased line, the Internet, or the active and standby links. For information about Cloud Connect Network Attachment and how to use it, see What is Cloud Connect Network Attachment.

Link copied to clipboard
data class NetworkAttachmentArgs(val ccnId: Output<String>? = null, val sagId: Output<String>? = null) : ConvertibleToJava<NetworkAttachmentArgs>

Provides a Cloud Connect Network Attachment resource. This topic describes how to associate a Smart Access Gateway (SAG) instance with a network instance. You must associate an SAG instance with a network instance if you want to connect the SAG to Alibaba Cloud. You can connect an SAG to Alibaba Cloud through a leased line, the Internet, or the active and standby links. For information about Cloud Connect Network Attachment and how to use it, see What is Cloud Connect Network Attachment.

Link copied to clipboard
object NetworkAttachmentMapper : ResourceMapper<NetworkAttachment>
Link copied to clipboard
class NetworkGrant : KotlinCustomResource

Provides a Cloud Connect Network Grant resource. If the CEN instance to be attached belongs to another account, authorization by the CEN instance is required. For information about Cloud Connect Network Grant and how to use it, see What is Cloud Connect Network Grant.

Link copied to clipboard
data class NetworkGrantArgs(val ccnId: Output<String>? = null, val cenId: Output<String>? = null, val cenUid: Output<String>? = null) : ConvertibleToJava<NetworkGrantArgs>

Provides a Cloud Connect Network Grant resource. If the CEN instance to be attached belongs to another account, authorization by the CEN instance is required. For information about Cloud Connect Network Grant and how to use it, see What is Cloud Connect Network Grant.

Link copied to clipboard
Link copied to clipboard
object NetworkGrantMapper : ResourceMapper<NetworkGrant>
Link copied to clipboard
Link copied to clipboard
object NetworkMapper : ResourceMapper<Network>
Link copied to clipboard

Functions

Link copied to clipboard
fun network(name: String): Network
suspend fun network(name: String, block: suspend NetworkResourceBuilder.() -> Unit): Network
Link copied to clipboard