ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getIsShareMountTargets
Explore with Pulumi AI
Provides a read-only data source for ShareMountTargetCollection. 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 exampleIsVpc = new ibm.IsVpc("exampleIsVpc", {});
const exampleIsShare = new ibm.IsShare("exampleIsShare", {
size: 200,
profile: "dp2",
zone: "us-south-2",
});
const exampleIsShareMountTargets = ibm.getIsShareMountTargetsOutput({
share: exampleIsShare.isShareId,
});
import pulumi
import pulumi_ibm as ibm
example_is_vpc = ibm.IsVpc("exampleIsVpc")
example_is_share = ibm.IsShare("exampleIsShare",
size=200,
profile="dp2",
zone="us-south-2")
example_is_share_mount_targets = ibm.get_is_share_mount_targets_output(share=example_is_share.is_share_id)
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.NewIsVpc(ctx, "exampleIsVpc", nil)
if err != nil {
return err
}
exampleIsShare, err := ibm.NewIsShare(ctx, "exampleIsShare", &ibm.IsShareArgs{
Size: pulumi.Float64(200),
Profile: pulumi.String("dp2"),
Zone: pulumi.String("us-south-2"),
})
if err != nil {
return err
}
_ = ibm.GetIsShareMountTargetsOutput(ctx, ibm.GetIsShareMountTargetsOutputArgs{
Share: exampleIsShare.IsShareId,
}, nil)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var exampleIsVpc = new Ibm.IsVpc("exampleIsVpc");
var exampleIsShare = new Ibm.IsShare("exampleIsShare", new()
{
Size = 200,
Profile = "dp2",
Zone = "us-south-2",
});
var exampleIsShareMountTargets = Ibm.GetIsShareMountTargets.Invoke(new()
{
Share = exampleIsShare.IsShareId,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IsVpc;
import com.pulumi.ibm.IsShare;
import com.pulumi.ibm.IsShareArgs;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetIsShareMountTargetsArgs;
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) {
var exampleIsVpc = new IsVpc("exampleIsVpc");
var exampleIsShare = new IsShare("exampleIsShare", IsShareArgs.builder()
.size(200)
.profile("dp2")
.zone("us-south-2")
.build());
final var exampleIsShareMountTargets = IbmFunctions.getIsShareMountTargets(GetIsShareMountTargetsArgs.builder()
.share(exampleIsShare.isShareId())
.build());
}
}
resources:
exampleIsVpc:
type: ibm:IsVpc
exampleIsShare:
type: ibm:IsShare
properties:
size: 200
profile: dp2
zone: us-south-2
variables:
exampleIsShareMountTargets:
fn::invoke:
function: ibm:getIsShareMountTargets
arguments:
share: ${exampleIsShare.isShareId}
Using getIsShareMountTargets
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 getIsShareMountTargets(args: GetIsShareMountTargetsArgs, opts?: InvokeOptions): Promise<GetIsShareMountTargetsResult>
function getIsShareMountTargetsOutput(args: GetIsShareMountTargetsOutputArgs, opts?: InvokeOptions): Output<GetIsShareMountTargetsResult>
def get_is_share_mount_targets(id: Optional[str] = None,
name: Optional[str] = None,
share: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIsShareMountTargetsResult
def get_is_share_mount_targets_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
share: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIsShareMountTargetsResult]
func GetIsShareMountTargets(ctx *Context, args *GetIsShareMountTargetsArgs, opts ...InvokeOption) (*GetIsShareMountTargetsResult, error)
func GetIsShareMountTargetsOutput(ctx *Context, args *GetIsShareMountTargetsOutputArgs, opts ...InvokeOption) GetIsShareMountTargetsResultOutput
> Note: This function is named GetIsShareMountTargets
in the Go SDK.
public static class GetIsShareMountTargets
{
public static Task<GetIsShareMountTargetsResult> InvokeAsync(GetIsShareMountTargetsArgs args, InvokeOptions? opts = null)
public static Output<GetIsShareMountTargetsResult> Invoke(GetIsShareMountTargetsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIsShareMountTargetsResult> getIsShareMountTargets(GetIsShareMountTargetsArgs args, InvokeOptions options)
public static Output<GetIsShareMountTargetsResult> getIsShareMountTargets(GetIsShareMountTargetsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsShareMountTargets:getIsShareMountTargets
arguments:
# arguments dictionary
The following arguments are supported:
getIsShareMountTargets Result
The following output properties are available:
- Id string
- The unique identifier for this virtual network interface.
- Mount
Targets List<GetIs Share Mount Targets Mount Target> - Collection of share targets. Nested
targets
blocks have the following structure: - Name string
- The unique user-defined name for this virtual network interface.
- string
- Id string
- The unique identifier for this virtual network interface.
- Mount
Targets []GetIs Share Mount Targets Mount Target - Collection of share targets. Nested
targets
blocks have the following structure: - Name string
- The unique user-defined name for this virtual network interface.
- string
- id String
- The unique identifier for this virtual network interface.
- mount
Targets List<GetIs Share Mount Targets Mount Target> - Collection of share targets. Nested
targets
blocks have the following structure: - name String
- The unique user-defined name for this virtual network interface.
- String
- id string
- The unique identifier for this virtual network interface.
- mount
Targets GetIs Share Mount Targets Mount Target[] - Collection of share targets. Nested
targets
blocks have the following structure: - name string
- The unique user-defined name for this virtual network interface.
- string
- id str
- The unique identifier for this virtual network interface.
- mount_
targets Sequence[GetIs Share Mount Targets Mount Target] - Collection of share targets. Nested
targets
blocks have the following structure: - name str
- The unique user-defined name for this virtual network interface.
- str
- id String
- The unique identifier for this virtual network interface.
- mount
Targets List<Property Map> - Collection of share targets. Nested
targets
blocks have the following structure: - name String
- The unique user-defined name for this virtual network interface.
- String
Supporting Types
GetIsShareMountTargetsMountTarget
- Access
Control stringMode - Created
At string - The date and time that the share target was created.
- Href string
- The URL for this virtual network interface.
- Id string
- The unique identifier for this virtual network interface.
- Lifecycle
State string - The lifecycle state of the mount target.
- Mount
Path string - The mount path for the share.The IP addresses used in the mount path are currently within the IBM services IP range, but are expected to change to be within one of the VPC's subnets in the future.
- Name string
- The unique user-defined name for this virtual network interface.
- Primary
Ips List<GetIs Share Mount Targets Mount Target Primary Ip> - The primary IP address of the virtual network interface for the share mount target. Nested
primary_ip
blocks have the following structure: - Resource
Type string - The resource type.
- Subnets
List<Get
Is Share Mount Targets Mount Target Subnet> - The subnet of the virtual network interface for the share mount target. Nested
vpc
blocks have the following structure: - Transit
Encryption string - (String) The transit encryption mode for this share target.
- Virtual
Network List<GetInterfaces Is Share Mount Targets Mount Target Virtual Network Interface> - The virtual network interface for this file share mount target.. Nested
subnet
blocks have the following structure: - Vpcs
List<Get
Is Share Mount Targets Mount Target Vpc> - The VPC to which this share target is allowing to mount the file share. Nested
vpc
blocks have the following structure:
- Access
Control stringMode - Created
At string - The date and time that the share target was created.
- Href string
- The URL for this virtual network interface.
- Id string
- The unique identifier for this virtual network interface.
- Lifecycle
State string - The lifecycle state of the mount target.
- Mount
Path string - The mount path for the share.The IP addresses used in the mount path are currently within the IBM services IP range, but are expected to change to be within one of the VPC's subnets in the future.
- Name string
- The unique user-defined name for this virtual network interface.
- Primary
Ips []GetIs Share Mount Targets Mount Target Primary Ip - The primary IP address of the virtual network interface for the share mount target. Nested
primary_ip
blocks have the following structure: - Resource
Type string - The resource type.
- Subnets
[]Get
Is Share Mount Targets Mount Target Subnet - The subnet of the virtual network interface for the share mount target. Nested
vpc
blocks have the following structure: - Transit
Encryption string - (String) The transit encryption mode for this share target.
- Virtual
Network []GetInterfaces Is Share Mount Targets Mount Target Virtual Network Interface - The virtual network interface for this file share mount target.. Nested
subnet
blocks have the following structure: - Vpcs
[]Get
Is Share Mount Targets Mount Target Vpc - The VPC to which this share target is allowing to mount the file share. Nested
vpc
blocks have the following structure:
- access
Control StringMode - created
At String - The date and time that the share target was created.
- href String
- The URL for this virtual network interface.
- id String
- The unique identifier for this virtual network interface.
- lifecycle
State String - The lifecycle state of the mount target.
- mount
Path String - The mount path for the share.The IP addresses used in the mount path are currently within the IBM services IP range, but are expected to change to be within one of the VPC's subnets in the future.
- name String
- The unique user-defined name for this virtual network interface.
- primary
Ips List<GetIs Share Mount Targets Mount Target Primary Ip> - The primary IP address of the virtual network interface for the share mount target. Nested
primary_ip
blocks have the following structure: - resource
Type String - The resource type.
- subnets
List<Get
Is Share Mount Targets Mount Target Subnet> - The subnet of the virtual network interface for the share mount target. Nested
vpc
blocks have the following structure: - transit
Encryption String - (String) The transit encryption mode for this share target.
- virtual
Network List<GetInterfaces Is Share Mount Targets Mount Target Virtual Network Interface> - The virtual network interface for this file share mount target.. Nested
subnet
blocks have the following structure: - vpcs
List<Get
Is Share Mount Targets Mount Target Vpc> - The VPC to which this share target is allowing to mount the file share. Nested
vpc
blocks have the following structure:
- access
Control stringMode - created
At string - The date and time that the share target was created.
- href string
- The URL for this virtual network interface.
- id string
- The unique identifier for this virtual network interface.
- lifecycle
State string - The lifecycle state of the mount target.
- mount
Path string - The mount path for the share.The IP addresses used in the mount path are currently within the IBM services IP range, but are expected to change to be within one of the VPC's subnets in the future.
- name string
- The unique user-defined name for this virtual network interface.
- primary
Ips GetIs Share Mount Targets Mount Target Primary Ip[] - The primary IP address of the virtual network interface for the share mount target. Nested
primary_ip
blocks have the following structure: - resource
Type string - The resource type.
- subnets
Get
Is Share Mount Targets Mount Target Subnet[] - The subnet of the virtual network interface for the share mount target. Nested
vpc
blocks have the following structure: - transit
Encryption string - (String) The transit encryption mode for this share target.
- virtual
Network GetInterfaces Is Share Mount Targets Mount Target Virtual Network Interface[] - The virtual network interface for this file share mount target.. Nested
subnet
blocks have the following structure: - vpcs
Get
Is Share Mount Targets Mount Target Vpc[] - The VPC to which this share target is allowing to mount the file share. Nested
vpc
blocks have the following structure:
- access_
control_ strmode - created_
at str - The date and time that the share target was created.
- href str
- The URL for this virtual network interface.
- id str
- The unique identifier for this virtual network interface.
- lifecycle_
state str - The lifecycle state of the mount target.
- mount_
path str - The mount path for the share.The IP addresses used in the mount path are currently within the IBM services IP range, but are expected to change to be within one of the VPC's subnets in the future.
- name str
- The unique user-defined name for this virtual network interface.
- primary_
ips Sequence[GetIs Share Mount Targets Mount Target Primary Ip] - The primary IP address of the virtual network interface for the share mount target. Nested
primary_ip
blocks have the following structure: - resource_
type str - The resource type.
- subnets
Sequence[Get
Is Share Mount Targets Mount Target Subnet] - The subnet of the virtual network interface for the share mount target. Nested
vpc
blocks have the following structure: - transit_
encryption str - (String) The transit encryption mode for this share target.
- virtual_
network_ Sequence[Getinterfaces Is Share Mount Targets Mount Target Virtual Network Interface] - The virtual network interface for this file share mount target.. Nested
subnet
blocks have the following structure: - vpcs
Sequence[Get
Is Share Mount Targets Mount Target Vpc] - The VPC to which this share target is allowing to mount the file share. Nested
vpc
blocks have the following structure:
- access
Control StringMode - created
At String - The date and time that the share target was created.
- href String
- The URL for this virtual network interface.
- id String
- The unique identifier for this virtual network interface.
- lifecycle
State String - The lifecycle state of the mount target.
- mount
Path String - The mount path for the share.The IP addresses used in the mount path are currently within the IBM services IP range, but are expected to change to be within one of the VPC's subnets in the future.
- name String
- The unique user-defined name for this virtual network interface.
- primary
Ips List<Property Map> - The primary IP address of the virtual network interface for the share mount target. Nested
primary_ip
blocks have the following structure: - resource
Type String - The resource type.
- subnets List<Property Map>
- The subnet of the virtual network interface for the share mount target. Nested
vpc
blocks have the following structure: - transit
Encryption String - (String) The transit encryption mode for this share target.
- virtual
Network List<Property Map>Interfaces - The virtual network interface for this file share mount target.. Nested
subnet
blocks have the following structure: - vpcs List<Property Map>
- The VPC to which this share target is allowing to mount the file share. Nested
vpc
blocks have the following structure:
GetIsShareMountTargetsMountTargetPrimaryIp
- Address string
- The IP address.
- Deleteds
List<Get
Is Share Mount Targets Mount Target Primary Ip Deleted> - If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - Href string
- The URL for this virtual network interface.
- Id string
- The unique identifier for this virtual network interface.
- Name string
- The unique user-defined name for this virtual network interface.
- Resource
Type string - The resource type.
- Address string
- The IP address.
- Deleteds
[]Get
Is Share Mount Targets Mount Target Primary Ip Deleted - If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - Href string
- The URL for this virtual network interface.
- Id string
- The unique identifier for this virtual network interface.
- Name string
- The unique user-defined name for this virtual network interface.
- Resource
Type string - The resource type.
- address String
- The IP address.
- deleteds
List<Get
Is Share Mount Targets Mount Target Primary Ip Deleted> - If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - href String
- The URL for this virtual network interface.
- id String
- The unique identifier for this virtual network interface.
- name String
- The unique user-defined name for this virtual network interface.
- resource
Type String - The resource type.
- address string
- The IP address.
- deleteds
Get
Is Share Mount Targets Mount Target Primary Ip Deleted[] - If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - href string
- The URL for this virtual network interface.
- id string
- The unique identifier for this virtual network interface.
- name string
- The unique user-defined name for this virtual network interface.
- resource
Type string - The resource type.
- address str
- The IP address.
- deleteds
Sequence[Get
Is Share Mount Targets Mount Target Primary Ip Deleted] - If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - href str
- The URL for this virtual network interface.
- id str
- The unique identifier for this virtual network interface.
- name str
- The unique user-defined name for this virtual network interface.
- resource_
type str - The resource type.
- address String
- The IP address.
- deleteds List<Property Map>
- If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - href String
- The URL for this virtual network interface.
- id String
- The unique identifier for this virtual network interface.
- name String
- The unique user-defined name for this virtual network interface.
- resource
Type String - The resource type.
GetIsShareMountTargetsMountTargetPrimaryIpDeleted
- More
Info string - Link to documentation about deleted resources.
- More
Info string - Link to documentation about deleted resources.
- more
Info String - Link to documentation about deleted resources.
- more
Info string - Link to documentation about deleted resources.
- more_
info str - Link to documentation about deleted resources.
- more
Info String - Link to documentation about deleted resources.
GetIsShareMountTargetsMountTargetSubnet
- Crn string
- The CRN for this virtual network interface.
- Deleteds
List<Get
Is Share Mount Targets Mount Target Subnet Deleted> - If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - Href string
- The URL for this virtual network interface.
- Id string
- The unique identifier for this virtual network interface.
- Name string
- The unique user-defined name for this virtual network interface.
- Resource
Type string - The resource type.
- Crn string
- The CRN for this virtual network interface.
- Deleteds
[]Get
Is Share Mount Targets Mount Target Subnet Deleted - If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - Href string
- The URL for this virtual network interface.
- Id string
- The unique identifier for this virtual network interface.
- Name string
- The unique user-defined name for this virtual network interface.
- Resource
Type string - The resource type.
- crn String
- The CRN for this virtual network interface.
- deleteds
List<Get
Is Share Mount Targets Mount Target Subnet Deleted> - If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - href String
- The URL for this virtual network interface.
- id String
- The unique identifier for this virtual network interface.
- name String
- The unique user-defined name for this virtual network interface.
- resource
Type String - The resource type.
- crn string
- The CRN for this virtual network interface.
- deleteds
Get
Is Share Mount Targets Mount Target Subnet Deleted[] - If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - href string
- The URL for this virtual network interface.
- id string
- The unique identifier for this virtual network interface.
- name string
- The unique user-defined name for this virtual network interface.
- resource
Type string - The resource type.
- crn str
- The CRN for this virtual network interface.
- deleteds
Sequence[Get
Is Share Mount Targets Mount Target Subnet Deleted] - If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - href str
- The URL for this virtual network interface.
- id str
- The unique identifier for this virtual network interface.
- name str
- The unique user-defined name for this virtual network interface.
- resource_
type str - The resource type.
- crn String
- The CRN for this virtual network interface.
- deleteds List<Property Map>
- If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - href String
- The URL for this virtual network interface.
- id String
- The unique identifier for this virtual network interface.
- name String
- The unique user-defined name for this virtual network interface.
- resource
Type String - The resource type.
GetIsShareMountTargetsMountTargetSubnetDeleted
- More
Info string - Link to documentation about deleted resources.
- More
Info string - Link to documentation about deleted resources.
- more
Info String - Link to documentation about deleted resources.
- more
Info string - Link to documentation about deleted resources.
- more_
info str - Link to documentation about deleted resources.
- more
Info String - Link to documentation about deleted resources.
GetIsShareMountTargetsMountTargetVirtualNetworkInterface
- Crn string
- The CRN for this virtual network interface.
- Deleteds
List<Get
Is Share Mount Targets Mount Target Virtual Network Interface Deleted> - If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - Href string
- The URL for this virtual network interface.
- Id string
- The unique identifier for this virtual network interface.
- Name string
- The unique user-defined name for this virtual network interface.
- Resource
Type string - The resource type.
- Crn string
- The CRN for this virtual network interface.
- Deleteds
[]Get
Is Share Mount Targets Mount Target Virtual Network Interface Deleted - If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - Href string
- The URL for this virtual network interface.
- Id string
- The unique identifier for this virtual network interface.
- Name string
- The unique user-defined name for this virtual network interface.
- Resource
Type string - The resource type.
- crn String
- The CRN for this virtual network interface.
- deleteds
List<Get
Is Share Mount Targets Mount Target Virtual Network Interface Deleted> - If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - href String
- The URL for this virtual network interface.
- id String
- The unique identifier for this virtual network interface.
- name String
- The unique user-defined name for this virtual network interface.
- resource
Type String - The resource type.
- crn string
- The CRN for this virtual network interface.
- deleteds
Get
Is Share Mount Targets Mount Target Virtual Network Interface Deleted[] - If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - href string
- The URL for this virtual network interface.
- id string
- The unique identifier for this virtual network interface.
- name string
- The unique user-defined name for this virtual network interface.
- resource
Type string - The resource type.
- crn str
- The CRN for this virtual network interface.
- deleteds
Sequence[Get
Is Share Mount Targets Mount Target Virtual Network Interface Deleted] - If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - href str
- The URL for this virtual network interface.
- id str
- The unique identifier for this virtual network interface.
- name str
- The unique user-defined name for this virtual network interface.
- resource_
type str - The resource type.
- crn String
- The CRN for this virtual network interface.
- deleteds List<Property Map>
- If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - href String
- The URL for this virtual network interface.
- id String
- The unique identifier for this virtual network interface.
- name String
- The unique user-defined name for this virtual network interface.
- resource
Type String - The resource type.
GetIsShareMountTargetsMountTargetVirtualNetworkInterfaceDeleted
- More
Info string - Link to documentation about deleted resources.
- More
Info string - Link to documentation about deleted resources.
- more
Info String - Link to documentation about deleted resources.
- more
Info string - Link to documentation about deleted resources.
- more_
info str - Link to documentation about deleted resources.
- more
Info String - Link to documentation about deleted resources.
GetIsShareMountTargetsMountTargetVpc
- Crn string
- The CRN for this virtual network interface.
- Deleteds
List<Get
Is Share Mount Targets Mount Target Vpc Deleted> - If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - Href string
- The URL for this virtual network interface.
- Id string
- The unique identifier for this virtual network interface.
- Name string
- The unique user-defined name for this virtual network interface.
- Resource
Type string - The resource type.
- Crn string
- The CRN for this virtual network interface.
- Deleteds
[]Get
Is Share Mount Targets Mount Target Vpc Deleted - If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - Href string
- The URL for this virtual network interface.
- Id string
- The unique identifier for this virtual network interface.
- Name string
- The unique user-defined name for this virtual network interface.
- Resource
Type string - The resource type.
- crn String
- The CRN for this virtual network interface.
- deleteds
List<Get
Is Share Mount Targets Mount Target Vpc Deleted> - If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - href String
- The URL for this virtual network interface.
- id String
- The unique identifier for this virtual network interface.
- name String
- The unique user-defined name for this virtual network interface.
- resource
Type String - The resource type.
- crn string
- The CRN for this virtual network interface.
- deleteds
Get
Is Share Mount Targets Mount Target Vpc Deleted[] - If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - href string
- The URL for this virtual network interface.
- id string
- The unique identifier for this virtual network interface.
- name string
- The unique user-defined name for this virtual network interface.
- resource
Type string - The resource type.
- crn str
- The CRN for this virtual network interface.
- deleteds
Sequence[Get
Is Share Mount Targets Mount Target Vpc Deleted] - If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - href str
- The URL for this virtual network interface.
- id str
- The unique identifier for this virtual network interface.
- name str
- The unique user-defined name for this virtual network interface.
- resource_
type str - The resource type.
- crn String
- The CRN for this virtual network interface.
- deleteds List<Property Map>
- If present, this property indicates the referenced resource has been deleted and providessome supplementary information. Nested
deleted
blocks have the following structure: - href String
- The URL for this virtual network interface.
- id String
- The unique identifier for this virtual network interface.
- name String
- The unique user-defined name for this virtual network interface.
- resource
Type String - The resource type.
GetIsShareMountTargetsMountTargetVpcDeleted
- More
Info string - Link to documentation about deleted resources.
- More
Info string - Link to documentation about deleted resources.
- more
Info String - Link to documentation about deleted resources.
- more
Info string - Link to documentation about deleted resources.
- more_
info str - Link to documentation about deleted resources.
- more
Info 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.