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:
- Cidr
Block 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.
- Resource
Group stringId The Id of resource group which the VPC belongs.
- Dictionary<string, object>
A mapping of tags to assign to the resource.
- Cidr
Block 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.
- Resource
Group stringId The Id of resource group which the VPC belongs.
- map[string]interface{}
A mapping of tags to assign to the resource.
- cidr
Block 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.
- resource
Group stringId The Id of resource group which the VPC belongs.
- {[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_ strid The Id of resource group which the VPC belongs.
- 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.
- Route
Table stringId The route table ID of the router created by default on VPC creation.
- Router
Id string The ID of the router created by default on VPC creation.
- Router
Table stringId
- Id string
- The provider-assigned unique ID for this managed resource.
- Route
Table stringId The route table ID of the router created by default on VPC creation.
- Router
Id string The ID of the router created by default on VPC creation.
- Router
Table stringId
- id string
- The provider-assigned unique ID for this managed resource.
- route
Table stringId The route table ID of the router created by default on VPC creation.
- router
Id string The ID of the router created by default on VPC creation.
- router
Table stringId
- id str
- The provider-assigned unique ID for this managed resource.
- route_
table_ strid 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_ strid
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, 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:
- Cidr
Block 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.
- Resource
Group stringId The Id of resource group which the VPC belongs.
- Route
Table stringId The route table ID of the router created by default on VPC creation.
- Router
Id string The ID of the router created by default on VPC creation.
- Router
Table stringId - Dictionary<string, object>
A mapping of tags to assign to the resource.
- Cidr
Block 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.
- Resource
Group stringId The Id of resource group which the VPC belongs.
- Route
Table stringId The route table ID of the router created by default on VPC creation.
- Router
Id string The ID of the router created by default on VPC creation.
- Router
Table stringId - map[string]interface{}
A mapping of tags to assign to the resource.
- cidr
Block 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.
- resource
Group stringId The Id of resource group which the VPC belongs.
- route
Table stringId The route table ID of the router created by default on VPC creation.
- router
Id string The ID of the router created by default on VPC creation.
- router
Table stringId - {[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_ strid The Id of resource group which the VPC belongs.
- route_
table_ strid 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_ strid - 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
alicloudTerraform Provider.