alicloud.dataworks.Network
Explore with Pulumi AI
Provides a Data Works Network resource.
Resource Group Network.
For information about Data Works Network and how to use it, see What is Network.
NOTE: Available since v1.241.0.
Create Network Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Network(name: string, args: NetworkArgs, opts?: CustomResourceOptions);
@overload
def Network(resource_name: str,
args: NetworkArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Network(resource_name: str,
opts: Optional[ResourceOptions] = None,
dw_resource_group_id: Optional[str] = None,
vpc_id: Optional[str] = None,
vswitch_id: Optional[str] = None)
func NewNetwork(ctx *Context, name string, args NetworkArgs, opts ...ResourceOption) (*Network, error)
public Network(string name, NetworkArgs args, CustomResourceOptions? opts = null)
public Network(String name, NetworkArgs args)
public Network(String name, NetworkArgs args, CustomResourceOptions options)
type: alicloud:dataworks:Network
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- 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.
- args NetworkArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control 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.
- name String
- The unique name of the resource.
- args NetworkArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var alicloudNetworkResource = new AliCloud.DataWorks.Network("alicloudNetworkResource", new()
{
DwResourceGroupId = "string",
VpcId = "string",
VswitchId = "string",
});
example, err := dataworks.NewNetwork(ctx, "alicloudNetworkResource", &dataworks.NetworkArgs{
DwResourceGroupId: pulumi.String("string"),
VpcId: pulumi.String("string"),
VswitchId: pulumi.String("string"),
})
var alicloudNetworkResource = new Network("alicloudNetworkResource", NetworkArgs.builder()
.dwResourceGroupId("string")
.vpcId("string")
.vswitchId("string")
.build());
alicloud_network_resource = alicloud.dataworks.Network("alicloudNetworkResource",
dw_resource_group_id="string",
vpc_id="string",
vswitch_id="string")
const alicloudNetworkResource = new alicloud.dataworks.Network("alicloudNetworkResource", {
dwResourceGroupId: "string",
vpcId: "string",
vswitchId: "string",
});
type: alicloud:dataworks:Network
properties:
dwResourceGroupId: string
vpcId: string
vswitchId: string
Network Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Network resource accepts the following input properties:
- Dw
Resource stringGroup Id - The ID of the resource group.
- Vpc
Id string - Virtual Private Cloud ID of network resources
- Vswitch
Id string - The vSwitch ID of the network resource.
- Dw
Resource stringGroup Id - The ID of the resource group.
- Vpc
Id string - Virtual Private Cloud ID of network resources
- Vswitch
Id string - The vSwitch ID of the network resource.
- dw
Resource StringGroup Id - The ID of the resource group.
- vpc
Id String - Virtual Private Cloud ID of network resources
- vswitch
Id String - The vSwitch ID of the network resource.
- dw
Resource stringGroup Id - The ID of the resource group.
- vpc
Id string - Virtual Private Cloud ID of network resources
- vswitch
Id string - The vSwitch ID of the network resource.
- dw_
resource_ strgroup_ id - The ID of the resource group.
- vpc_
id str - Virtual Private Cloud ID of network resources
- vswitch_
id str - The vSwitch ID of the network resource.
- dw
Resource StringGroup Id - The ID of the resource group.
- vpc
Id String - Virtual Private Cloud ID of network resources
- vswitch
Id String - The vSwitch ID of the network resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the Network resource produces the following output properties:
- Create
Time int - Time when the network resource was created
- Id string
- The provider-assigned unique ID for this managed resource.
- Status string
- Network Resource Status
- Create
Time int - Time when the network resource was created
- Id string
- The provider-assigned unique ID for this managed resource.
- Status string
- Network Resource Status
- create
Time Integer - Time when the network resource was created
- id String
- The provider-assigned unique ID for this managed resource.
- status String
- Network Resource Status
- create
Time number - Time when the network resource was created
- id string
- The provider-assigned unique ID for this managed resource.
- status string
- Network Resource Status
- create_
time int - Time when the network resource was created
- id str
- The provider-assigned unique ID for this managed resource.
- status str
- Network Resource Status
- create
Time Number - Time when the network resource was created
- id String
- The provider-assigned unique ID for this managed resource.
- status String
- Network Resource Status
Look up 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
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
create_time: Optional[int] = None,
dw_resource_group_id: Optional[str] = None,
status: Optional[str] = None,
vpc_id: Optional[str] = None,
vswitch_id: Optional[str] = None) -> Network
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)
public static Network get(String name, Output<String> id, NetworkState state, CustomResourceOptions options)
resources: _: type: alicloud:dataworks:Network get: id: ${id}
- 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.
- 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.
- Create
Time int - Time when the network resource was created
- Dw
Resource stringGroup Id - The ID of the resource group.
- Status string
- Network Resource Status
- Vpc
Id string - Virtual Private Cloud ID of network resources
- Vswitch
Id string - The vSwitch ID of the network resource.
- Create
Time int - Time when the network resource was created
- Dw
Resource stringGroup Id - The ID of the resource group.
- Status string
- Network Resource Status
- Vpc
Id string - Virtual Private Cloud ID of network resources
- Vswitch
Id string - The vSwitch ID of the network resource.
- create
Time Integer - Time when the network resource was created
- dw
Resource StringGroup Id - The ID of the resource group.
- status String
- Network Resource Status
- vpc
Id String - Virtual Private Cloud ID of network resources
- vswitch
Id String - The vSwitch ID of the network resource.
- create
Time number - Time when the network resource was created
- dw
Resource stringGroup Id - The ID of the resource group.
- status string
- Network Resource Status
- vpc
Id string - Virtual Private Cloud ID of network resources
- vswitch
Id string - The vSwitch ID of the network resource.
- create_
time int - Time when the network resource was created
- dw_
resource_ strgroup_ id - The ID of the resource group.
- status str
- Network Resource Status
- vpc_
id str - Virtual Private Cloud ID of network resources
- vswitch_
id str - The vSwitch ID of the network resource.
- create
Time Number - Time when the network resource was created
- dw
Resource StringGroup Id - The ID of the resource group.
- status String
- Network Resource Status
- vpc
Id String - Virtual Private Cloud ID of network resources
- vswitch
Id String - The vSwitch ID of the network resource.
Import
Data Works Network can be imported using the id, e.g.
$ pulumi import alicloud:dataworks/network:Network example <id>
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.