1. Packages
  2. Ibm Provider
  3. API Docs
  4. getIsShare
ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud

ibm.getIsShare

Explore with Pulumi AI

ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud

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

Using getIsShare

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 getIsShare(args: GetIsShareArgs, opts?: InvokeOptions): Promise<GetIsShareResult>
function getIsShareOutput(args: GetIsShareOutputArgs, opts?: InvokeOptions): Output<GetIsShareResult>
Copy
def get_is_share(id: Optional[str] = None,
                 name: Optional[str] = None,
                 share: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetIsShareResult
def get_is_share_output(id: Optional[pulumi.Input[str]] = None,
                 name: Optional[pulumi.Input[str]] = None,
                 share: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetIsShareResult]
Copy
func LookupIsShare(ctx *Context, args *LookupIsShareArgs, opts ...InvokeOption) (*LookupIsShareResult, error)
func LookupIsShareOutput(ctx *Context, args *LookupIsShareOutputArgs, opts ...InvokeOption) LookupIsShareResultOutput
Copy

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

public static class GetIsShare 
{
    public static Task<GetIsShareResult> InvokeAsync(GetIsShareArgs args, InvokeOptions? opts = null)
    public static Output<GetIsShareResult> Invoke(GetIsShareInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetIsShareResult> getIsShare(GetIsShareArgs args, InvokeOptions options)
public static Output<GetIsShareResult> getIsShare(GetIsShareArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: ibm:index/getIsShare:getIsShare
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id string
(String) The unique identifier for this share snapshot.
Name string
The file share name Note One of the aurgument is mandatory
Share string
The file share identifier.
Id string
(String) The unique identifier for this share snapshot.
Name string
The file share name Note One of the aurgument is mandatory
Share string
The file share identifier.
id String
(String) The unique identifier for this share snapshot.
name String
The file share name Note One of the aurgument is mandatory
share String
The file share identifier.
id string
(String) The unique identifier for this share snapshot.
name string
The file share name Note One of the aurgument is mandatory
share string
The file share identifier.
id str
(String) The unique identifier for this share snapshot.
name str
The file share name Note One of the aurgument is mandatory
share str
The file share identifier.
id String
(String) The unique identifier for this share snapshot.
name String
The file share name Note One of the aurgument is mandatory
share String
The file share identifier.

getIsShare Result

The following output properties are available:

AccessControlMode string
(Boolean) The access control mode for the share.
AccessTags List<string>
(String) Access management tags associated to the share.
AccessorBindingRole string
(String) The accessor binding role of this file share:- none: This file share is not participating in access with another file share- origin: This file share is the origin for one or more file shares (which may be in other accounts)- accessor: This file share is providing access to another file share (which may be in another account).
AccessorBindings List<GetIsShareAccessorBinding>
(List) The accessor bindings for this file share. Each accessor binding identifies a resource (possibly in another account) with access to this file share's data. Nested schema for accessor_bindings:
AllowedTransitEncryptionModes List<string>
(List of string) The transit encryption modes allowed for this share.
CreatedAt string
The date and time that the file share is created.
Crn string
(String) The CRN for this share snapshot.
Encryption string
The type of encryption used for this file share.
EncryptionKey string
The CRN of the key used to encrypt this file share.
Href string
(String) The URL for this share snapshot.
Id string
(String) The unique identifier for this share snapshot.
Iops double
The maximum input/output operation performance bandwidth per second for the file share.
LatestJobs List<GetIsShareLatestJob>
The latest job associated with this file share.This property will be absent if no jobs have been created for this file share. Nested latest_job blocks have the following structure:
LatestSyncs List<GetIsShareLatestSync>
(List) Information about the latest synchronization for this file share. Nested latest_sync blocks have the following structure:
LifecycleState string
The lifecycle state of the file share.
MountTargets List<GetIsShareMountTarget>
Name string
(String) The name for this share snapshot. The name is unique across all snapshots for the file share.
OriginShares List<GetIsShareOriginShare>
(Optional, List) The origin share this accessor share is referring to.This property will be present when the accessor_binding_role is accessor. Nested schema for origin_share:
Profile string
The name of the profile this file share uses.
ReplicaShares List<GetIsShareReplicaShare>
The replica file share for this source file share.This property will be present when the replication_role is source. Nested replica_share blocks have the following structure:
ReplicationCronSpec string
ReplicationRole string
The replication role of the file share.* none: This share is not participating in replication.* replica: This share is a replication target.* source: This share is a replication source.
ReplicationStatus string
"The replication status of the file share.* initializing: This share is initializing replication.* active: This share is actively participating in replication.* failover_pending: This share is performing a replication failover.* split_pending: This share is performing a replication split.* none: This share is not participating in replication.* degraded: This share's replication sync is degraded.* sync_pending: This share is performing a replication sync.
ReplicationStatusReasons List<GetIsShareReplicationStatusReason>
The reasons for the current replication status (if any). Nested replication_status_reasons blocks have the following structure:
ResourceGroup string
The ID of the resource group for this file share.
ResourceType string
(String) The resource type.
ShareTargets List<GetIsShareShareTarget>
Mount targets for the file share. Nested targets blocks have the following structure:
Size double
The size of the file share rounded up to the next gigabyte.
SnapshotCount double
(Integer) The total number of snapshots for this share.
SnapshotSize double
(Integer) The total size (in gigabytes) of snapshots used for this file share.
SourceShares List<GetIsShareSourceShare>
The source file share for this replica file share. This property will be present when the replication_role is replica. Nested source_share blocks have the following structure:
SourceSnapshots List<GetIsShareSourceSnapshot>
(List) The snapshot from which this share was cloned.This property will be present when the share was created from a snapshot.The resources supported by this property mayexpand in thefuture. Nested schema for source_snapshot:
Tags List<string>
(String) User tags associated for to the share.
Zone string
The name of the zone this file share will reside in.
Share string
AccessControlMode string
(Boolean) The access control mode for the share.
AccessTags []string
(String) Access management tags associated to the share.
AccessorBindingRole string
(String) The accessor binding role of this file share:- none: This file share is not participating in access with another file share- origin: This file share is the origin for one or more file shares (which may be in other accounts)- accessor: This file share is providing access to another file share (which may be in another account).
AccessorBindings []GetIsShareAccessorBinding
(List) The accessor bindings for this file share. Each accessor binding identifies a resource (possibly in another account) with access to this file share's data. Nested schema for accessor_bindings:
AllowedTransitEncryptionModes []string
(List of string) The transit encryption modes allowed for this share.
CreatedAt string
The date and time that the file share is created.
Crn string
(String) The CRN for this share snapshot.
Encryption string
The type of encryption used for this file share.
EncryptionKey string
The CRN of the key used to encrypt this file share.
Href string
(String) The URL for this share snapshot.
Id string
(String) The unique identifier for this share snapshot.
Iops float64
The maximum input/output operation performance bandwidth per second for the file share.
LatestJobs []GetIsShareLatestJob
The latest job associated with this file share.This property will be absent if no jobs have been created for this file share. Nested latest_job blocks have the following structure:
LatestSyncs []GetIsShareLatestSync
(List) Information about the latest synchronization for this file share. Nested latest_sync blocks have the following structure:
LifecycleState string
The lifecycle state of the file share.
MountTargets []GetIsShareMountTargetType
Name string
(String) The name for this share snapshot. The name is unique across all snapshots for the file share.
OriginShares []GetIsShareOriginShare
(Optional, List) The origin share this accessor share is referring to.This property will be present when the accessor_binding_role is accessor. Nested schema for origin_share:
Profile string
The name of the profile this file share uses.
ReplicaShares []GetIsShareReplicaShare
The replica file share for this source file share.This property will be present when the replication_role is source. Nested replica_share blocks have the following structure:
ReplicationCronSpec string
ReplicationRole string
The replication role of the file share.* none: This share is not participating in replication.* replica: This share is a replication target.* source: This share is a replication source.
ReplicationStatus string
"The replication status of the file share.* initializing: This share is initializing replication.* active: This share is actively participating in replication.* failover_pending: This share is performing a replication failover.* split_pending: This share is performing a replication split.* none: This share is not participating in replication.* degraded: This share's replication sync is degraded.* sync_pending: This share is performing a replication sync.
ReplicationStatusReasons []GetIsShareReplicationStatusReason
The reasons for the current replication status (if any). Nested replication_status_reasons blocks have the following structure:
ResourceGroup string
The ID of the resource group for this file share.
ResourceType string
(String) The resource type.
ShareTargets []GetIsShareShareTarget
Mount targets for the file share. Nested targets blocks have the following structure:
Size float64
The size of the file share rounded up to the next gigabyte.
SnapshotCount float64
(Integer) The total number of snapshots for this share.
SnapshotSize float64
(Integer) The total size (in gigabytes) of snapshots used for this file share.
SourceShares []GetIsShareSourceShare
The source file share for this replica file share. This property will be present when the replication_role is replica. Nested source_share blocks have the following structure:
SourceSnapshots []GetIsShareSourceSnapshot
(List) The snapshot from which this share was cloned.This property will be present when the share was created from a snapshot.The resources supported by this property mayexpand in thefuture. Nested schema for source_snapshot:
Tags []string
(String) User tags associated for to the share.
Zone string
The name of the zone this file share will reside in.
Share string
accessControlMode String
(Boolean) The access control mode for the share.
accessTags List<String>
(String) Access management tags associated to the share.
accessorBindingRole String
(String) The accessor binding role of this file share:- none: This file share is not participating in access with another file share- origin: This file share is the origin for one or more file shares (which may be in other accounts)- accessor: This file share is providing access to another file share (which may be in another account).
accessorBindings List<GetIsShareAccessorBinding>
(List) The accessor bindings for this file share. Each accessor binding identifies a resource (possibly in another account) with access to this file share's data. Nested schema for accessor_bindings:
allowedTransitEncryptionModes List<String>
(List of string) The transit encryption modes allowed for this share.
createdAt String
The date and time that the file share is created.
crn String
(String) The CRN for this share snapshot.
encryption String
The type of encryption used for this file share.
encryptionKey String
The CRN of the key used to encrypt this file share.
href String
(String) The URL for this share snapshot.
id String
(String) The unique identifier for this share snapshot.
iops Double
The maximum input/output operation performance bandwidth per second for the file share.
latestJobs List<GetIsShareLatestJob>
The latest job associated with this file share.This property will be absent if no jobs have been created for this file share. Nested latest_job blocks have the following structure:
latestSyncs List<GetIsShareLatestSync>
(List) Information about the latest synchronization for this file share. Nested latest_sync blocks have the following structure:
lifecycleState String
The lifecycle state of the file share.
mountTargets List<GetIsShareMountTarget>
name String
(String) The name for this share snapshot. The name is unique across all snapshots for the file share.
originShares List<GetIsShareOriginShare>
(Optional, List) The origin share this accessor share is referring to.This property will be present when the accessor_binding_role is accessor. Nested schema for origin_share:
profile String
The name of the profile this file share uses.
replicaShares List<GetIsShareReplicaShare>
The replica file share for this source file share.This property will be present when the replication_role is source. Nested replica_share blocks have the following structure:
replicationCronSpec String
replicationRole String
The replication role of the file share.* none: This share is not participating in replication.* replica: This share is a replication target.* source: This share is a replication source.
replicationStatus String
"The replication status of the file share.* initializing: This share is initializing replication.* active: This share is actively participating in replication.* failover_pending: This share is performing a replication failover.* split_pending: This share is performing a replication split.* none: This share is not participating in replication.* degraded: This share's replication sync is degraded.* sync_pending: This share is performing a replication sync.
replicationStatusReasons List<GetIsShareReplicationStatusReason>
The reasons for the current replication status (if any). Nested replication_status_reasons blocks have the following structure:
resourceGroup String
The ID of the resource group for this file share.
resourceType String
(String) The resource type.
shareTargets List<GetIsShareShareTarget>
Mount targets for the file share. Nested targets blocks have the following structure:
size Double
The size of the file share rounded up to the next gigabyte.
snapshotCount Double
(Integer) The total number of snapshots for this share.
snapshotSize Double
(Integer) The total size (in gigabytes) of snapshots used for this file share.
sourceShares List<GetIsShareSourceShare>
The source file share for this replica file share. This property will be present when the replication_role is replica. Nested source_share blocks have the following structure:
sourceSnapshots List<GetIsShareSourceSnapshot>
(List) The snapshot from which this share was cloned.This property will be present when the share was created from a snapshot.The resources supported by this property mayexpand in thefuture. Nested schema for source_snapshot:
tags List<String>
(String) User tags associated for to the share.
zone String
The name of the zone this file share will reside in.
share String
accessControlMode string
(Boolean) The access control mode for the share.
accessTags string[]
(String) Access management tags associated to the share.
accessorBindingRole string
(String) The accessor binding role of this file share:- none: This file share is not participating in access with another file share- origin: This file share is the origin for one or more file shares (which may be in other accounts)- accessor: This file share is providing access to another file share (which may be in another account).
accessorBindings GetIsShareAccessorBinding[]
(List) The accessor bindings for this file share. Each accessor binding identifies a resource (possibly in another account) with access to this file share's data. Nested schema for accessor_bindings:
allowedTransitEncryptionModes string[]
(List of string) The transit encryption modes allowed for this share.
createdAt string
The date and time that the file share is created.
crn string
(String) The CRN for this share snapshot.
encryption string
The type of encryption used for this file share.
encryptionKey string
The CRN of the key used to encrypt this file share.
href string
(String) The URL for this share snapshot.
id string
(String) The unique identifier for this share snapshot.
iops number
The maximum input/output operation performance bandwidth per second for the file share.
latestJobs GetIsShareLatestJob[]
The latest job associated with this file share.This property will be absent if no jobs have been created for this file share. Nested latest_job blocks have the following structure:
latestSyncs GetIsShareLatestSync[]
(List) Information about the latest synchronization for this file share. Nested latest_sync blocks have the following structure:
lifecycleState string
The lifecycle state of the file share.
mountTargets GetIsShareMountTarget[]
name string
(String) The name for this share snapshot. The name is unique across all snapshots for the file share.
originShares GetIsShareOriginShare[]
(Optional, List) The origin share this accessor share is referring to.This property will be present when the accessor_binding_role is accessor. Nested schema for origin_share:
profile string
The name of the profile this file share uses.
replicaShares GetIsShareReplicaShare[]
The replica file share for this source file share.This property will be present when the replication_role is source. Nested replica_share blocks have the following structure:
replicationCronSpec string
replicationRole string
The replication role of the file share.* none: This share is not participating in replication.* replica: This share is a replication target.* source: This share is a replication source.
replicationStatus string
"The replication status of the file share.* initializing: This share is initializing replication.* active: This share is actively participating in replication.* failover_pending: This share is performing a replication failover.* split_pending: This share is performing a replication split.* none: This share is not participating in replication.* degraded: This share's replication sync is degraded.* sync_pending: This share is performing a replication sync.
replicationStatusReasons GetIsShareReplicationStatusReason[]
The reasons for the current replication status (if any). Nested replication_status_reasons blocks have the following structure:
resourceGroup string
The ID of the resource group for this file share.
resourceType string
(String) The resource type.
shareTargets GetIsShareShareTarget[]
Mount targets for the file share. Nested targets blocks have the following structure:
size number
The size of the file share rounded up to the next gigabyte.
snapshotCount number
(Integer) The total number of snapshots for this share.
snapshotSize number
(Integer) The total size (in gigabytes) of snapshots used for this file share.
sourceShares GetIsShareSourceShare[]
The source file share for this replica file share. This property will be present when the replication_role is replica. Nested source_share blocks have the following structure:
sourceSnapshots GetIsShareSourceSnapshot[]
(List) The snapshot from which this share was cloned.This property will be present when the share was created from a snapshot.The resources supported by this property mayexpand in thefuture. Nested schema for source_snapshot:
tags string[]
(String) User tags associated for to the share.
zone string
The name of the zone this file share will reside in.
share string
access_control_mode str
(Boolean) The access control mode for the share.
access_tags Sequence[str]
(String) Access management tags associated to the share.
accessor_binding_role str
(String) The accessor binding role of this file share:- none: This file share is not participating in access with another file share- origin: This file share is the origin for one or more file shares (which may be in other accounts)- accessor: This file share is providing access to another file share (which may be in another account).
accessor_bindings Sequence[GetIsShareAccessorBinding]
(List) The accessor bindings for this file share. Each accessor binding identifies a resource (possibly in another account) with access to this file share's data. Nested schema for accessor_bindings:
allowed_transit_encryption_modes Sequence[str]
(List of string) The transit encryption modes allowed for this share.
created_at str
The date and time that the file share is created.
crn str
(String) The CRN for this share snapshot.
encryption str
The type of encryption used for this file share.
encryption_key str
The CRN of the key used to encrypt this file share.
href str
(String) The URL for this share snapshot.
id str
(String) The unique identifier for this share snapshot.
iops float
The maximum input/output operation performance bandwidth per second for the file share.
latest_jobs Sequence[GetIsShareLatestJob]
The latest job associated with this file share.This property will be absent if no jobs have been created for this file share. Nested latest_job blocks have the following structure:
latest_syncs Sequence[GetIsShareLatestSync]
(List) Information about the latest synchronization for this file share. Nested latest_sync blocks have the following structure:
lifecycle_state str
The lifecycle state of the file share.
mount_targets Sequence[GetIsShareMountTarget]
name str
(String) The name for this share snapshot. The name is unique across all snapshots for the file share.
origin_shares Sequence[GetIsShareOriginShare]
(Optional, List) The origin share this accessor share is referring to.This property will be present when the accessor_binding_role is accessor. Nested schema for origin_share:
profile str
The name of the profile this file share uses.
replica_shares Sequence[GetIsShareReplicaShare]
The replica file share for this source file share.This property will be present when the replication_role is source. Nested replica_share blocks have the following structure:
replication_cron_spec str
replication_role str
The replication role of the file share.* none: This share is not participating in replication.* replica: This share is a replication target.* source: This share is a replication source.
replication_status str
"The replication status of the file share.* initializing: This share is initializing replication.* active: This share is actively participating in replication.* failover_pending: This share is performing a replication failover.* split_pending: This share is performing a replication split.* none: This share is not participating in replication.* degraded: This share's replication sync is degraded.* sync_pending: This share is performing a replication sync.
replication_status_reasons Sequence[GetIsShareReplicationStatusReason]
The reasons for the current replication status (if any). Nested replication_status_reasons blocks have the following structure:
resource_group str
The ID of the resource group for this file share.
resource_type str
(String) The resource type.
share_targets Sequence[GetIsShareShareTarget]
Mount targets for the file share. Nested targets blocks have the following structure:
size float
The size of the file share rounded up to the next gigabyte.
snapshot_count float
(Integer) The total number of snapshots for this share.
snapshot_size float
(Integer) The total size (in gigabytes) of snapshots used for this file share.
source_shares Sequence[GetIsShareSourceShare]
The source file share for this replica file share. This property will be present when the replication_role is replica. Nested source_share blocks have the following structure:
source_snapshots Sequence[GetIsShareSourceSnapshot]
(List) The snapshot from which this share was cloned.This property will be present when the share was created from a snapshot.The resources supported by this property mayexpand in thefuture. Nested schema for source_snapshot:
tags Sequence[str]
(String) User tags associated for to the share.
zone str
The name of the zone this file share will reside in.
share str
accessControlMode String
(Boolean) The access control mode for the share.
accessTags List<String>
(String) Access management tags associated to the share.
accessorBindingRole String
(String) The accessor binding role of this file share:- none: This file share is not participating in access with another file share- origin: This file share is the origin for one or more file shares (which may be in other accounts)- accessor: This file share is providing access to another file share (which may be in another account).
accessorBindings List<Property Map>
(List) The accessor bindings for this file share. Each accessor binding identifies a resource (possibly in another account) with access to this file share's data. Nested schema for accessor_bindings:
allowedTransitEncryptionModes List<String>
(List of string) The transit encryption modes allowed for this share.
createdAt String
The date and time that the file share is created.
crn String
(String) The CRN for this share snapshot.
encryption String
The type of encryption used for this file share.
encryptionKey String
The CRN of the key used to encrypt this file share.
href String
(String) The URL for this share snapshot.
id String
(String) The unique identifier for this share snapshot.
iops Number
The maximum input/output operation performance bandwidth per second for the file share.
latestJobs List<Property Map>
The latest job associated with this file share.This property will be absent if no jobs have been created for this file share. Nested latest_job blocks have the following structure:
latestSyncs List<Property Map>
(List) Information about the latest synchronization for this file share. Nested latest_sync blocks have the following structure:
lifecycleState String
The lifecycle state of the file share.
mountTargets List<Property Map>
name String
(String) The name for this share snapshot. The name is unique across all snapshots for the file share.
originShares List<Property Map>
(Optional, List) The origin share this accessor share is referring to.This property will be present when the accessor_binding_role is accessor. Nested schema for origin_share:
profile String
The name of the profile this file share uses.
replicaShares List<Property Map>
The replica file share for this source file share.This property will be present when the replication_role is source. Nested replica_share blocks have the following structure:
replicationCronSpec String
replicationRole String
The replication role of the file share.* none: This share is not participating in replication.* replica: This share is a replication target.* source: This share is a replication source.
replicationStatus String
"The replication status of the file share.* initializing: This share is initializing replication.* active: This share is actively participating in replication.* failover_pending: This share is performing a replication failover.* split_pending: This share is performing a replication split.* none: This share is not participating in replication.* degraded: This share's replication sync is degraded.* sync_pending: This share is performing a replication sync.
replicationStatusReasons List<Property Map>
The reasons for the current replication status (if any). Nested replication_status_reasons blocks have the following structure:
resourceGroup String
The ID of the resource group for this file share.
resourceType String
(String) The resource type.
shareTargets List<Property Map>
Mount targets for the file share. Nested targets blocks have the following structure:
size Number
The size of the file share rounded up to the next gigabyte.
snapshotCount Number
(Integer) The total number of snapshots for this share.
snapshotSize Number
(Integer) The total size (in gigabytes) of snapshots used for this file share.
sourceShares List<Property Map>
The source file share for this replica file share. This property will be present when the replication_role is replica. Nested source_share blocks have the following structure:
sourceSnapshots List<Property Map>
(List) The snapshot from which this share was cloned.This property will be present when the share was created from a snapshot.The resources supported by this property mayexpand in thefuture. Nested schema for source_snapshot:
tags List<String>
(String) User tags associated for to the share.
zone String
The name of the zone this file share will reside in.
share String

Supporting Types

GetIsShareAccessorBinding

Href This property is required. string
(String) The URL for this share snapshot.
Id This property is required. string
(String) The unique identifier for this share snapshot.
ResourceType This property is required. string
(String) The resource type.
Href This property is required. string
(String) The URL for this share snapshot.
Id This property is required. string
(String) The unique identifier for this share snapshot.
ResourceType This property is required. string
(String) The resource type.
href This property is required. String
(String) The URL for this share snapshot.
id This property is required. String
(String) The unique identifier for this share snapshot.
resourceType This property is required. String
(String) The resource type.
href This property is required. string
(String) The URL for this share snapshot.
id This property is required. string
(String) The unique identifier for this share snapshot.
resourceType This property is required. string
(String) The resource type.
href This property is required. str
(String) The URL for this share snapshot.
id This property is required. str
(String) The unique identifier for this share snapshot.
resource_type This property is required. str
(String) The resource type.
href This property is required. String
(String) The URL for this share snapshot.
id This property is required. String
(String) The unique identifier for this share snapshot.
resourceType This property is required. String
(String) The resource type.

GetIsShareLatestJob

Status This property is required. string
The status of the file share job
StatusReasons This property is required. List<GetIsShareLatestJobStatusReason>
The reasons for the file share job status (if any). Nested status_reasons blocks have the following structure:
Type This property is required. string
The type of the file share job
Status This property is required. string
The status of the file share job
StatusReasons This property is required. []GetIsShareLatestJobStatusReason
The reasons for the file share job status (if any). Nested status_reasons blocks have the following structure:
Type This property is required. string
The type of the file share job
status This property is required. String
The status of the file share job
statusReasons This property is required. List<GetIsShareLatestJobStatusReason>
The reasons for the file share job status (if any). Nested status_reasons blocks have the following structure:
type This property is required. String
The type of the file share job
status This property is required. string
The status of the file share job
statusReasons This property is required. GetIsShareLatestJobStatusReason[]
The reasons for the file share job status (if any). Nested status_reasons blocks have the following structure:
type This property is required. string
The type of the file share job
status This property is required. str
The status of the file share job
status_reasons This property is required. Sequence[GetIsShareLatestJobStatusReason]
The reasons for the file share job status (if any). Nested status_reasons blocks have the following structure:
type This property is required. str
The type of the file share job
status This property is required. String
The status of the file share job
statusReasons This property is required. List<Property Map>
The reasons for the file share job status (if any). Nested status_reasons blocks have the following structure:
type This property is required. String
The type of the file share job

GetIsShareLatestJobStatusReason

Code This property is required. string
A snake case string succinctly identifying the status reason.
Message This property is required. string
An explanation of the status reason.
MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
Code This property is required. string
A snake case string succinctly identifying the status reason.
Message This property is required. string
An explanation of the status reason.
MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
code This property is required. String
A snake case string succinctly identifying the status reason.
message This property is required. String
An explanation of the status reason.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.
code This property is required. string
A snake case string succinctly identifying the status reason.
message This property is required. string
An explanation of the status reason.
moreInfo This property is required. string
(String) Link to documentation about deleted resources.
code This property is required. str
A snake case string succinctly identifying the status reason.
message This property is required. str
An explanation of the status reason.
more_info This property is required. str
(String) Link to documentation about deleted resources.
code This property is required. String
A snake case string succinctly identifying the status reason.
message This property is required. String
An explanation of the status reason.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.

GetIsShareLatestSync

CompletedAt This property is required. string
(String) The completed date and time of last synchronization between the replica share and its source.
DataTransferred This property is required. double
(Integer) The data transferred (in bytes) in the last synchronization between the replica and its source.
StartedAt This property is required. string
(String) The start date and time of last synchronization between the replica share and its source.
CompletedAt This property is required. string
(String) The completed date and time of last synchronization between the replica share and its source.
DataTransferred This property is required. float64
(Integer) The data transferred (in bytes) in the last synchronization between the replica and its source.
StartedAt This property is required. string
(String) The start date and time of last synchronization between the replica share and its source.
completedAt This property is required. String
(String) The completed date and time of last synchronization between the replica share and its source.
dataTransferred This property is required. Double
(Integer) The data transferred (in bytes) in the last synchronization between the replica and its source.
startedAt This property is required. String
(String) The start date and time of last synchronization between the replica share and its source.
completedAt This property is required. string
(String) The completed date and time of last synchronization between the replica share and its source.
dataTransferred This property is required. number
(Integer) The data transferred (in bytes) in the last synchronization between the replica and its source.
startedAt This property is required. string
(String) The start date and time of last synchronization between the replica share and its source.
completed_at This property is required. str
(String) The completed date and time of last synchronization between the replica share and its source.
data_transferred This property is required. float
(Integer) The data transferred (in bytes) in the last synchronization between the replica and its source.
started_at This property is required. str
(String) The start date and time of last synchronization between the replica share and its source.
completedAt This property is required. String
(String) The completed date and time of last synchronization between the replica share and its source.
dataTransferred This property is required. Number
(Integer) The data transferred (in bytes) in the last synchronization between the replica and its source.
startedAt This property is required. String
(String) The start date and time of last synchronization between the replica share and its source.

GetIsShareMountTarget

Deleteds This property is required. List<GetIsShareMountTargetDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this share snapshot.
Id This property is required. string
(String) The unique identifier for this share snapshot.
Name This property is required. string
The file share name Note One of the aurgument is mandatory
ResourceType This property is required. string
(String) The resource type.
Deleteds This property is required. []GetIsShareMountTargetDeleted
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this share snapshot.
Id This property is required. string
(String) The unique identifier for this share snapshot.
Name This property is required. string
The file share name Note One of the aurgument is mandatory
ResourceType This property is required. string
(String) The resource type.
deleteds This property is required. List<GetIsShareMountTargetDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. String
(String) The URL for this share snapshot.
id This property is required. String
(String) The unique identifier for this share snapshot.
name This property is required. String
The file share name Note One of the aurgument is mandatory
resourceType This property is required. String
(String) The resource type.
deleteds This property is required. GetIsShareMountTargetDeleted[]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. string
(String) The URL for this share snapshot.
id This property is required. string
(String) The unique identifier for this share snapshot.
name This property is required. string
The file share name Note One of the aurgument is mandatory
resourceType This property is required. string
(String) The resource type.
deleteds This property is required. Sequence[GetIsShareMountTargetDeleted]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. str
(String) The URL for this share snapshot.
id This property is required. str
(String) The unique identifier for this share snapshot.
name This property is required. str
The file share name Note One of the aurgument is mandatory
resource_type This property is required. str
(String) The resource type.
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 schema for deleted:
href This property is required. String
(String) The URL for this share snapshot.
id This property is required. String
(String) The unique identifier for this share snapshot.
name This property is required. String
The file share name Note One of the aurgument is mandatory
resourceType This property is required. String
(String) The resource type.

GetIsShareMountTargetDeleted

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.

GetIsShareOriginShare

Crn This property is required. string
(String) The CRN for this share snapshot.
Deleteds This property is required. List<GetIsShareOriginShareDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this share snapshot.
Id This property is required. string
(String) The unique identifier for this share snapshot.
Name This property is required. string
The file share name Note One of the aurgument is mandatory
Remotes This property is required. List<GetIsShareOriginShareRemote>
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
ResourceType This property is required. string
(String) The resource type.
Crn This property is required. string
(String) The CRN for this share snapshot.
Deleteds This property is required. []GetIsShareOriginShareDeleted
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this share snapshot.
Id This property is required. string
(String) The unique identifier for this share snapshot.
Name This property is required. string
The file share name Note One of the aurgument is mandatory
Remotes This property is required. []GetIsShareOriginShareRemote
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
ResourceType This property is required. string
(String) The resource type.
crn This property is required. String
(String) The CRN for this share snapshot.
deleteds This property is required. List<GetIsShareOriginShareDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. String
(String) The URL for this share snapshot.
id This property is required. String
(String) The unique identifier for this share snapshot.
name This property is required. String
The file share name Note One of the aurgument is mandatory
remotes This property is required. List<GetIsShareOriginShareRemote>
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
resourceType This property is required. String
(String) The resource type.
crn This property is required. string
(String) The CRN for this share snapshot.
deleteds This property is required. GetIsShareOriginShareDeleted[]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. string
(String) The URL for this share snapshot.
id This property is required. string
(String) The unique identifier for this share snapshot.
name This property is required. string
The file share name Note One of the aurgument is mandatory
remotes This property is required. GetIsShareOriginShareRemote[]
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
resourceType This property is required. string
(String) The resource type.
crn This property is required. str
(String) The CRN for this share snapshot.
deleteds This property is required. Sequence[GetIsShareOriginShareDeleted]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. str
(String) The URL for this share snapshot.
id This property is required. str
(String) The unique identifier for this share snapshot.
name This property is required. str
The file share name Note One of the aurgument is mandatory
remotes This property is required. Sequence[GetIsShareOriginShareRemote]
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
resource_type This property is required. str
(String) The resource type.
crn This property is required. String
(String) The CRN for this share snapshot.
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 schema for deleted:
href This property is required. String
(String) The URL for this share snapshot.
id This property is required. String
(String) The unique identifier for this share snapshot.
name This property is required. String
The file share name Note One of the aurgument is mandatory
remotes This property is required. List<Property Map>
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
resourceType This property is required. String
(String) The resource type.

GetIsShareOriginShareDeleted

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.

GetIsShareOriginShareRemote

Accounts This property is required. List<GetIsShareOriginShareRemoteAccount>
(Optional, List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested schema for account:
Regions This property is required. List<GetIsShareOriginShareRemoteRegion>
(Optional, List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested schema for region:
Accounts This property is required. []GetIsShareOriginShareRemoteAccount
(Optional, List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested schema for account:
Regions This property is required. []GetIsShareOriginShareRemoteRegion
(Optional, List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested schema for region:
accounts This property is required. List<GetIsShareOriginShareRemoteAccount>
(Optional, List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested schema for account:
regions This property is required. List<GetIsShareOriginShareRemoteRegion>
(Optional, List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested schema for region:
accounts This property is required. GetIsShareOriginShareRemoteAccount[]
(Optional, List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested schema for account:
regions This property is required. GetIsShareOriginShareRemoteRegion[]
(Optional, List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested schema for region:
accounts This property is required. Sequence[GetIsShareOriginShareRemoteAccount]
(Optional, List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested schema for account:
regions This property is required. Sequence[GetIsShareOriginShareRemoteRegion]
(Optional, List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested schema for region:
accounts This property is required. List<Property Map>
(Optional, List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested schema for account:
regions This property is required. List<Property Map>
(Optional, List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested schema for region:

GetIsShareOriginShareRemoteAccount

Id This property is required. string
(String) The unique identifier for this share snapshot.
ResourceType This property is required. string
(String) The resource type.
Id This property is required. string
(String) The unique identifier for this share snapshot.
ResourceType This property is required. string
(String) The resource type.
id This property is required. String
(String) The unique identifier for this share snapshot.
resourceType This property is required. String
(String) The resource type.
id This property is required. string
(String) The unique identifier for this share snapshot.
resourceType This property is required. string
(String) The resource type.
id This property is required. str
(String) The unique identifier for this share snapshot.
resource_type This property is required. str
(String) The resource type.
id This property is required. String
(String) The unique identifier for this share snapshot.
resourceType This property is required. String
(String) The resource type.

GetIsShareOriginShareRemoteRegion

Href This property is required. string
(String) The URL for this share snapshot.
Name This property is required. string
The file share name Note One of the aurgument is mandatory
Href This property is required. string
(String) The URL for this share snapshot.
Name This property is required. string
The file share name Note One of the aurgument is mandatory
href This property is required. String
(String) The URL for this share snapshot.
name This property is required. String
The file share name Note One of the aurgument is mandatory
href This property is required. string
(String) The URL for this share snapshot.
name This property is required. string
The file share name Note One of the aurgument is mandatory
href This property is required. str
(String) The URL for this share snapshot.
name This property is required. str
The file share name Note One of the aurgument is mandatory
href This property is required. String
(String) The URL for this share snapshot.
name This property is required. String
The file share name Note One of the aurgument is mandatory

GetIsShareReplicaShare

Crn This property is required. string
(String) The CRN for this share snapshot.
Deleteds This property is required. List<GetIsShareReplicaShareDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this share snapshot.
Id This property is required. string
(String) The unique identifier for this share snapshot.
Name This property is required. string
The file share name Note One of the aurgument is mandatory
ResourceType This property is required. string
(String) The resource type.
Crn This property is required. string
(String) The CRN for this share snapshot.
Deleteds This property is required. []GetIsShareReplicaShareDeleted
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this share snapshot.
Id This property is required. string
(String) The unique identifier for this share snapshot.
Name This property is required. string
The file share name Note One of the aurgument is mandatory
ResourceType This property is required. string
(String) The resource type.
crn This property is required. String
(String) The CRN for this share snapshot.
deleteds This property is required. List<GetIsShareReplicaShareDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. String
(String) The URL for this share snapshot.
id This property is required. String
(String) The unique identifier for this share snapshot.
name This property is required. String
The file share name Note One of the aurgument is mandatory
resourceType This property is required. String
(String) The resource type.
crn This property is required. string
(String) The CRN for this share snapshot.
deleteds This property is required. GetIsShareReplicaShareDeleted[]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. string
(String) The URL for this share snapshot.
id This property is required. string
(String) The unique identifier for this share snapshot.
name This property is required. string
The file share name Note One of the aurgument is mandatory
resourceType This property is required. string
(String) The resource type.
crn This property is required. str
(String) The CRN for this share snapshot.
deleteds This property is required. Sequence[GetIsShareReplicaShareDeleted]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. str
(String) The URL for this share snapshot.
id This property is required. str
(String) The unique identifier for this share snapshot.
name This property is required. str
The file share name Note One of the aurgument is mandatory
resource_type This property is required. str
(String) The resource type.
crn This property is required. String
(String) The CRN for this share snapshot.
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 schema for deleted:
href This property is required. String
(String) The URL for this share snapshot.
id This property is required. String
(String) The unique identifier for this share snapshot.
name This property is required. String
The file share name Note One of the aurgument is mandatory
resourceType This property is required. String
(String) The resource type.

GetIsShareReplicaShareDeleted

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.

GetIsShareReplicationStatusReason

Code This property is required. string
A snake case string succinctly identifying the status reason.
Message This property is required. string
An explanation of the status reason.
MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
Code This property is required. string
A snake case string succinctly identifying the status reason.
Message This property is required. string
An explanation of the status reason.
MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
code This property is required. String
A snake case string succinctly identifying the status reason.
message This property is required. String
An explanation of the status reason.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.
code This property is required. string
A snake case string succinctly identifying the status reason.
message This property is required. string
An explanation of the status reason.
moreInfo This property is required. string
(String) Link to documentation about deleted resources.
code This property is required. str
A snake case string succinctly identifying the status reason.
message This property is required. str
An explanation of the status reason.
more_info This property is required. str
(String) Link to documentation about deleted resources.
code This property is required. String
A snake case string succinctly identifying the status reason.
message This property is required. String
An explanation of the status reason.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.

GetIsShareShareTarget

Deleteds This property is required. List<GetIsShareShareTargetDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this share snapshot.
Id This property is required. string
(String) The unique identifier for this share snapshot.
Name This property is required. string
The file share name Note One of the aurgument is mandatory
ResourceType This property is required. string
(String) The resource type.
Deleteds This property is required. []GetIsShareShareTargetDeleted
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this share snapshot.
Id This property is required. string
(String) The unique identifier for this share snapshot.
Name This property is required. string
The file share name Note One of the aurgument is mandatory
ResourceType This property is required. string
(String) The resource type.
deleteds This property is required. List<GetIsShareShareTargetDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. String
(String) The URL for this share snapshot.
id This property is required. String
(String) The unique identifier for this share snapshot.
name This property is required. String
The file share name Note One of the aurgument is mandatory
resourceType This property is required. String
(String) The resource type.
deleteds This property is required. GetIsShareShareTargetDeleted[]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. string
(String) The URL for this share snapshot.
id This property is required. string
(String) The unique identifier for this share snapshot.
name This property is required. string
The file share name Note One of the aurgument is mandatory
resourceType This property is required. string
(String) The resource type.
deleteds This property is required. Sequence[GetIsShareShareTargetDeleted]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. str
(String) The URL for this share snapshot.
id This property is required. str
(String) The unique identifier for this share snapshot.
name This property is required. str
The file share name Note One of the aurgument is mandatory
resource_type This property is required. str
(String) The resource type.
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 schema for deleted:
href This property is required. String
(String) The URL for this share snapshot.
id This property is required. String
(String) The unique identifier for this share snapshot.
name This property is required. String
The file share name Note One of the aurgument is mandatory
resourceType This property is required. String
(String) The resource type.

GetIsShareShareTargetDeleted

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.

GetIsShareSourceShare

Crn This property is required. string
(String) The CRN for this share snapshot.
Deleteds This property is required. List<GetIsShareSourceShareDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this share snapshot.
Id This property is required. string
(String) The unique identifier for this share snapshot.
Name This property is required. string
The file share name Note One of the aurgument is mandatory
ResourceType This property is required. string
(String) The resource type.
Crn This property is required. string
(String) The CRN for this share snapshot.
Deleteds This property is required. []GetIsShareSourceShareDeleted
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this share snapshot.
Id This property is required. string
(String) The unique identifier for this share snapshot.
Name This property is required. string
The file share name Note One of the aurgument is mandatory
ResourceType This property is required. string
(String) The resource type.
crn This property is required. String
(String) The CRN for this share snapshot.
deleteds This property is required. List<GetIsShareSourceShareDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. String
(String) The URL for this share snapshot.
id This property is required. String
(String) The unique identifier for this share snapshot.
name This property is required. String
The file share name Note One of the aurgument is mandatory
resourceType This property is required. String
(String) The resource type.
crn This property is required. string
(String) The CRN for this share snapshot.
deleteds This property is required. GetIsShareSourceShareDeleted[]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. string
(String) The URL for this share snapshot.
id This property is required. string
(String) The unique identifier for this share snapshot.
name This property is required. string
The file share name Note One of the aurgument is mandatory
resourceType This property is required. string
(String) The resource type.
crn This property is required. str
(String) The CRN for this share snapshot.
deleteds This property is required. Sequence[GetIsShareSourceShareDeleted]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. str
(String) The URL for this share snapshot.
id This property is required. str
(String) The unique identifier for this share snapshot.
name This property is required. str
The file share name Note One of the aurgument is mandatory
resource_type This property is required. str
(String) The resource type.
crn This property is required. String
(String) The CRN for this share snapshot.
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 schema for deleted:
href This property is required. String
(String) The URL for this share snapshot.
id This property is required. String
(String) The unique identifier for this share snapshot.
name This property is required. String
The file share name Note One of the aurgument is mandatory
resourceType This property is required. String
(String) The resource type.

GetIsShareSourceShareDeleted

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.

GetIsShareSourceSnapshot

Crn This property is required. string
(String) The CRN for this share snapshot.
Deleteds This property is required. List<GetIsShareSourceSnapshotDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this share snapshot.
Id This property is required. string
(String) The unique identifier for this share snapshot.
Name This property is required. string
The file share name Note One of the aurgument is mandatory
ResourceType This property is required. string
(String) The resource type.
Crn This property is required. string
(String) The CRN for this share snapshot.
Deleteds This property is required. []GetIsShareSourceSnapshotDeleted
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this share snapshot.
Id This property is required. string
(String) The unique identifier for this share snapshot.
Name This property is required. string
The file share name Note One of the aurgument is mandatory
ResourceType This property is required. string
(String) The resource type.
crn This property is required. String
(String) The CRN for this share snapshot.
deleteds This property is required. List<GetIsShareSourceSnapshotDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. String
(String) The URL for this share snapshot.
id This property is required. String
(String) The unique identifier for this share snapshot.
name This property is required. String
The file share name Note One of the aurgument is mandatory
resourceType This property is required. String
(String) The resource type.
crn This property is required. string
(String) The CRN for this share snapshot.
deleteds This property is required. GetIsShareSourceSnapshotDeleted[]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. string
(String) The URL for this share snapshot.
id This property is required. string
(String) The unique identifier for this share snapshot.
name This property is required. string
The file share name Note One of the aurgument is mandatory
resourceType This property is required. string
(String) The resource type.
crn This property is required. str
(String) The CRN for this share snapshot.
deleteds This property is required. Sequence[GetIsShareSourceSnapshotDeleted]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. str
(String) The URL for this share snapshot.
id This property is required. str
(String) The unique identifier for this share snapshot.
name This property is required. str
The file share name Note One of the aurgument is mandatory
resource_type This property is required. str
(String) The resource type.
crn This property is required. String
(String) The CRN for this share snapshot.
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 schema for deleted:
href This property is required. String
(String) The URL for this share snapshot.
id This property is required. String
(String) The unique identifier for this share snapshot.
name This property is required. String
The file share name Note One of the aurgument is mandatory
resourceType This property is required. String
(String) The resource type.

GetIsShareSourceSnapshotDeleted

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.
ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud