Network
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.
NOTE: Available in 1.59.0+
NOTE: Only the following regions support create Cloud Connect Network. [
cn-shanghai,cn-shanghai-finance-1,cn-hongkong,ap-southeast-1,ap-southeast-2,ap-southeast-3,ap-southeast-5,ap-northeast-1,eu-central-1]
Example Usage
using Pulumi;
using AliCloud = Pulumi.AliCloud;
class MyStack : Stack
{
public MyStack()
{
var @default = new AliCloud.CloudConnect.Network("default", new AliCloud.CloudConnect.NetworkArgs
{
CidrBlock = "192.168.0.0/24",
Description = "tf-testAccCloudConnectNetworkDescription",
IsDefault = true,
});
}
}
Coming soon!
import pulumi
import pulumi_alicloud as alicloud
default = alicloud.cloudconnect.Network("default",
cidr_block="192.168.0.0/24",
description="tf-testAccCloudConnectNetworkDescription",
is_default=True)import * as pulumi from "@pulumi/pulumi";
import * as alicloud from "@pulumi/alicloud";
const defaultNetwork = new alicloud.cloudconnect.Network("default", {
cidrBlock: "192.168.0.0/24",
description: "tf-testAccCloudConnectNetworkDescription",
isDefault: true,
});Create a Network Resource
new Network(name: string, args: NetworkArgs, opts?: CustomResourceOptions);def Network(resource_name, opts=None, cidr_block=None, description=None, is_default=None, name=None, __props__=None);func NewNetwork(ctx *Context, name string, args NetworkArgs, opts ...ResourceOption) (*Network, error)public Network(string name, NetworkArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args NetworkArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args NetworkArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args NetworkArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
Network Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The Network resource accepts the following input properties:
- Is
Default bool Created by default. If the client does not have ccn in the binding, it will create a ccn for the user to replace.
- Cidr
Block string The CidrBlock of the CCN instance. Defaults to null.
- Description string
The description of the CCN instance. The description can contain 2 to 256 characters. The description must start with English letters, but cannot start with http:// or https://.
- Name string
The name of the CCN instance. The name can contain 2 to 128 characters including a-z, A-Z, 0-9, periods, underlines, and hyphens. The name must start with an English letter, but cannot start with http:// or https://.
- Is
Default bool Created by default. If the client does not have ccn in the binding, it will create a ccn for the user to replace.
- Cidr
Block string The CidrBlock of the CCN instance. Defaults to null.
- Description string
The description of the CCN instance. The description can contain 2 to 256 characters. The description must start with English letters, but cannot start with http:// or https://.
- Name string
The name of the CCN instance. The name can contain 2 to 128 characters including a-z, A-Z, 0-9, periods, underlines, and hyphens. The name must start with an English letter, but cannot start with http:// or https://.
- is
Default boolean Created by default. If the client does not have ccn in the binding, it will create a ccn for the user to replace.
- cidr
Block string The CidrBlock of the CCN instance. Defaults to null.
- description string
The description of the CCN instance. The description can contain 2 to 256 characters. The description must start with English letters, but cannot start with http:// or https://.
- name string
The name of the CCN instance. The name can contain 2 to 128 characters including a-z, A-Z, 0-9, periods, underlines, and hyphens. The name must start with an English letter, but cannot start with http:// or https://.
- is_
default bool Created by default. If the client does not have ccn in the binding, it will create a ccn for the user to replace.
- cidr_
block str The CidrBlock of the CCN instance. Defaults to null.
- description str
The description of the CCN instance. The description can contain 2 to 256 characters. The description must start with English letters, but cannot start with http:// or https://.
- name str
The name of the CCN instance. The name can contain 2 to 128 characters including a-z, A-Z, 0-9, periods, underlines, and hyphens. The name must start with an English letter, but cannot start with http:// or https://.
Outputs
All input properties are implicitly available as output properties. Additionally, the Network resource produces the following output properties:
Look up an Existing Network Resource
Get an existing Network resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: NetworkState, opts?: CustomResourceOptions): Networkstatic get(resource_name, id, opts=None, cidr_block=None, description=None, is_default=None, name=None, __props__=None);func GetNetwork(ctx *Context, name string, id IDInput, state *NetworkState, opts ...ResourceOption) (*Network, error)public static Network Get(string name, Input<string> id, NetworkState? state, CustomResourceOptions? opts = null)- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
The following state arguments are supported:
- Cidr
Block string The CidrBlock of the CCN instance. Defaults to null.
- Description string
The description of the CCN instance. The description can contain 2 to 256 characters. The description must start with English letters, but cannot start with http:// or https://.
- Is
Default bool Created by default. If the client does not have ccn in the binding, it will create a ccn for the user to replace.
- Name string
The name of the CCN instance. The name can contain 2 to 128 characters including a-z, A-Z, 0-9, periods, underlines, and hyphens. The name must start with an English letter, but cannot start with http:// or https://.
- Cidr
Block string The CidrBlock of the CCN instance. Defaults to null.
- Description string
The description of the CCN instance. The description can contain 2 to 256 characters. The description must start with English letters, but cannot start with http:// or https://.
- Is
Default bool Created by default. If the client does not have ccn in the binding, it will create a ccn for the user to replace.
- Name string
The name of the CCN instance. The name can contain 2 to 128 characters including a-z, A-Z, 0-9, periods, underlines, and hyphens. The name must start with an English letter, but cannot start with http:// or https://.
- cidr
Block string The CidrBlock of the CCN instance. Defaults to null.
- description string
The description of the CCN instance. The description can contain 2 to 256 characters. The description must start with English letters, but cannot start with http:// or https://.
- is
Default boolean Created by default. If the client does not have ccn in the binding, it will create a ccn for the user to replace.
- name string
The name of the CCN instance. The name can contain 2 to 128 characters including a-z, A-Z, 0-9, periods, underlines, and hyphens. The name must start with an English letter, but cannot start with http:// or https://.
- cidr_
block str The CidrBlock of the CCN instance. Defaults to null.
- description str
The description of the CCN instance. The description can contain 2 to 256 characters. The description must start with English letters, but cannot start with http:// or https://.
- is_
default bool Created by default. If the client does not have ccn in the binding, it will create a ccn for the user to replace.
- name str
The name of the CCN instance. The name can contain 2 to 128 characters including a-z, A-Z, 0-9, periods, underlines, and hyphens. The name must start with an English letter, but cannot start with http:// or https://.
Package Details
- Repository
- https://github.com/pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloudTerraform Provider.