ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud
ibm.getIsPrivatePathServiceGateways
Explore with Pulumi AI
Provides a read-only data source for PrivatePathServiceGatewayCollection. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const example = ibm.getIsPrivatePathServiceGateways({});
import pulumi
import pulumi_ibm as ibm
example = ibm.get_is_private_path_service_gateways()
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.GetIsPrivatePathServiceGateways(ctx, &ibm.GetIsPrivatePathServiceGatewaysArgs{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var example = Ibm.GetIsPrivatePathServiceGateways.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetIsPrivatePathServiceGatewaysArgs;
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 example = IbmFunctions.getIsPrivatePathServiceGateways();
}
}
variables:
example:
fn::invoke:
function: ibm:getIsPrivatePathServiceGateways
arguments: {}
Using getIsPrivatePathServiceGateways
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 getIsPrivatePathServiceGateways(args: GetIsPrivatePathServiceGatewaysArgs, opts?: InvokeOptions): Promise<GetIsPrivatePathServiceGatewaysResult>
function getIsPrivatePathServiceGatewaysOutput(args: GetIsPrivatePathServiceGatewaysOutputArgs, opts?: InvokeOptions): Output<GetIsPrivatePathServiceGatewaysResult>
def get_is_private_path_service_gateways(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIsPrivatePathServiceGatewaysResult
def get_is_private_path_service_gateways_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIsPrivatePathServiceGatewaysResult]
func GetIsPrivatePathServiceGateways(ctx *Context, args *GetIsPrivatePathServiceGatewaysArgs, opts ...InvokeOption) (*GetIsPrivatePathServiceGatewaysResult, error)
func GetIsPrivatePathServiceGatewaysOutput(ctx *Context, args *GetIsPrivatePathServiceGatewaysOutputArgs, opts ...InvokeOption) GetIsPrivatePathServiceGatewaysResultOutput
> Note: This function is named GetIsPrivatePathServiceGateways
in the Go SDK.
public static class GetIsPrivatePathServiceGateways
{
public static Task<GetIsPrivatePathServiceGatewaysResult> InvokeAsync(GetIsPrivatePathServiceGatewaysArgs args, InvokeOptions? opts = null)
public static Output<GetIsPrivatePathServiceGatewaysResult> Invoke(GetIsPrivatePathServiceGatewaysInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIsPrivatePathServiceGatewaysResult> getIsPrivatePathServiceGateways(GetIsPrivatePathServiceGatewaysArgs args, InvokeOptions options)
public static Output<GetIsPrivatePathServiceGatewaysResult> getIsPrivatePathServiceGateways(GetIsPrivatePathServiceGatewaysArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsPrivatePathServiceGateways:getIsPrivatePathServiceGateways
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- (String) The unique identifier for this VPC.
- Id string
- (String) The unique identifier for this VPC.
- id String
- (String) The unique identifier for this VPC.
- id string
- (String) The unique identifier for this VPC.
- id str
- (String) The unique identifier for this VPC.
- id String
- (String) The unique identifier for this VPC.
getIsPrivatePathServiceGateways Result
The following output properties are available:
- Id string
- (String) The unique identifier for this VPC.
- Private
Path List<GetService Gateways Is Private Path Service Gateways Private Path Service Gateway> - (List) Collection of private path service gateways. Nested scheme for private_path_service_gateways:
- Id string
- (String) The unique identifier for this VPC.
- Private
Path []GetService Gateways Is Private Path Service Gateways Private Path Service Gateway - (List) Collection of private path service gateways. Nested scheme for private_path_service_gateways:
- id String
- (String) The unique identifier for this VPC.
- private
Path List<GetService Gateways Is Private Path Service Gateways Private Path Service Gateway> - (List) Collection of private path service gateways. Nested scheme for private_path_service_gateways:
- id string
- (String) The unique identifier for this VPC.
- private
Path GetService Gateways Is Private Path Service Gateways Private Path Service Gateway[] - (List) Collection of private path service gateways. Nested scheme for private_path_service_gateways:
- id str
- (String) The unique identifier for this VPC.
- private_
path_ Sequence[Getservice_ gateways Is Private Path Service Gateways Private Path Service Gateway] - (List) Collection of private path service gateways. Nested scheme for private_path_service_gateways:
- id String
- (String) The unique identifier for this VPC.
- private
Path List<Property Map>Service Gateways - (List) Collection of private path service gateways. Nested scheme for private_path_service_gateways:
Supporting Types
GetIsPrivatePathServiceGatewaysPrivatePathServiceGateway
- Created
At This property is required. string - (String) The date and time that the private path service gateway was created.
- Crn
This property is required. string - (String) The CRN for this VPC.
- Default
Access Policy This property is required. string - (String) The policy to use for bindings from accounts without an explicit account policy.
- Endpoint
Gateway Binding Auto Delete This property is required. bool - (Boolean) Indicates whether endpoint gateway bindings will be automatically deleted after endpoint_gateway_binding_auto_delete_timeout hours have passed. At present, this is always true, but may be modifiable in the future.
- Endpoint
Gateway Binding Auto Delete Timeout This property is required. double - (Integer) If endpoint_gateway_binding_auto_delete is true, the hours after which endpoint gateway bindings will be automatically deleted. If the value is 0, abandoned endpoint gateway bindings will be deleted immediately. At present, this is always set to 0. This value may be modifiable in the future.
- Endpoint
Gateway Count This property is required. double - (Integer) The number of endpoint gateways using this private path service gateway.
- Href
This property is required. string - (String) The URL for this VPC.
- Id
This property is required. string - (String) The unique identifier for this VPC.
- Lifecycle
State This property is required. string - (String) The lifecycle state of the private path service gateway.
- Load
Balancers This property is required. List<GetIs Private Path Service Gateways Private Path Service Gateway Load Balancer> - (List) The load balancer for this private path service gateway. Nested scheme for load_balancer:
- Name
This property is required. string - (String) The name for this VPC. The name is unique across all VPCs in the region.
- Published
This property is required. bool - (Boolean) Indicates the availability of this private path service gateway-
true
: Any account can request access to this private path service gateway.-false
: Access is restricted to the account that created this private path service gateway. - Regions
This property is required. List<GetIs Private Path Service Gateways Private Path Service Gateway Region> - (List) The region served by this private path service gateway. Nested scheme for region:
- Resource
Groups This property is required. List<GetIs Private Path Service Gateways Private Path Service Gateway Resource Group> - (List) The resource group for this private path service gateway. Nested scheme for resource_group:
- Resource
Type This property is required. string - (String) The resource type.
- Service
Endpoints This property is required. List<string> - (List of strings) The fully qualified domain names for this private path service gateway.
- Vpcs
This property is required. List<GetIs Private Path Service Gateways Private Path Service Gateway Vpc> - (List) The VPC this private path service gateway resides in. Nested scheme for vpc:
- Zonal
Affinity This property is required. bool - (Boolean) Indicates whether this private path service gateway has zonal affinity.-
true
: Traffic to the service from a zone will favor service endpoints in the same zone.-false
: Traffic to the service from a zone will be load balanced across all zones in the region the service resides in.
- Created
At This property is required. string - (String) The date and time that the private path service gateway was created.
- Crn
This property is required. string - (String) The CRN for this VPC.
- Default
Access Policy This property is required. string - (String) The policy to use for bindings from accounts without an explicit account policy.
- Endpoint
Gateway Binding Auto Delete This property is required. bool - (Boolean) Indicates whether endpoint gateway bindings will be automatically deleted after endpoint_gateway_binding_auto_delete_timeout hours have passed. At present, this is always true, but may be modifiable in the future.
- Endpoint
Gateway Binding Auto Delete Timeout This property is required. float64 - (Integer) If endpoint_gateway_binding_auto_delete is true, the hours after which endpoint gateway bindings will be automatically deleted. If the value is 0, abandoned endpoint gateway bindings will be deleted immediately. At present, this is always set to 0. This value may be modifiable in the future.
- Endpoint
Gateway Count This property is required. float64 - (Integer) The number of endpoint gateways using this private path service gateway.
- Href
This property is required. string - (String) The URL for this VPC.
- Id
This property is required. string - (String) The unique identifier for this VPC.
- Lifecycle
State This property is required. string - (String) The lifecycle state of the private path service gateway.
- Load
Balancers This property is required. []GetIs Private Path Service Gateways Private Path Service Gateway Load Balancer - (List) The load balancer for this private path service gateway. Nested scheme for load_balancer:
- Name
This property is required. string - (String) The name for this VPC. The name is unique across all VPCs in the region.
- Published
This property is required. bool - (Boolean) Indicates the availability of this private path service gateway-
true
: Any account can request access to this private path service gateway.-false
: Access is restricted to the account that created this private path service gateway. - Regions
This property is required. []GetIs Private Path Service Gateways Private Path Service Gateway Region - (List) The region served by this private path service gateway. Nested scheme for region:
- Resource
Groups This property is required. []GetIs Private Path Service Gateways Private Path Service Gateway Resource Group - (List) The resource group for this private path service gateway. Nested scheme for resource_group:
- Resource
Type This property is required. string - (String) The resource type.
- Service
Endpoints This property is required. []string - (List of strings) The fully qualified domain names for this private path service gateway.
- Vpcs
This property is required. []GetIs Private Path Service Gateways Private Path Service Gateway Vpc - (List) The VPC this private path service gateway resides in. Nested scheme for vpc:
- Zonal
Affinity This property is required. bool - (Boolean) Indicates whether this private path service gateway has zonal affinity.-
true
: Traffic to the service from a zone will favor service endpoints in the same zone.-false
: Traffic to the service from a zone will be load balanced across all zones in the region the service resides in.
- created
At This property is required. String - (String) The date and time that the private path service gateway was created.
- crn
This property is required. String - (String) The CRN for this VPC.
- default
Access Policy This property is required. String - (String) The policy to use for bindings from accounts without an explicit account policy.
- endpoint
Gateway Binding Auto Delete This property is required. Boolean - (Boolean) Indicates whether endpoint gateway bindings will be automatically deleted after endpoint_gateway_binding_auto_delete_timeout hours have passed. At present, this is always true, but may be modifiable in the future.
- endpoint
Gateway Binding Auto Delete Timeout This property is required. Double - (Integer) If endpoint_gateway_binding_auto_delete is true, the hours after which endpoint gateway bindings will be automatically deleted. If the value is 0, abandoned endpoint gateway bindings will be deleted immediately. At present, this is always set to 0. This value may be modifiable in the future.
- endpoint
Gateway Count This property is required. Double - (Integer) The number of endpoint gateways using this private path service gateway.
- href
This property is required. String - (String) The URL for this VPC.
- id
This property is required. String - (String) The unique identifier for this VPC.
- lifecycle
State This property is required. String - (String) The lifecycle state of the private path service gateway.
- load
Balancers This property is required. List<GetIs Private Path Service Gateways Private Path Service Gateway Load Balancer> - (List) The load balancer for this private path service gateway. Nested scheme for load_balancer:
- name
This property is required. String - (String) The name for this VPC. The name is unique across all VPCs in the region.
- published
This property is required. Boolean - (Boolean) Indicates the availability of this private path service gateway-
true
: Any account can request access to this private path service gateway.-false
: Access is restricted to the account that created this private path service gateway. - regions
This property is required. List<GetIs Private Path Service Gateways Private Path Service Gateway Region> - (List) The region served by this private path service gateway. Nested scheme for region:
- resource
Groups This property is required. List<GetIs Private Path Service Gateways Private Path Service Gateway Resource Group> - (List) The resource group for this private path service gateway. Nested scheme for resource_group:
- resource
Type This property is required. String - (String) The resource type.
- service
Endpoints This property is required. List<String> - (List of strings) The fully qualified domain names for this private path service gateway.
- vpcs
This property is required. List<GetIs Private Path Service Gateways Private Path Service Gateway Vpc> - (List) The VPC this private path service gateway resides in. Nested scheme for vpc:
- zonal
Affinity This property is required. Boolean - (Boolean) Indicates whether this private path service gateway has zonal affinity.-
true
: Traffic to the service from a zone will favor service endpoints in the same zone.-false
: Traffic to the service from a zone will be load balanced across all zones in the region the service resides in.
- created
At This property is required. string - (String) The date and time that the private path service gateway was created.
- crn
This property is required. string - (String) The CRN for this VPC.
- default
Access Policy This property is required. string - (String) The policy to use for bindings from accounts without an explicit account policy.
- endpoint
Gateway Binding Auto Delete This property is required. boolean - (Boolean) Indicates whether endpoint gateway bindings will be automatically deleted after endpoint_gateway_binding_auto_delete_timeout hours have passed. At present, this is always true, but may be modifiable in the future.
- endpoint
Gateway Binding Auto Delete Timeout This property is required. number - (Integer) If endpoint_gateway_binding_auto_delete is true, the hours after which endpoint gateway bindings will be automatically deleted. If the value is 0, abandoned endpoint gateway bindings will be deleted immediately. At present, this is always set to 0. This value may be modifiable in the future.
- endpoint
Gateway Count This property is required. number - (Integer) The number of endpoint gateways using this private path service gateway.
- href
This property is required. string - (String) The URL for this VPC.
- id
This property is required. string - (String) The unique identifier for this VPC.
- lifecycle
State This property is required. string - (String) The lifecycle state of the private path service gateway.
- load
Balancers This property is required. GetIs Private Path Service Gateways Private Path Service Gateway Load Balancer[] - (List) The load balancer for this private path service gateway. Nested scheme for load_balancer:
- name
This property is required. string - (String) The name for this VPC. The name is unique across all VPCs in the region.
- published
This property is required. boolean - (Boolean) Indicates the availability of this private path service gateway-
true
: Any account can request access to this private path service gateway.-false
: Access is restricted to the account that created this private path service gateway. - regions
This property is required. GetIs Private Path Service Gateways Private Path Service Gateway Region[] - (List) The region served by this private path service gateway. Nested scheme for region:
- resource
Groups This property is required. GetIs Private Path Service Gateways Private Path Service Gateway Resource Group[] - (List) The resource group for this private path service gateway. Nested scheme for resource_group:
- resource
Type This property is required. string - (String) The resource type.
- service
Endpoints This property is required. string[] - (List of strings) The fully qualified domain names for this private path service gateway.
- vpcs
This property is required. GetIs Private Path Service Gateways Private Path Service Gateway Vpc[] - (List) The VPC this private path service gateway resides in. Nested scheme for vpc:
- zonal
Affinity This property is required. boolean - (Boolean) Indicates whether this private path service gateway has zonal affinity.-
true
: Traffic to the service from a zone will favor service endpoints in the same zone.-false
: Traffic to the service from a zone will be load balanced across all zones in the region the service resides in.
- created_
at This property is required. str - (String) The date and time that the private path service gateway was created.
- crn
This property is required. str - (String) The CRN for this VPC.
- default_
access_ policy This property is required. str - (String) The policy to use for bindings from accounts without an explicit account policy.
- endpoint_
gateway_ binding_ auto_ delete This property is required. bool - (Boolean) Indicates whether endpoint gateway bindings will be automatically deleted after endpoint_gateway_binding_auto_delete_timeout hours have passed. At present, this is always true, but may be modifiable in the future.
- endpoint_
gateway_ binding_ auto_ delete_ timeout This property is required. float - (Integer) If endpoint_gateway_binding_auto_delete is true, the hours after which endpoint gateway bindings will be automatically deleted. If the value is 0, abandoned endpoint gateway bindings will be deleted immediately. At present, this is always set to 0. This value may be modifiable in the future.
- endpoint_
gateway_ count This property is required. float - (Integer) The number of endpoint gateways using this private path service gateway.
- href
This property is required. str - (String) The URL for this VPC.
- id
This property is required. str - (String) The unique identifier for this VPC.
- lifecycle_
state This property is required. str - (String) The lifecycle state of the private path service gateway.
- load_
balancers This property is required. Sequence[GetIs Private Path Service Gateways Private Path Service Gateway Load Balancer] - (List) The load balancer for this private path service gateway. Nested scheme for load_balancer:
- name
This property is required. str - (String) The name for this VPC. The name is unique across all VPCs in the region.
- published
This property is required. bool - (Boolean) Indicates the availability of this private path service gateway-
true
: Any account can request access to this private path service gateway.-false
: Access is restricted to the account that created this private path service gateway. - regions
This property is required. Sequence[GetIs Private Path Service Gateways Private Path Service Gateway Region] - (List) The region served by this private path service gateway. Nested scheme for region:
- resource_
groups This property is required. Sequence[GetIs Private Path Service Gateways Private Path Service Gateway Resource Group] - (List) The resource group for this private path service gateway. Nested scheme for resource_group:
- resource_
type This property is required. str - (String) The resource type.
- service_
endpoints This property is required. Sequence[str] - (List of strings) The fully qualified domain names for this private path service gateway.
- vpcs
This property is required. Sequence[GetIs Private Path Service Gateways Private Path Service Gateway Vpc] - (List) The VPC this private path service gateway resides in. Nested scheme for vpc:
- zonal_
affinity This property is required. bool - (Boolean) Indicates whether this private path service gateway has zonal affinity.-
true
: Traffic to the service from a zone will favor service endpoints in the same zone.-false
: Traffic to the service from a zone will be load balanced across all zones in the region the service resides in.
- created
At This property is required. String - (String) The date and time that the private path service gateway was created.
- crn
This property is required. String - (String) The CRN for this VPC.
- default
Access Policy This property is required. String - (String) The policy to use for bindings from accounts without an explicit account policy.
- endpoint
Gateway Binding Auto Delete This property is required. Boolean - (Boolean) Indicates whether endpoint gateway bindings will be automatically deleted after endpoint_gateway_binding_auto_delete_timeout hours have passed. At present, this is always true, but may be modifiable in the future.
- endpoint
Gateway Binding Auto Delete Timeout This property is required. Number - (Integer) If endpoint_gateway_binding_auto_delete is true, the hours after which endpoint gateway bindings will be automatically deleted. If the value is 0, abandoned endpoint gateway bindings will be deleted immediately. At present, this is always set to 0. This value may be modifiable in the future.
- endpoint
Gateway Count This property is required. Number - (Integer) The number of endpoint gateways using this private path service gateway.
- href
This property is required. String - (String) The URL for this VPC.
- id
This property is required. String - (String) The unique identifier for this VPC.
- lifecycle
State This property is required. String - (String) The lifecycle state of the private path service gateway.
- load
Balancers This property is required. List<Property Map> - (List) The load balancer for this private path service gateway. Nested scheme for load_balancer:
- name
This property is required. String - (String) The name for this VPC. The name is unique across all VPCs in the region.
- published
This property is required. Boolean - (Boolean) Indicates the availability of this private path service gateway-
true
: Any account can request access to this private path service gateway.-false
: Access is restricted to the account that created this private path service gateway. - regions
This property is required. List<Property Map> - (List) The region served by this private path service gateway. Nested scheme for region:
- resource
Groups This property is required. List<Property Map> - (List) The resource group for this private path service gateway. Nested scheme for resource_group:
- resource
Type This property is required. String - (String) The resource type.
- service
Endpoints This property is required. List<String> - (List of strings) The fully qualified domain names for this private path service gateway.
- vpcs
This property is required. List<Property Map> - (List) The VPC this private path service gateway resides in. Nested scheme for vpc:
- zonal
Affinity This property is required. Boolean - (Boolean) Indicates whether this private path service gateway has zonal affinity.-
true
: Traffic to the service from a zone will favor service endpoints in the same zone.-false
: Traffic to the service from a zone will be load balanced across all zones in the region the service resides in.
GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayLoadBalancer
- Crn
This property is required. string - (String) The CRN for this VPC.
- Deleteds
This property is required. List<GetIs Private Path Service Gateways Private Path Service Gateway Load Balancer Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- Href
This property is required. string - (String) The URL for this VPC.
- Id
This property is required. string - (String) The unique identifier for this VPC.
- Name
This property is required. string - (String) The name for this VPC. The name is unique across all VPCs in the region.
- Resource
Type This property is required. string - (String) The resource type.
- Crn
This property is required. string - (String) The CRN for this VPC.
- Deleteds
This property is required. []GetIs Private Path Service Gateways Private Path Service Gateway Load Balancer Deleted - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- Href
This property is required. string - (String) The URL for this VPC.
- Id
This property is required. string - (String) The unique identifier for this VPC.
- Name
This property is required. string - (String) The name for this VPC. The name is unique across all VPCs in the region.
- Resource
Type This property is required. string - (String) The resource type.
- crn
This property is required. String - (String) The CRN for this VPC.
- deleteds
This property is required. List<GetIs Private Path Service Gateways Private Path Service Gateway Load Balancer Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href
This property is required. String - (String) The URL for this VPC.
- id
This property is required. String - (String) The unique identifier for this VPC.
- name
This property is required. String - (String) The name for this VPC. The name is unique across all VPCs in the region.
- resource
Type This property is required. String - (String) The resource type.
- crn
This property is required. string - (String) The CRN for this VPC.
- deleteds
This property is required. GetIs Private Path Service Gateways Private Path Service Gateway Load Balancer Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href
This property is required. string - (String) The URL for this VPC.
- id
This property is required. string - (String) The unique identifier for this VPC.
- name
This property is required. string - (String) The name for this VPC. The name is unique across all VPCs in the region.
- resource
Type This property is required. string - (String) The resource type.
- crn
This property is required. str - (String) The CRN for this VPC.
- deleteds
This property is required. Sequence[GetIs Private Path Service Gateways Private Path Service Gateway Load Balancer Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href
This property is required. str - (String) The URL for this VPC.
- id
This property is required. str - (String) The unique identifier for this VPC.
- name
This property is required. str - (String) The name for this VPC. The name is unique across all VPCs in the region.
- resource_
type This property is required. str - (String) The resource type.
- crn
This property is required. String - (String) The CRN for this VPC.
- deleteds
This property is required. List<Property Map> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href
This property is required. String - (String) The URL for this VPC.
- id
This property is required. String - (String) The unique identifier for this VPC.
- name
This property is required. String - (String) The name for this VPC. The name is unique across all VPCs in the region.
- resource
Type This property is required. String - (String) The resource type.
GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayLoadBalancerDeleted
- More
Info This property is required. string - (String) Link to documentation about deleted resources.
- More
Info This property is required. string - (String) Link to documentation about deleted resources.
- more
Info This property is required. String - (String) Link to documentation about deleted resources.
- more
Info This property is required. string - (String) Link to documentation about deleted resources.
- more_
info This property is required. str - (String) Link to documentation about deleted resources.
- more
Info This property is required. String - (String) Link to documentation about deleted resources.
GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayRegion
GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayResourceGroup
GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayVpc
- Crn
This property is required. string - (String) The CRN for this VPC.
- Deleteds
This property is required. List<GetIs Private Path Service Gateways Private Path Service Gateway Vpc Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- Href
This property is required. string - (String) The URL for this VPC.
- Id
This property is required. string - (String) The unique identifier for this VPC.
- Name
This property is required. string - (String) The name for this VPC. The name is unique across all VPCs in the region.
- Resource
Type This property is required. string - (String) The resource type.
- Crn
This property is required. string - (String) The CRN for this VPC.
- Deleteds
This property is required. []GetIs Private Path Service Gateways Private Path Service Gateway Vpc Deleted - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- Href
This property is required. string - (String) The URL for this VPC.
- Id
This property is required. string - (String) The unique identifier for this VPC.
- Name
This property is required. string - (String) The name for this VPC. The name is unique across all VPCs in the region.
- Resource
Type This property is required. string - (String) The resource type.
- crn
This property is required. String - (String) The CRN for this VPC.
- deleteds
This property is required. List<GetIs Private Path Service Gateways Private Path Service Gateway Vpc Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href
This property is required. String - (String) The URL for this VPC.
- id
This property is required. String - (String) The unique identifier for this VPC.
- name
This property is required. String - (String) The name for this VPC. The name is unique across all VPCs in the region.
- resource
Type This property is required. String - (String) The resource type.
- crn
This property is required. string - (String) The CRN for this VPC.
- deleteds
This property is required. GetIs Private Path Service Gateways Private Path Service Gateway Vpc Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href
This property is required. string - (String) The URL for this VPC.
- id
This property is required. string - (String) The unique identifier for this VPC.
- name
This property is required. string - (String) The name for this VPC. The name is unique across all VPCs in the region.
- resource
Type This property is required. string - (String) The resource type.
- crn
This property is required. str - (String) The CRN for this VPC.
- deleteds
This property is required. Sequence[GetIs Private Path Service Gateways Private Path Service Gateway Vpc Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href
This property is required. str - (String) The URL for this VPC.
- id
This property is required. str - (String) The unique identifier for this VPC.
- name
This property is required. str - (String) The name for this VPC. The name is unique across all VPCs in the region.
- resource_
type This property is required. str - (String) The resource type.
- crn
This property is required. String - (String) The CRN for this VPC.
- deleteds
This property is required. List<Property Map> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
- href
This property is required. String - (String) The URL for this VPC.
- id
This property is required. String - (String) The unique identifier for this VPC.
- name
This property is required. String - (String) The name for this VPC. The name is unique across all VPCs in the region.
- resource
Type This property is required. String - (String) The resource type.
GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayVpcDeleted
- More
Info This property is required. string - (String) Link to documentation about deleted resources.
- More
Info This property is required. string - (String) Link to documentation about deleted resources.
- more
Info This property is required. String - (String) Link to documentation about deleted resources.
- more
Info This property is required. string - (String) Link to documentation about deleted resources.
- more_
info This property is required. str - (String) Link to documentation about deleted resources.
- more
Info This property is required. String - (String) Link to documentation about deleted resources.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.