Class ExpressSyncShareAttachment


  • public class ExpressSyncShareAttachment
    extends com.pulumi.resources.CustomResource
    Provides a Cloud Storage Gateway Express Sync Share Attachment resource. For information about Cloud Storage Gateway Express Sync Share Attachment and how to use it, see [What is Express Sync Share Attachment](https://www.alibabacloud.com/help/en/cloud-storage-gateway/latest/addsharestoexpresssync). > **NOTE:** Available since v1.144.0. ## Import Cloud Storage Gateway Express Sync Share Attachment can be imported using the id, e.g. ```sh $ pulumi import alicloud:cloudstoragegateway/expressSyncShareAttachment:ExpressSyncShareAttachment example <express_sync_id>:<gateway_id>:<share_name> ```
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.pulumi.resources.CustomResource

        com.pulumi.resources.CustomResource.CustomResourceInternal
      • Nested classes/interfaces inherited from class com.pulumi.resources.Resource

        com.pulumi.resources.Resource.LazyField<T extends java.lang.Object>, com.pulumi.resources.Resource.LazyFields, com.pulumi.resources.Resource.ResourceInternal
    • Field Summary

      • Fields inherited from class com.pulumi.resources.Resource

        childResources, remote
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.pulumi.core.Output<java.lang.String> expressSyncId()  
      com.pulumi.core.Output<java.lang.String> gatewayId()  
      static ExpressSyncShareAttachment get​(java.lang.String name, com.pulumi.core.Output<java.lang.String> id, ExpressSyncShareAttachmentState state, com.pulumi.resources.CustomResourceOptions options)
      Get an existing Host resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
      com.pulumi.core.Output<java.lang.String> shareName()  
      • Methods inherited from class com.pulumi.resources.CustomResource

        getId, id, idFuture
      • Methods inherited from class com.pulumi.resources.Resource

        getChildResources, getResourceName, getResourceType, getUrn, pulumiChildResources, pulumiResourceName, pulumiResourceType, urn
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExpressSyncShareAttachment

        public ExpressSyncShareAttachment​(java.lang.String name)
        Parameters:
        name - The _unique_ name of the resulting resource.
      • ExpressSyncShareAttachment

        public ExpressSyncShareAttachment​(java.lang.String name,
                                          ExpressSyncShareAttachmentArgs args)
        Parameters:
        name - The _unique_ name of the resulting resource.
        args - The arguments to use to populate this resource's properties.
      • ExpressSyncShareAttachment

        public ExpressSyncShareAttachment​(java.lang.String name,
                                          ExpressSyncShareAttachmentArgs args,
                                          @Nullable
                                          com.pulumi.resources.CustomResourceOptions options)
        Parameters:
        name - The _unique_ name of the resulting resource.
        args - The arguments to use to populate this resource's properties.
        options - A bag of options that control this resource's behavior.
    • Method Detail

      • expressSyncId

        public com.pulumi.core.Output<java.lang.String> expressSyncId()
        Returns:
        The ID of the ExpressSync.
      • gatewayId

        public com.pulumi.core.Output<java.lang.String> gatewayId()
        Returns:
        The ID of the Gateway.
      • shareName

        public com.pulumi.core.Output<java.lang.String> shareName()
        Returns:
        The name of the GatewayFileShare. **NOTE:** When GatewayFileShare is associated with a speed sync group, its reverse synchronization function will be turned off by default.
      • get

        public static ExpressSyncShareAttachment get​(java.lang.String name,
                                                     com.pulumi.core.Output<java.lang.String> id,
                                                     @Nullable
                                                     ExpressSyncShareAttachmentState state,
                                                     @Nullable
                                                     com.pulumi.resources.CustomResourceOptions options)
        Get an existing Host resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
        Parameters:
        name - The _unique_ name of the resulting resource.
        id - The _unique_ provider ID of the resource to lookup.
        state -
        options - Optional settings to control the behavior of the CustomResource.