1. Packages
  2. Cloudamqp Provider
  3. API Docs
  4. getVpcGcpInfo
CloudAMQP v3.21.0 published on Tuesday, Apr 8, 2025 by Pulumi

cloudamqp.getVpcGcpInfo

Explore with Pulumi AI

CloudAMQP v3.21.0 published on Tuesday, Apr 8, 2025 by Pulumi

Using getVpcGcpInfo

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 getVpcGcpInfo(args: GetVpcGcpInfoArgs, opts?: InvokeOptions): Promise<GetVpcGcpInfoResult>
function getVpcGcpInfoOutput(args: GetVpcGcpInfoOutputArgs, opts?: InvokeOptions): Output<GetVpcGcpInfoResult>
Copy
def get_vpc_gcp_info(instance_id: Optional[int] = None,
                     sleep: Optional[int] = None,
                     timeout: Optional[int] = None,
                     vpc_id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetVpcGcpInfoResult
def get_vpc_gcp_info_output(instance_id: Optional[pulumi.Input[int]] = None,
                     sleep: Optional[pulumi.Input[int]] = None,
                     timeout: Optional[pulumi.Input[int]] = None,
                     vpc_id: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetVpcGcpInfoResult]
Copy
func GetVpcGcpInfo(ctx *Context, args *GetVpcGcpInfoArgs, opts ...InvokeOption) (*GetVpcGcpInfoResult, error)
func GetVpcGcpInfoOutput(ctx *Context, args *GetVpcGcpInfoOutputArgs, opts ...InvokeOption) GetVpcGcpInfoResultOutput
Copy

> Note: This function is named GetVpcGcpInfo in the Go SDK.

public static class GetVpcGcpInfo 
{
    public static Task<GetVpcGcpInfoResult> InvokeAsync(GetVpcGcpInfoArgs args, InvokeOptions? opts = null)
    public static Output<GetVpcGcpInfoResult> Invoke(GetVpcGcpInfoInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetVpcGcpInfoResult> getVpcGcpInfo(GetVpcGcpInfoArgs args, InvokeOptions options)
public static Output<GetVpcGcpInfoResult> getVpcGcpInfo(GetVpcGcpInfoArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: cloudamqp:index/getVpcGcpInfo:getVpcGcpInfo
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

InstanceId int

The CloudAMQP instance identifier.

Deprecated: from [v1.16.0], will be removed in next major version (v2.0)

Sleep int
Configurable sleep time (seconds) between retries when reading peering. Default set to 10 seconds.
Timeout int
Configurable timeout time (seconds) before retries times out. Default set to 1800 seconds.
VpcId string

The managed VPC identifier.

Note: Available from [v1.16.0], will be removed in next major version (v2.0)

InstanceId int

The CloudAMQP instance identifier.

Deprecated: from [v1.16.0], will be removed in next major version (v2.0)

Sleep int
Configurable sleep time (seconds) between retries when reading peering. Default set to 10 seconds.
Timeout int
Configurable timeout time (seconds) before retries times out. Default set to 1800 seconds.
VpcId string

The managed VPC identifier.

Note: Available from [v1.16.0], will be removed in next major version (v2.0)

instanceId Integer

The CloudAMQP instance identifier.

Deprecated: from [v1.16.0], will be removed in next major version (v2.0)

sleep Integer
Configurable sleep time (seconds) between retries when reading peering. Default set to 10 seconds.
timeout Integer
Configurable timeout time (seconds) before retries times out. Default set to 1800 seconds.
vpcId String

The managed VPC identifier.

Note: Available from [v1.16.0], will be removed in next major version (v2.0)

instanceId number

The CloudAMQP instance identifier.

Deprecated: from [v1.16.0], will be removed in next major version (v2.0)

sleep number
Configurable sleep time (seconds) between retries when reading peering. Default set to 10 seconds.
timeout number
Configurable timeout time (seconds) before retries times out. Default set to 1800 seconds.
vpcId string

The managed VPC identifier.

Note: Available from [v1.16.0], will be removed in next major version (v2.0)

instance_id int

The CloudAMQP instance identifier.

Deprecated: from [v1.16.0], will be removed in next major version (v2.0)

sleep int
Configurable sleep time (seconds) between retries when reading peering. Default set to 10 seconds.
timeout int
Configurable timeout time (seconds) before retries times out. Default set to 1800 seconds.
vpc_id str

The managed VPC identifier.

Note: Available from [v1.16.0], will be removed in next major version (v2.0)

instanceId Number

The CloudAMQP instance identifier.

Deprecated: from [v1.16.0], will be removed in next major version (v2.0)

sleep Number
Configurable sleep time (seconds) between retries when reading peering. Default set to 10 seconds.
timeout Number
Configurable timeout time (seconds) before retries times out. Default set to 1800 seconds.
vpcId String

The managed VPC identifier.

Note: Available from [v1.16.0], will be removed in next major version (v2.0)

getVpcGcpInfo Result

The following output properties are available:

Id string
The provider-assigned unique ID for this managed resource.
Name string
The name of the VPC.
Network string
VPC network uri.
VpcSubnet string
Dedicated VPC subnet.
InstanceId int
Sleep int
Timeout int
VpcId string
Id string
The provider-assigned unique ID for this managed resource.
Name string
The name of the VPC.
Network string
VPC network uri.
VpcSubnet string
Dedicated VPC subnet.
InstanceId int
Sleep int
Timeout int
VpcId string
id String
The provider-assigned unique ID for this managed resource.
name String
The name of the VPC.
network String
VPC network uri.
vpcSubnet String
Dedicated VPC subnet.
instanceId Integer
sleep Integer
timeout Integer
vpcId String
id string
The provider-assigned unique ID for this managed resource.
name string
The name of the VPC.
network string
VPC network uri.
vpcSubnet string
Dedicated VPC subnet.
instanceId number
sleep number
timeout number
vpcId string
id str
The provider-assigned unique ID for this managed resource.
name str
The name of the VPC.
network str
VPC network uri.
vpc_subnet str
Dedicated VPC subnet.
instance_id int
sleep int
timeout int
vpc_id str
id String
The provider-assigned unique ID for this managed resource.
name String
The name of the VPC.
network String
VPC network uri.
vpcSubnet String
Dedicated VPC subnet.
instanceId Number
sleep Number
timeout Number
vpcId String

Package Details

Repository
CloudAMQP pulumi/pulumi-cloudamqp
License
Apache-2.0
Notes
This Pulumi package is based on the cloudamqp Terraform Provider.
CloudAMQP v3.21.0 published on Tuesday, Apr 8, 2025 by Pulumi