Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine
volcengine.veenedge.Vpcs
Explore with Pulumi AI
Use this data source to query detailed information of veenedge vpcs
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.veenedge.Vpcs({});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.veenedge.vpcs()
package main
import (
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
	"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/veenedge"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := veenedge.Vpcs(ctx, nil, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() => 
{
    var foo = Volcengine.Veenedge.Vpcs.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.veenedge.VeenedgeFunctions;
import com.pulumi.volcengine.veenedge_vpcs.inputs.VpcsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var foo = VeenedgeFunctions.Vpcs();
    }
}
variables:
  foo:
    fn::invoke:
      Function: volcengine:veenedge:Vpcs
      Arguments: {}
Using Vpcs
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function vpcs(args: VpcsArgs, opts?: InvokeOptions): Promise<VpcsResult>
function vpcsOutput(args: VpcsOutputArgs, opts?: InvokeOptions): Output<VpcsResult>def vpcs(ids: Optional[Sequence[str]] = None,
         name_regex: Optional[str] = None,
         output_file: Optional[str] = None,
         opts: Optional[InvokeOptions] = None) -> VpcsResult
def vpcs_output(ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
         name_regex: Optional[pulumi.Input[str]] = None,
         output_file: Optional[pulumi.Input[str]] = None,
         opts: Optional[InvokeOptions] = None) -> Output[VpcsResult]func Vpcs(ctx *Context, args *VpcsArgs, opts ...InvokeOption) (*VpcsResult, error)
func VpcsOutput(ctx *Context, args *VpcsOutputArgs, opts ...InvokeOption) VpcsResultOutputpublic static class Vpcs 
{
    public static Task<VpcsResult> InvokeAsync(VpcsArgs args, InvokeOptions? opts = null)
    public static Output<VpcsResult> Invoke(VpcsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<VpcsResult> vpcs(VpcsArgs args, InvokeOptions options)
public static Output<VpcsResult> vpcs(VpcsArgs args, InvokeOptions options)
fn::invoke:
  function: volcengine:veenedge:Vpcs
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Ids List<string>
- A list of vpc IDs.
- NameRegex string
- A Name Regex of Vpc.
- OutputFile string
- File name where to save data source results.
- Ids []string
- A list of vpc IDs.
- NameRegex string
- A Name Regex of Vpc.
- OutputFile string
- File name where to save data source results.
- ids List<String>
- A list of vpc IDs.
- nameRegex String
- A Name Regex of Vpc.
- outputFile String
- File name where to save data source results.
- ids string[]
- A list of vpc IDs.
- nameRegex string
- A Name Regex of Vpc.
- outputFile string
- File name where to save data source results.
- ids Sequence[str]
- A list of vpc IDs.
- name_regex str
- A Name Regex of Vpc.
- output_file str
- File name where to save data source results.
- ids List<String>
- A list of vpc IDs.
- nameRegex String
- A Name Regex of Vpc.
- outputFile String
- File name where to save data source results.
Vpcs Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- TotalCount int
- The total count of Vpc query.
- VpcInstances List<VpcsVpc Instance> 
- The collection of Vpc query.
- Ids List<string>
- NameRegex string
- OutputFile string
- Id string
- The provider-assigned unique ID for this managed resource.
- TotalCount int
- The total count of Vpc query.
- VpcInstances []VpcsVpc Instance 
- The collection of Vpc query.
- Ids []string
- NameRegex string
- OutputFile string
- id String
- The provider-assigned unique ID for this managed resource.
- totalCount Integer
- The total count of Vpc query.
- vpcInstances List<VpcsVpc Instance> 
- The collection of Vpc query.
- ids List<String>
- nameRegex String
- outputFile String
- id string
- The provider-assigned unique ID for this managed resource.
- totalCount number
- The total count of Vpc query.
- vpcInstances VpcsVpc Instance[] 
- The collection of Vpc query.
- ids string[]
- nameRegex string
- outputFile string
- id str
- The provider-assigned unique ID for this managed resource.
- total_count int
- The total count of Vpc query.
- vpc_instances Sequence[VpcsVpc Instance] 
- The collection of Vpc query.
- ids Sequence[str]
- name_regex str
- output_file str
- id String
- The provider-assigned unique ID for this managed resource.
- totalCount Number
- The total count of Vpc query.
- vpcInstances List<Property Map>
- The collection of Vpc query.
- ids List<String>
- nameRegex String
- outputFile String
Supporting Types
VpcsVpcInstance  
- AccountIdentity int
- The account id.
- Cluster
VpcsVpc Instance Cluster 
- The cluster info.
- ClusterVpc intId 
- The cluster vpc id.
- CreateTime int
- The creation time.
- Desc string
- The description of VPC.
- Id string
- The ID of VPC.
- IsDefault bool
- Is default vpc.
- ResourceStatistics List<VpcsVpc Instance Resource Statistic> 
- The resource statistic info.
- Status string
- The status of VPC.
- SubNets List<VpcsVpc Instance Sub Net> 
- The subnets info.
- UpdateTime int
- The update time of VPC.
- UserIdentity int
- The id of user.
- VpcIdentity string
- The ID of VPC.
- VpcName string
- The name of VPC.
- VpcNs string
- The namespace of VPC.
- AccountIdentity int
- The account id.
- Cluster
VpcsVpc Instance Cluster 
- The cluster info.
- ClusterVpc intId 
- The cluster vpc id.
- CreateTime int
- The creation time.
- Desc string
- The description of VPC.
- Id string
- The ID of VPC.
- IsDefault bool
- Is default vpc.
- ResourceStatistics []VpcsVpc Instance Resource Statistic 
- The resource statistic info.
- Status string
- The status of VPC.
- SubNets []VpcsVpc Instance Sub Net 
- The subnets info.
- UpdateTime int
- The update time of VPC.
- UserIdentity int
- The id of user.
- VpcIdentity string
- The ID of VPC.
- VpcName string
- The name of VPC.
- VpcNs string
- The namespace of VPC.
- accountIdentity Integer
- The account id.
- cluster
VpcsVpc Instance Cluster 
- The cluster info.
- clusterVpc IntegerId 
- The cluster vpc id.
- createTime Integer
- The creation time.
- desc String
- The description of VPC.
- id String
- The ID of VPC.
- isDefault Boolean
- Is default vpc.
- resourceStatistics List<VpcsVpc Instance Resource Statistic> 
- The resource statistic info.
- status String
- The status of VPC.
- subNets List<VpcsVpc Instance Sub Net> 
- The subnets info.
- updateTime Integer
- The update time of VPC.
- userIdentity Integer
- The id of user.
- vpcIdentity String
- The ID of VPC.
- vpcName String
- The name of VPC.
- vpcNs String
- The namespace of VPC.
- accountIdentity number
- The account id.
- cluster
VpcsVpc Instance Cluster 
- The cluster info.
- clusterVpc numberId 
- The cluster vpc id.
- createTime number
- The creation time.
- desc string
- The description of VPC.
- id string
- The ID of VPC.
- isDefault boolean
- Is default vpc.
- resourceStatistics VpcsVpc Instance Resource Statistic[] 
- The resource statistic info.
- status string
- The status of VPC.
- subNets VpcsVpc Instance Sub Net[] 
- The subnets info.
- updateTime number
- The update time of VPC.
- userIdentity number
- The id of user.
- vpcIdentity string
- The ID of VPC.
- vpcName string
- The name of VPC.
- vpcNs string
- The namespace of VPC.
- account_identity int
- The account id.
- cluster
VpcsVpc Instance Cluster 
- The cluster info.
- cluster_vpc_ intid 
- The cluster vpc id.
- create_time int
- The creation time.
- desc str
- The description of VPC.
- id str
- The ID of VPC.
- is_default bool
- Is default vpc.
- resource_statistics Sequence[VpcsVpc Instance Resource Statistic] 
- The resource statistic info.
- status str
- The status of VPC.
- sub_nets Sequence[VpcsVpc Instance Sub Net] 
- The subnets info.
- update_time int
- The update time of VPC.
- user_identity int
- The id of user.
- vpc_identity str
- The ID of VPC.
- vpc_name str
- The name of VPC.
- vpc_ns str
- The namespace of VPC.
- accountIdentity Number
- The account id.
- cluster Property Map
- The cluster info.
- clusterVpc NumberId 
- The cluster vpc id.
- createTime Number
- The creation time.
- desc String
- The description of VPC.
- id String
- The ID of VPC.
- isDefault Boolean
- Is default vpc.
- resourceStatistics List<Property Map>
- The resource statistic info.
- status String
- The status of VPC.
- subNets List<Property Map>
- The subnets info.
- updateTime Number
- The update time of VPC.
- userIdentity Number
- The id of user.
- vpcIdentity String
- The ID of VPC.
- vpcName String
- The name of VPC.
- vpcNs String
- The namespace of VPC.
VpcsVpcInstanceCluster   
VpcsVpcInstanceResourceStatistic    
- VeenInstance intCount 
- The count of instance.
- VeewLb intInstance Count 
- The count of load balancers.
- VeewSg intInstance Count 
- The count of security groups.
- VeenInstance intCount 
- The count of instance.
- VeewLb intInstance Count 
- The count of load balancers.
- VeewSg intInstance Count 
- The count of security groups.
- veenInstance IntegerCount 
- The count of instance.
- veewLb IntegerInstance Count 
- The count of load balancers.
- veewSg IntegerInstance Count 
- The count of security groups.
- veenInstance numberCount 
- The count of instance.
- veewLb numberInstance Count 
- The count of load balancers.
- veewSg numberInstance Count 
- The count of security groups.
- veen_instance_ intcount 
- The count of instance.
- veew_lb_ intinstance_ count 
- The count of load balancers.
- veew_sg_ intinstance_ count 
- The count of security groups.
- veenInstance NumberCount 
- The count of instance.
- veewLb NumberInstance Count 
- The count of load balancers.
- veewSg NumberInstance Count 
- The count of security groups.
VpcsVpcInstanceSubNet    
- AccountIdentity int
- The account id.
- CidrIp string
- The ip of cidr.
- CidrMask int
- The mask of cidr.
- CreateTime int
- The creation time.
- SubnetIdentity string
- The id of subnet.
- UpdateTime int
- The update time of VPC.
- UserIdentity int
- The id of user.
- AccountIdentity int
- The account id.
- CidrIp string
- The ip of cidr.
- CidrMask int
- The mask of cidr.
- CreateTime int
- The creation time.
- SubnetIdentity string
- The id of subnet.
- UpdateTime int
- The update time of VPC.
- UserIdentity int
- The id of user.
- accountIdentity Integer
- The account id.
- cidrIp String
- The ip of cidr.
- cidrMask Integer
- The mask of cidr.
- createTime Integer
- The creation time.
- subnetIdentity String
- The id of subnet.
- updateTime Integer
- The update time of VPC.
- userIdentity Integer
- The id of user.
- accountIdentity number
- The account id.
- cidrIp string
- The ip of cidr.
- cidrMask number
- The mask of cidr.
- createTime number
- The creation time.
- subnetIdentity string
- The id of subnet.
- updateTime number
- The update time of VPC.
- userIdentity number
- The id of user.
- account_identity int
- The account id.
- cidr_ip str
- The ip of cidr.
- cidr_mask int
- The mask of cidr.
- create_time int
- The creation time.
- subnet_identity str
- The id of subnet.
- update_time int
- The update time of VPC.
- user_identity int
- The id of user.
- accountIdentity Number
- The account id.
- cidrIp String
- The ip of cidr.
- cidrMask Number
- The mask of cidr.
- createTime Number
- The creation time.
- subnetIdentity String
- The id of subnet.
- updateTime Number
- The update time of VPC.
- userIdentity Number
- The id of user.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the volcengineTerraform Provider.