cloudamqp.getVpcGcpInfo
Explore with Pulumi AI
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>
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]
func GetVpcGcpInfo(ctx *Context, args *GetVpcGcpInfoArgs, opts ...InvokeOption) (*GetVpcGcpInfoResult, error)
func GetVpcGcpInfoOutput(ctx *Context, args *GetVpcGcpInfoOutputArgs, opts ...InvokeOption) GetVpcGcpInfoResultOutput
> 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)
}
public static CompletableFuture<GetVpcGcpInfoResult> getVpcGcpInfo(GetVpcGcpInfoArgs args, InvokeOptions options)
public static Output<GetVpcGcpInfoResult> getVpcGcpInfo(GetVpcGcpInfoArgs args, InvokeOptions options)
fn::invoke:
function: cloudamqp:index/getVpcGcpInfo:getVpcGcpInfo
arguments:
# arguments dictionary
The following arguments are supported:
- 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 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 string The managed VPC identifier.
Note: Available from [v1.16.0], will be removed in next major version (v2.0)
- instance
Id 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.
- vpc
Id String The managed VPC identifier.
Note: Available from [v1.16.0], will be removed in next major version (v2.0)
- instance
Id 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.
- vpc
Id 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)
- instance
Id 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.
- vpc
Id 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 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
Package Details
- Repository
- CloudAMQP pulumi/pulumi-cloudamqp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudamqp
Terraform Provider.