Network

Create a Network Resource

new Network(name: string, args: NetworkArgs, opts?: CustomResourceOptions);
def Network(resource_name, opts=None, cidr_block=None, description=None, name=None, resource_group_id=None, tags=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:

CidrBlock string

The CIDR block for the VPC.

Description string

The VPC description. Defaults to null.

Name string

The name of the VPC. Defaults to null.

ResourceGroupId string

The Id of resource group which the VPC belongs.

Tags Dictionary<string, object>

A mapping of tags to assign to the resource.

CidrBlock string

The CIDR block for the VPC.

Description string

The VPC description. Defaults to null.

Name string

The name of the VPC. Defaults to null.

ResourceGroupId string

The Id of resource group which the VPC belongs.

Tags map[string]interface{}

A mapping of tags to assign to the resource.

cidrBlock string

The CIDR block for the VPC.

description string

The VPC description. Defaults to null.

name string

The name of the VPC. Defaults to null.

resourceGroupId string

The Id of resource group which the VPC belongs.

tags {[key: string]: any}

A mapping of tags to assign to the resource.

cidr_block str

The CIDR block for the VPC.

description str

The VPC description. Defaults to null.

name str

The name of the VPC. Defaults to null.

resource_group_id str

The Id of resource group which the VPC belongs.

tags Dict[str, Any]

A mapping of tags to assign to the resource.

Outputs

All input properties are implicitly available as output properties. Additionally, the Network resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
RouteTableId string

The route table ID of the router created by default on VPC creation.

RouterId string

The ID of the router created by default on VPC creation.

RouterTableId string

Deprecated: Attribute router_table_id has been deprecated and replaced with route_table_id.

Id string
The provider-assigned unique ID for this managed resource.
RouteTableId string

The route table ID of the router created by default on VPC creation.

RouterId string

The ID of the router created by default on VPC creation.

RouterTableId string

Deprecated: Attribute router_table_id has been deprecated and replaced with route_table_id.

id string
The provider-assigned unique ID for this managed resource.
routeTableId string

The route table ID of the router created by default on VPC creation.

routerId string

The ID of the router created by default on VPC creation.

routerTableId string

Deprecated: Attribute router_table_id has been deprecated and replaced with route_table_id.

id str
The provider-assigned unique ID for this managed resource.
route_table_id str

The route table ID of the router created by default on VPC creation.

router_id str

The ID of the router created by default on VPC creation.

router_table_id str

Deprecated: Attribute router_table_id has been deprecated and replaced with route_table_id.

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): Network
static get(resource_name, id, opts=None, cidr_block=None, description=None, name=None, resource_group_id=None, route_table_id=None, router_id=None, router_table_id=None, tags=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:

CidrBlock string

The CIDR block for the VPC.

Description string

The VPC description. Defaults to null.

Name string

The name of the VPC. Defaults to null.

ResourceGroupId string

The Id of resource group which the VPC belongs.

RouteTableId string

The route table ID of the router created by default on VPC creation.

RouterId string

The ID of the router created by default on VPC creation.

RouterTableId string

Deprecated: Attribute router_table_id has been deprecated and replaced with route_table_id.

Tags Dictionary<string, object>

A mapping of tags to assign to the resource.

CidrBlock string

The CIDR block for the VPC.

Description string

The VPC description. Defaults to null.

Name string

The name of the VPC. Defaults to null.

ResourceGroupId string

The Id of resource group which the VPC belongs.

RouteTableId string

The route table ID of the router created by default on VPC creation.

RouterId string

The ID of the router created by default on VPC creation.

RouterTableId string

Deprecated: Attribute router_table_id has been deprecated and replaced with route_table_id.

Tags map[string]interface{}

A mapping of tags to assign to the resource.

cidrBlock string

The CIDR block for the VPC.

description string

The VPC description. Defaults to null.

name string

The name of the VPC. Defaults to null.

resourceGroupId string

The Id of resource group which the VPC belongs.

routeTableId string

The route table ID of the router created by default on VPC creation.

routerId string

The ID of the router created by default on VPC creation.

routerTableId string

Deprecated: Attribute router_table_id has been deprecated and replaced with route_table_id.

tags {[key: string]: any}

A mapping of tags to assign to the resource.

cidr_block str

The CIDR block for the VPC.

description str

The VPC description. Defaults to null.

name str

The name of the VPC. Defaults to null.

resource_group_id str

The Id of resource group which the VPC belongs.

route_table_id str

The route table ID of the router created by default on VPC creation.

router_id str

The ID of the router created by default on VPC creation.

router_table_id str

Deprecated: Attribute router_table_id has been deprecated and replaced with route_table_id.

tags Dict[str, Any]

A mapping of tags to assign to the resource.

Package Details

Repository
https://github.com/pulumi/pulumi-alicloud
License
Apache-2.0
Notes
This Pulumi package is based on the alicloud Terraform Provider.