1. Packages
  2. Ibm Provider
  3. API Docs
  4. getIsPrivatePathServiceGateway
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getIsPrivatePathServiceGateway

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Provides a read-only data source for PrivatePathServiceGateway. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.

    Using getIsPrivatePathServiceGateway

    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 getIsPrivatePathServiceGateway(args: GetIsPrivatePathServiceGatewayArgs, opts?: InvokeOptions): Promise<GetIsPrivatePathServiceGatewayResult>
    function getIsPrivatePathServiceGatewayOutput(args: GetIsPrivatePathServiceGatewayOutputArgs, opts?: InvokeOptions): Output<GetIsPrivatePathServiceGatewayResult>
    def get_is_private_path_service_gateway(id: Optional[str] = None,
                                            private_path_service_gateway: Optional[str] = None,
                                            private_path_service_gateway_name: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetIsPrivatePathServiceGatewayResult
    def get_is_private_path_service_gateway_output(id: Optional[pulumi.Input[str]] = None,
                                            private_path_service_gateway: Optional[pulumi.Input[str]] = None,
                                            private_path_service_gateway_name: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetIsPrivatePathServiceGatewayResult]
    func LookupIsPrivatePathServiceGateway(ctx *Context, args *LookupIsPrivatePathServiceGatewayArgs, opts ...InvokeOption) (*LookupIsPrivatePathServiceGatewayResult, error)
    func LookupIsPrivatePathServiceGatewayOutput(ctx *Context, args *LookupIsPrivatePathServiceGatewayOutputArgs, opts ...InvokeOption) LookupIsPrivatePathServiceGatewayResultOutput

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

    public static class GetIsPrivatePathServiceGateway 
    {
        public static Task<GetIsPrivatePathServiceGatewayResult> InvokeAsync(GetIsPrivatePathServiceGatewayArgs args, InvokeOptions? opts = null)
        public static Output<GetIsPrivatePathServiceGatewayResult> Invoke(GetIsPrivatePathServiceGatewayInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIsPrivatePathServiceGatewayResult> getIsPrivatePathServiceGateway(GetIsPrivatePathServiceGatewayArgs args, InvokeOptions options)
    public static Output<GetIsPrivatePathServiceGatewayResult> getIsPrivatePathServiceGateway(GetIsPrivatePathServiceGatewayArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getIsPrivatePathServiceGateway:getIsPrivatePathServiceGateway
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    (String) The unique identifier for this VPC.
    PrivatePathServiceGateway string
    The private path service gateway identifier.
    PrivatePathServiceGatewayName string
    Id string
    (String) The unique identifier for this VPC.
    PrivatePathServiceGateway string
    The private path service gateway identifier.
    PrivatePathServiceGatewayName string
    id String
    (String) The unique identifier for this VPC.
    privatePathServiceGateway String
    The private path service gateway identifier.
    privatePathServiceGatewayName String
    id string
    (String) The unique identifier for this VPC.
    privatePathServiceGateway string
    The private path service gateway identifier.
    privatePathServiceGatewayName string
    id str
    (String) The unique identifier for this VPC.
    private_path_service_gateway str
    The private path service gateway identifier.
    private_path_service_gateway_name str
    id String
    (String) The unique identifier for this VPC.
    privatePathServiceGateway String
    The private path service gateway identifier.
    privatePathServiceGatewayName String

    getIsPrivatePathServiceGateway Result

    The following output properties are available:

    CreatedAt string
    (String) The date and time that the private path service gateway was created.
    Crn string
    (String) The CRN for this VPC.
    DefaultAccessPolicy string
    (String) The policy to use for bindings from accounts without an explicit account policy.
    EndpointGatewayBindingAutoDelete 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 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 double
    (Integer) The number of endpoint gateways using this private path service gateway.
    Href string
    (String) The URL for this VPC.
    Id string
    (String) The unique identifier for this VPC.
    LifecycleState string
    (String) The lifecycle state of the private path service gateway.
    LoadBalancers List<GetIsPrivatePathServiceGatewayLoadBalancer>
    (List) The load balancer for this private path service gateway. Nested scheme for load_balancer:
    Name string
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    Published 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 List<GetIsPrivatePathServiceGatewayRegion>
    (List) The region served by this private path service gateway. Nested scheme for region:
    ResourceGroups List<GetIsPrivatePathServiceGatewayResourceGroup>
    (List) The resource group for this private path service gateway. Nested scheme for resource_group:
    ResourceType string
    (String) The resource type.
    ServiceEndpoints List<string>
    (List of strings) The fully qualified domain names for this private path service gateway.
    Vpcs List<GetIsPrivatePathServiceGatewayVpc>
    (List) The VPC this private path service gateway resides in. Nested scheme for vpc:
    ZonalAffinity 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.
    PrivatePathServiceGateway string
    PrivatePathServiceGatewayName string
    CreatedAt string
    (String) The date and time that the private path service gateway was created.
    Crn string
    (String) The CRN for this VPC.
    DefaultAccessPolicy string
    (String) The policy to use for bindings from accounts without an explicit account policy.
    EndpointGatewayBindingAutoDelete 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 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 float64
    (Integer) The number of endpoint gateways using this private path service gateway.
    Href string
    (String) The URL for this VPC.
    Id string
    (String) The unique identifier for this VPC.
    LifecycleState string
    (String) The lifecycle state of the private path service gateway.
    LoadBalancers []GetIsPrivatePathServiceGatewayLoadBalancer
    (List) The load balancer for this private path service gateway. Nested scheme for load_balancer:
    Name string
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    Published 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 []GetIsPrivatePathServiceGatewayRegion
    (List) The region served by this private path service gateway. Nested scheme for region:
    ResourceGroups []GetIsPrivatePathServiceGatewayResourceGroup
    (List) The resource group for this private path service gateway. Nested scheme for resource_group:
    ResourceType string
    (String) The resource type.
    ServiceEndpoints []string
    (List of strings) The fully qualified domain names for this private path service gateway.
    Vpcs []GetIsPrivatePathServiceGatewayVpc
    (List) The VPC this private path service gateway resides in. Nested scheme for vpc:
    ZonalAffinity 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.
    PrivatePathServiceGateway string
    PrivatePathServiceGatewayName string
    createdAt String
    (String) The date and time that the private path service gateway was created.
    crn String
    (String) The CRN for this VPC.
    defaultAccessPolicy String
    (String) The policy to use for bindings from accounts without an explicit account policy.
    endpointGatewayBindingAutoDelete 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 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 Double
    (Integer) The number of endpoint gateways using this private path service gateway.
    href String
    (String) The URL for this VPC.
    id String
    (String) The unique identifier for this VPC.
    lifecycleState String
    (String) The lifecycle state of the private path service gateway.
    loadBalancers List<GetIsPrivatePathServiceGatewayLoadBalancer>
    (List) The load balancer for this private path service gateway. Nested scheme for load_balancer:
    name String
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    published 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 List<GetIsPrivatePathServiceGatewayRegion>
    (List) The region served by this private path service gateway. Nested scheme for region:
    resourceGroups List<GetIsPrivatePathServiceGatewayResourceGroup>
    (List) The resource group for this private path service gateway. Nested scheme for resource_group:
    resourceType String
    (String) The resource type.
    serviceEndpoints List<String>
    (List of strings) The fully qualified domain names for this private path service gateway.
    vpcs List<GetIsPrivatePathServiceGatewayVpc>
    (List) The VPC this private path service gateway resides in. Nested scheme for vpc:
    zonalAffinity 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.
    privatePathServiceGateway String
    privatePathServiceGatewayName String
    createdAt string
    (String) The date and time that the private path service gateway was created.
    crn string
    (String) The CRN for this VPC.
    defaultAccessPolicy string
    (String) The policy to use for bindings from accounts without an explicit account policy.
    endpointGatewayBindingAutoDelete 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 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 number
    (Integer) The number of endpoint gateways using this private path service gateway.
    href string
    (String) The URL for this VPC.
    id string
    (String) The unique identifier for this VPC.
    lifecycleState string
    (String) The lifecycle state of the private path service gateway.
    loadBalancers GetIsPrivatePathServiceGatewayLoadBalancer[]
    (List) The load balancer for this private path service gateway. Nested scheme for load_balancer:
    name string
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    published 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 GetIsPrivatePathServiceGatewayRegion[]
    (List) The region served by this private path service gateway. Nested scheme for region:
    resourceGroups GetIsPrivatePathServiceGatewayResourceGroup[]
    (List) The resource group for this private path service gateway. Nested scheme for resource_group:
    resourceType string
    (String) The resource type.
    serviceEndpoints string[]
    (List of strings) The fully qualified domain names for this private path service gateway.
    vpcs GetIsPrivatePathServiceGatewayVpc[]
    (List) The VPC this private path service gateway resides in. Nested scheme for vpc:
    zonalAffinity 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.
    privatePathServiceGateway string
    privatePathServiceGatewayName string
    created_at str
    (String) The date and time that the private path service gateway was created.
    crn str
    (String) The CRN for this VPC.
    default_access_policy str
    (String) The policy to use for bindings from accounts without an explicit account policy.
    endpoint_gateway_binding_auto_delete 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 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 float
    (Integer) The number of endpoint gateways using this private path service gateway.
    href str
    (String) The URL for this VPC.
    id str
    (String) The unique identifier for this VPC.
    lifecycle_state str
    (String) The lifecycle state of the private path service gateway.
    load_balancers Sequence[GetIsPrivatePathServiceGatewayLoadBalancer]
    (List) The load balancer for this private path service gateway. Nested scheme for load_balancer:
    name str
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    published 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 Sequence[GetIsPrivatePathServiceGatewayRegion]
    (List) The region served by this private path service gateway. Nested scheme for region:
    resource_groups Sequence[GetIsPrivatePathServiceGatewayResourceGroup]
    (List) The resource group for this private path service gateway. Nested scheme for resource_group:
    resource_type str
    (String) The resource type.
    service_endpoints Sequence[str]
    (List of strings) The fully qualified domain names for this private path service gateway.
    vpcs Sequence[GetIsPrivatePathServiceGatewayVpc]
    (List) The VPC this private path service gateway resides in. Nested scheme for vpc:
    zonal_affinity 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.
    private_path_service_gateway str
    private_path_service_gateway_name str
    createdAt String
    (String) The date and time that the private path service gateway was created.
    crn String
    (String) The CRN for this VPC.
    defaultAccessPolicy String
    (String) The policy to use for bindings from accounts without an explicit account policy.
    endpointGatewayBindingAutoDelete 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 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 Number
    (Integer) The number of endpoint gateways using this private path service gateway.
    href String
    (String) The URL for this VPC.
    id String
    (String) The unique identifier for this VPC.
    lifecycleState String
    (String) The lifecycle state of the private path service gateway.
    loadBalancers List<Property Map>
    (List) The load balancer for this private path service gateway. Nested scheme for load_balancer:
    name String
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    published 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 List<Property Map>
    (List) The region served by this private path service gateway. Nested scheme for region:
    resourceGroups List<Property Map>
    (List) The resource group for this private path service gateway. Nested scheme for resource_group:
    resourceType String
    (String) The resource type.
    serviceEndpoints List<String>
    (List of strings) The fully qualified domain names for this private path service gateway.
    vpcs List<Property Map>
    (List) The VPC this private path service gateway resides in. Nested scheme for vpc:
    zonalAffinity 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.
    privatePathServiceGateway String
    privatePathServiceGatewayName String

    Supporting Types

    GetIsPrivatePathServiceGatewayLoadBalancer

    Crn string
    (String) The CRN for this VPC.
    Deleteds List<GetIsPrivatePathServiceGatewayLoadBalancerDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    Href string
    (String) The URL for this VPC.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    ResourceType string
    (String) The resource type.
    Crn string
    (String) The CRN for this VPC.
    Deleteds []GetIsPrivatePathServiceGatewayLoadBalancerDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    Href string
    (String) The URL for this VPC.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    ResourceType string
    (String) The resource type.
    crn String
    (String) The CRN for this VPC.
    deleteds List<GetIsPrivatePathServiceGatewayLoadBalancerDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href String
    (String) The URL for this VPC.
    id String
    (String) The unique identifier for this VPC.
    name String
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    resourceType String
    (String) The resource type.
    crn string
    (String) The CRN for this VPC.
    deleteds GetIsPrivatePathServiceGatewayLoadBalancerDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href string
    (String) The URL for this VPC.
    id string
    (String) The unique identifier for this VPC.
    name string
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    resourceType string
    (String) The resource type.
    crn str
    (String) The CRN for this VPC.
    deleteds Sequence[GetIsPrivatePathServiceGatewayLoadBalancerDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href str
    (String) The URL for this VPC.
    id str
    (String) The unique identifier for this VPC.
    name str
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    resource_type str
    (String) The resource type.
    crn String
    (String) The CRN for this VPC.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href String
    (String) The URL for this VPC.
    id String
    (String) The unique identifier for this VPC.
    name String
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    resourceType String
    (String) The resource type.

    GetIsPrivatePathServiceGatewayLoadBalancerDeleted

    MoreInfo string
    (String) Link to documentation about deleted resources.
    MoreInfo string
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.
    moreInfo string
    (String) Link to documentation about deleted resources.
    more_info str
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.

    GetIsPrivatePathServiceGatewayRegion

    Href string
    (String) The URL for this VPC.
    Name string
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    Href string
    (String) The URL for this VPC.
    Name string
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    href String
    (String) The URL for this VPC.
    name String
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    href string
    (String) The URL for this VPC.
    name string
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    href str
    (String) The URL for this VPC.
    name str
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    href String
    (String) The URL for this VPC.
    name String
    (String) The name for this VPC. The name is unique across all VPCs in the region.

    GetIsPrivatePathServiceGatewayResourceGroup

    Href string
    (String) The URL for this VPC.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    Href string
    (String) The URL for this VPC.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    href String
    (String) The URL for this VPC.
    id String
    (String) The unique identifier for this VPC.
    name String
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    href string
    (String) The URL for this VPC.
    id string
    (String) The unique identifier for this VPC.
    name string
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    href str
    (String) The URL for this VPC.
    id str
    (String) The unique identifier for this VPC.
    name str
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    href String
    (String) The URL for this VPC.
    id String
    (String) The unique identifier for this VPC.
    name String
    (String) The name for this VPC. The name is unique across all VPCs in the region.

    GetIsPrivatePathServiceGatewayVpc

    Crn string
    (String) The CRN for this VPC.
    Deleteds List<GetIsPrivatePathServiceGatewayVpcDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    Href string
    (String) The URL for this VPC.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    ResourceType string
    (String) The resource type.
    Crn string
    (String) The CRN for this VPC.
    Deleteds []GetIsPrivatePathServiceGatewayVpcDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    Href string
    (String) The URL for this VPC.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    ResourceType string
    (String) The resource type.
    crn String
    (String) The CRN for this VPC.
    deleteds List<GetIsPrivatePathServiceGatewayVpcDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href String
    (String) The URL for this VPC.
    id String
    (String) The unique identifier for this VPC.
    name String
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    resourceType String
    (String) The resource type.
    crn string
    (String) The CRN for this VPC.
    deleteds GetIsPrivatePathServiceGatewayVpcDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href string
    (String) The URL for this VPC.
    id string
    (String) The unique identifier for this VPC.
    name string
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    resourceType string
    (String) The resource type.
    crn str
    (String) The CRN for this VPC.
    deleteds Sequence[GetIsPrivatePathServiceGatewayVpcDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href str
    (String) The URL for this VPC.
    id str
    (String) The unique identifier for this VPC.
    name str
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    resource_type str
    (String) The resource type.
    crn String
    (String) The CRN for this VPC.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href String
    (String) The URL for this VPC.
    id String
    (String) The unique identifier for this VPC.
    name String
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    resourceType String
    (String) The resource type.

    GetIsPrivatePathServiceGatewayVpcDeleted

    MoreInfo string
    (String) Link to documentation about deleted resources.
    MoreInfo string
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.
    moreInfo string
    (String) Link to documentation about deleted resources.
    more_info str
    (String) Link to documentation about deleted resources.
    moreInfo 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.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud