Package-level declarations
Types
Link copied to clipboard
class HubArgsBuilder
Builder for HubArgs.
Link copied to clipboard
class HubResourceBuilder
Builder for Hub.
Link copied to clipboard
Manage Service Connection Policies. To get more information about ServiceConnectionPolicy, see:
Link copied to clipboard
data class ServiceConnectionPolicyArgs(val description: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val network: Output<String>? = null, val project: Output<String>? = null, val pscConfig: Output<ServiceConnectionPolicyPscConfigArgs>? = null, val serviceClass: Output<String>? = null) : ConvertibleToJava<ServiceConnectionPolicyArgs>
Manage Service Connection Policies. To get more information about ServiceConnectionPolicy, see:
Link copied to clipboard
Builder for ServiceConnectionPolicyArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ServiceConnectionPolicy.
Link copied to clipboard
data class SpokeArgs(val description: Output<String>? = null, val hub: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val linkedInterconnectAttachments: Output<SpokeLinkedInterconnectAttachmentsArgs>? = null, val linkedRouterApplianceInstances: Output<SpokeLinkedRouterApplianceInstancesArgs>? = null, val linkedVpcNetwork: Output<SpokeLinkedVpcNetworkArgs>? = null, val linkedVpnTunnels: Output<SpokeLinkedVpnTunnelsArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<SpokeArgs>
The NetworkConnectivity Spoke resource
Link copied to clipboard
class SpokeArgsBuilder
Builder for SpokeArgs.
Link copied to clipboard
Link copied to clipboard
class SpokeResourceBuilder
Builder for Spoke.
Functions
Link copied to clipboard
suspend fun serviceConnectionPolicy(name: String, block: suspend ServiceConnectionPolicyResourceBuilder.() -> Unit): ServiceConnectionPolicy