Skip to content

VpcsProps

Properties for defining a Vpcs.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-vpcs

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new VpcsProps {
    object DhcpOptionsSetId = null,
    object IsDefault = null,
    object RefreshOptions = null,
    object ResourceGroupId = null,
    object VpcIds = null,
    object VpcName = null,
    object VpcOwnerId = null
};

Properties

Name Type Description
DhcpOptionsSetId object Property dhcpOptionsSetId: The ID of the DHCP options set.
IsDefault object Property isDefault: Specifies whether to query the default VPC in the specified region.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
ResourceGroupId object Property resourceGroupId: The ID of the resource group to which the VPC to be queried belongs.
VpcIds object Property vpcIds: The list of The VPC IDs.
VpcName object Property vpcName: The name of the VPC.
VpcOwnerId object Property vpcOwnerId: The ID of the Alibaba Cloud account to which the VPC belongs.

DhcpOptionsSetIdOptional

public object DhcpOptionsSetId { get; set; }
  • Type: object

Property dhcpOptionsSetId: The ID of the DHCP options set.


IsDefaultOptional

public object IsDefault { get; set; }
  • Type: object

Property isDefault: Specifies whether to query the default VPC in the specified region.

Valid values: true(default): queries all VPCs in the specified region. false: does not query the default VPC.


RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

Property resourceGroupId: The ID of the resource group to which the VPC to be queried belongs.


VpcIdsOptional

public object VpcIds { get; set; }
  • Type: object

Property vpcIds: The list of The VPC IDs.

You can specify up to 20 VPC IDs.


VpcNameOptional

public object VpcName { get; set; }
  • Type: object

Property vpcName: The name of the VPC.


VpcOwnerIdOptional

public object VpcOwnerId { get; set; }
  • Type: object

Property vpcOwnerId: The ID of the Alibaba Cloud account to which the VPC belongs.