1. Packages
  2. Ibm Provider
  3. API Docs
  4. getIsPrivatePathServiceGateways
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({});
Copy
import pulumi
import pulumi_ibm as ibm

example = ibm.get_is_private_path_service_gateways()
Copy
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
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;

return await Deployment.RunAsync(() => 
{
    var example = Ibm.GetIsPrivatePathServiceGateways.Invoke();

});
Copy
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();

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: ibm:getIsPrivatePathServiceGateways
      arguments: {}
Copy

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>
Copy
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]
Copy
func GetIsPrivatePathServiceGateways(ctx *Context, args *GetIsPrivatePathServiceGatewaysArgs, opts ...InvokeOption) (*GetIsPrivatePathServiceGatewaysResult, error)
func GetIsPrivatePathServiceGatewaysOutput(ctx *Context, args *GetIsPrivatePathServiceGatewaysOutputArgs, opts ...InvokeOption) GetIsPrivatePathServiceGatewaysResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetIsPrivatePathServiceGatewaysResult> getIsPrivatePathServiceGateways(GetIsPrivatePathServiceGatewaysArgs args, InvokeOptions options)
public static Output<GetIsPrivatePathServiceGatewaysResult> getIsPrivatePathServiceGateways(GetIsPrivatePathServiceGatewaysArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: ibm:index/getIsPrivatePathServiceGateways:getIsPrivatePathServiceGateways
  arguments:
    # arguments dictionary
Copy

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.
PrivatePathServiceGateways List<GetIsPrivatePathServiceGatewaysPrivatePathServiceGateway>
(List) Collection of private path service gateways. Nested scheme for private_path_service_gateways:
Id string
(String) The unique identifier for this VPC.
PrivatePathServiceGateways []GetIsPrivatePathServiceGatewaysPrivatePathServiceGateway
(List) Collection of private path service gateways. Nested scheme for private_path_service_gateways:
id String
(String) The unique identifier for this VPC.
privatePathServiceGateways List<GetIsPrivatePathServiceGatewaysPrivatePathServiceGateway>
(List) Collection of private path service gateways. Nested scheme for private_path_service_gateways:
id string
(String) The unique identifier for this VPC.
privatePathServiceGateways GetIsPrivatePathServiceGatewaysPrivatePathServiceGateway[]
(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_service_gateways Sequence[GetIsPrivatePathServiceGatewaysPrivatePathServiceGateway]
(List) Collection of private path service gateways. Nested scheme for private_path_service_gateways:
id String
(String) The unique identifier for this VPC.
privatePathServiceGateways List<Property Map>
(List) Collection of private path service gateways. Nested scheme for private_path_service_gateways:

Supporting Types

GetIsPrivatePathServiceGatewaysPrivatePathServiceGateway

CreatedAt 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.
DefaultAccessPolicy This property is required. string
(String) The policy to use for bindings from accounts without an explicit account policy.
EndpointGatewayBindingAutoDelete 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.
EndpointGatewayBindingAutoDeleteTimeout 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.
EndpointGatewayCount 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.
LifecycleState This property is required. string
(String) The lifecycle state of the private path service gateway.
LoadBalancers This property is required. List<GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayLoadBalancer>
(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<GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayRegion>
(List) The region served by this private path service gateway. Nested scheme for region:
ResourceGroups This property is required. List<GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayResourceGroup>
(List) The resource group for this private path service gateway. Nested scheme for resource_group:
ResourceType This property is required. string
(String) The resource type.
ServiceEndpoints 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<GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayVpc>
(List) The VPC this private path service gateway resides in. Nested scheme for vpc:
ZonalAffinity 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.
CreatedAt 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.
DefaultAccessPolicy This property is required. string
(String) The policy to use for bindings from accounts without an explicit account policy.
EndpointGatewayBindingAutoDelete 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.
EndpointGatewayBindingAutoDeleteTimeout 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.
EndpointGatewayCount 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.
LifecycleState This property is required. string
(String) The lifecycle state of the private path service gateway.
LoadBalancers This property is required. []GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayLoadBalancer
(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. []GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayRegion
(List) The region served by this private path service gateway. Nested scheme for region:
ResourceGroups This property is required. []GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayResourceGroup
(List) The resource group for this private path service gateway. Nested scheme for resource_group:
ResourceType This property is required. string
(String) The resource type.
ServiceEndpoints This property is required. []string
(List of strings) The fully qualified domain names for this private path service gateway.
Vpcs This property is required. []GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayVpc
(List) The VPC this private path service gateway resides in. Nested scheme for vpc:
ZonalAffinity 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.
createdAt 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.
defaultAccessPolicy This property is required. String
(String) The policy to use for bindings from accounts without an explicit account policy.
endpointGatewayBindingAutoDelete 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.
endpointGatewayBindingAutoDeleteTimeout 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.
endpointGatewayCount 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.
lifecycleState This property is required. String
(String) The lifecycle state of the private path service gateway.
loadBalancers This property is required. List<GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayLoadBalancer>
(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<GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayRegion>
(List) The region served by this private path service gateway. Nested scheme for region:
resourceGroups This property is required. List<GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayResourceGroup>
(List) The resource group for this private path service gateway. Nested scheme for resource_group:
resourceType This property is required. String
(String) The resource type.
serviceEndpoints 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<GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayVpc>
(List) The VPC this private path service gateway resides in. Nested scheme for vpc:
zonalAffinity 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.
createdAt 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.
defaultAccessPolicy This property is required. string
(String) The policy to use for bindings from accounts without an explicit account policy.
endpointGatewayBindingAutoDelete 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.
endpointGatewayBindingAutoDeleteTimeout 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.
endpointGatewayCount 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.
lifecycleState This property is required. string
(String) The lifecycle state of the private path service gateway.
loadBalancers This property is required. GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayLoadBalancer[]
(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. GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayRegion[]
(List) The region served by this private path service gateway. Nested scheme for region:
resourceGroups This property is required. GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayResourceGroup[]
(List) The resource group for this private path service gateway. Nested scheme for resource_group:
resourceType This property is required. string
(String) The resource type.
serviceEndpoints This property is required. string[]
(List of strings) The fully qualified domain names for this private path service gateway.
vpcs This property is required. GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayVpc[]
(List) The VPC this private path service gateway resides in. Nested scheme for vpc:
zonalAffinity 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[GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayLoadBalancer]
(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[GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayRegion]
(List) The region served by this private path service gateway. Nested scheme for region:
resource_groups This property is required. Sequence[GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayResourceGroup]
(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[GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayVpc]
(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.
createdAt 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.
defaultAccessPolicy This property is required. String
(String) The policy to use for bindings from accounts without an explicit account policy.
endpointGatewayBindingAutoDelete 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.
endpointGatewayBindingAutoDeleteTimeout 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.
endpointGatewayCount 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.
lifecycleState This property is required. String
(String) The lifecycle state of the private path service gateway.
loadBalancers 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:
resourceGroups This property is required. List<Property Map>
(List) The resource group for this private path service gateway. Nested scheme for resource_group:
resourceType This property is required. String
(String) The resource type.
serviceEndpoints 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:
zonalAffinity 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<GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayLoadBalancerDeleted>
(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.
ResourceType 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. []GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayLoadBalancerDeleted
(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.
ResourceType 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<GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayLoadBalancerDeleted>
(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.
resourceType 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. GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayLoadBalancerDeleted[]
(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.
resourceType 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[GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayLoadBalancerDeleted]
(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.
resourceType This property is required. String
(String) The resource type.

GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayLoadBalancerDeleted

MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.
moreInfo 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.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.

GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayRegion

Href This property is required. string
(String) The URL 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.
Href This property is required. string
(String) The URL 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.
href This property is required. String
(String) The URL 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.
href This property is required. string
(String) The URL 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.
href This property is required. str
(String) The URL 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.
href This property is required. String
(String) The URL 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.

GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayResourceGroup

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.
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.
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.
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.
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.
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.

GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayVpc

Crn This property is required. string
(String) The CRN for this VPC.
Deleteds This property is required. List<GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayVpcDeleted>
(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.
ResourceType 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. []GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayVpcDeleted
(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.
ResourceType 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<GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayVpcDeleted>
(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.
resourceType 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. GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayVpcDeleted[]
(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.
resourceType 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[GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayVpcDeleted]
(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.
resourceType This property is required. String
(String) The resource type.

GetIsPrivatePathServiceGatewaysPrivatePathServiceGatewayVpcDeleted

MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.
moreInfo 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.
moreInfo 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.