alicloud.cloudstoragegateway.GatewayCacheDisk
Explore with Pulumi AI
Provides a Cloud Storage Gateway Gateway Cache Disk resource.
For information about Cloud Storage Gateway Gateway Cache Disk and how to use it, see What is Gateway Cache Disk.
NOTE: Available since v1.144.0.
Create GatewayCacheDisk Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GatewayCacheDisk(name: string, args: GatewayCacheDiskArgs, opts?: CustomResourceOptions);@overload
def GatewayCacheDisk(resource_name: str,
                     args: GatewayCacheDiskArgs,
                     opts: Optional[ResourceOptions] = None)
@overload
def GatewayCacheDisk(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     cache_disk_size_in_gb: Optional[int] = None,
                     gateway_id: Optional[str] = None,
                     cache_disk_category: Optional[str] = None,
                     performance_level: Optional[str] = None)func NewGatewayCacheDisk(ctx *Context, name string, args GatewayCacheDiskArgs, opts ...ResourceOption) (*GatewayCacheDisk, error)public GatewayCacheDisk(string name, GatewayCacheDiskArgs args, CustomResourceOptions? opts = null)
public GatewayCacheDisk(String name, GatewayCacheDiskArgs args)
public GatewayCacheDisk(String name, GatewayCacheDiskArgs args, CustomResourceOptions options)
type: alicloud:cloudstoragegateway:GatewayCacheDisk
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args GatewayCacheDiskArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args GatewayCacheDiskArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args GatewayCacheDiskArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GatewayCacheDiskArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GatewayCacheDiskArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var gatewayCacheDiskResource = new AliCloud.CloudStorageGateway.GatewayCacheDisk("gatewayCacheDiskResource", new()
{
    CacheDiskSizeInGb = 0,
    GatewayId = "string",
    CacheDiskCategory = "string",
    PerformanceLevel = "string",
});
example, err := cloudstoragegateway.NewGatewayCacheDisk(ctx, "gatewayCacheDiskResource", &cloudstoragegateway.GatewayCacheDiskArgs{
	CacheDiskSizeInGb: pulumi.Int(0),
	GatewayId:         pulumi.String("string"),
	CacheDiskCategory: pulumi.String("string"),
	PerformanceLevel:  pulumi.String("string"),
})
var gatewayCacheDiskResource = new GatewayCacheDisk("gatewayCacheDiskResource", GatewayCacheDiskArgs.builder()
    .cacheDiskSizeInGb(0)
    .gatewayId("string")
    .cacheDiskCategory("string")
    .performanceLevel("string")
    .build());
gateway_cache_disk_resource = alicloud.cloudstoragegateway.GatewayCacheDisk("gatewayCacheDiskResource",
    cache_disk_size_in_gb=0,
    gateway_id="string",
    cache_disk_category="string",
    performance_level="string")
const gatewayCacheDiskResource = new alicloud.cloudstoragegateway.GatewayCacheDisk("gatewayCacheDiskResource", {
    cacheDiskSizeInGb: 0,
    gatewayId: "string",
    cacheDiskCategory: "string",
    performanceLevel: "string",
});
type: alicloud:cloudstoragegateway:GatewayCacheDisk
properties:
    cacheDiskCategory: string
    cacheDiskSizeInGb: 0
    gatewayId: string
    performanceLevel: string
GatewayCacheDisk Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The GatewayCacheDisk resource accepts the following input properties:
- CacheDisk intSize In Gb 
- The capacity of the cache disk.
- GatewayId string
- The ID of the gateway.
- CacheDisk stringCategory 
- The type of the cache disk. Valid values: cloud_efficiency,cloud_ssd,cloud_essd. NOTE: From version 1.227.0,cache_disk_categorycan be set tocloud_essd.
- PerformanceLevel string
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values: PL1,PL2,PL3. NOTE: Ifcache_disk_categoryis set tocloud_essd,performance_levelis required.
- CacheDisk intSize In Gb 
- The capacity of the cache disk.
- GatewayId string
- The ID of the gateway.
- CacheDisk stringCategory 
- The type of the cache disk. Valid values: cloud_efficiency,cloud_ssd,cloud_essd. NOTE: From version 1.227.0,cache_disk_categorycan be set tocloud_essd.
- PerformanceLevel string
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values: PL1,PL2,PL3. NOTE: Ifcache_disk_categoryis set tocloud_essd,performance_levelis required.
- cacheDisk IntegerSize In Gb 
- The capacity of the cache disk.
- gatewayId String
- The ID of the gateway.
- cacheDisk StringCategory 
- The type of the cache disk. Valid values: cloud_efficiency,cloud_ssd,cloud_essd. NOTE: From version 1.227.0,cache_disk_categorycan be set tocloud_essd.
- performanceLevel String
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values: PL1,PL2,PL3. NOTE: Ifcache_disk_categoryis set tocloud_essd,performance_levelis required.
- cacheDisk numberSize In Gb 
- The capacity of the cache disk.
- gatewayId string
- The ID of the gateway.
- cacheDisk stringCategory 
- The type of the cache disk. Valid values: cloud_efficiency,cloud_ssd,cloud_essd. NOTE: From version 1.227.0,cache_disk_categorycan be set tocloud_essd.
- performanceLevel string
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values: PL1,PL2,PL3. NOTE: Ifcache_disk_categoryis set tocloud_essd,performance_levelis required.
- cache_disk_ intsize_ in_ gb 
- The capacity of the cache disk.
- gateway_id str
- The ID of the gateway.
- cache_disk_ strcategory 
- The type of the cache disk. Valid values: cloud_efficiency,cloud_ssd,cloud_essd. NOTE: From version 1.227.0,cache_disk_categorycan be set tocloud_essd.
- performance_level str
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values: PL1,PL2,PL3. NOTE: Ifcache_disk_categoryis set tocloud_essd,performance_levelis required.
- cacheDisk NumberSize In Gb 
- The capacity of the cache disk.
- gatewayId String
- The ID of the gateway.
- cacheDisk StringCategory 
- The type of the cache disk. Valid values: cloud_efficiency,cloud_ssd,cloud_essd. NOTE: From version 1.227.0,cache_disk_categorycan be set tocloud_essd.
- performanceLevel String
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values: PL1,PL2,PL3. NOTE: Ifcache_disk_categoryis set tocloud_essd,performance_levelis required.
Outputs
All input properties are implicitly available as output properties. Additionally, the GatewayCacheDisk resource produces the following output properties:
- CacheId string
- The ID of the cache disk.
- Id string
- The provider-assigned unique ID for this managed resource.
- LocalFile stringPath 
- The path of the cache disk.
- Status int
- The status of the Gateway Cache Disk.
- CacheId string
- The ID of the cache disk.
- Id string
- The provider-assigned unique ID for this managed resource.
- LocalFile stringPath 
- The path of the cache disk.
- Status int
- The status of the Gateway Cache Disk.
- cacheId String
- The ID of the cache disk.
- id String
- The provider-assigned unique ID for this managed resource.
- localFile StringPath 
- The path of the cache disk.
- status Integer
- The status of the Gateway Cache Disk.
- cacheId string
- The ID of the cache disk.
- id string
- The provider-assigned unique ID for this managed resource.
- localFile stringPath 
- The path of the cache disk.
- status number
- The status of the Gateway Cache Disk.
- cache_id str
- The ID of the cache disk.
- id str
- The provider-assigned unique ID for this managed resource.
- local_file_ strpath 
- The path of the cache disk.
- status int
- The status of the Gateway Cache Disk.
- cacheId String
- The ID of the cache disk.
- id String
- The provider-assigned unique ID for this managed resource.
- localFile StringPath 
- The path of the cache disk.
- status Number
- The status of the Gateway Cache Disk.
Look up Existing GatewayCacheDisk Resource
Get an existing GatewayCacheDisk resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: GatewayCacheDiskState, opts?: CustomResourceOptions): GatewayCacheDisk@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        cache_disk_category: Optional[str] = None,
        cache_disk_size_in_gb: Optional[int] = None,
        cache_id: Optional[str] = None,
        gateway_id: Optional[str] = None,
        local_file_path: Optional[str] = None,
        performance_level: Optional[str] = None,
        status: Optional[int] = None) -> GatewayCacheDiskfunc GetGatewayCacheDisk(ctx *Context, name string, id IDInput, state *GatewayCacheDiskState, opts ...ResourceOption) (*GatewayCacheDisk, error)public static GatewayCacheDisk Get(string name, Input<string> id, GatewayCacheDiskState? state, CustomResourceOptions? opts = null)public static GatewayCacheDisk get(String name, Output<String> id, GatewayCacheDiskState state, CustomResourceOptions options)resources:  _:    type: alicloud:cloudstoragegateway:GatewayCacheDisk    get:      id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- CacheDisk stringCategory 
- The type of the cache disk. Valid values: cloud_efficiency,cloud_ssd,cloud_essd. NOTE: From version 1.227.0,cache_disk_categorycan be set tocloud_essd.
- CacheDisk intSize In Gb 
- The capacity of the cache disk.
- CacheId string
- The ID of the cache disk.
- GatewayId string
- The ID of the gateway.
- LocalFile stringPath 
- The path of the cache disk.
- PerformanceLevel string
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values: PL1,PL2,PL3. NOTE: Ifcache_disk_categoryis set tocloud_essd,performance_levelis required.
- Status int
- The status of the Gateway Cache Disk.
- CacheDisk stringCategory 
- The type of the cache disk. Valid values: cloud_efficiency,cloud_ssd,cloud_essd. NOTE: From version 1.227.0,cache_disk_categorycan be set tocloud_essd.
- CacheDisk intSize In Gb 
- The capacity of the cache disk.
- CacheId string
- The ID of the cache disk.
- GatewayId string
- The ID of the gateway.
- LocalFile stringPath 
- The path of the cache disk.
- PerformanceLevel string
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values: PL1,PL2,PL3. NOTE: Ifcache_disk_categoryis set tocloud_essd,performance_levelis required.
- Status int
- The status of the Gateway Cache Disk.
- cacheDisk StringCategory 
- The type of the cache disk. Valid values: cloud_efficiency,cloud_ssd,cloud_essd. NOTE: From version 1.227.0,cache_disk_categorycan be set tocloud_essd.
- cacheDisk IntegerSize In Gb 
- The capacity of the cache disk.
- cacheId String
- The ID of the cache disk.
- gatewayId String
- The ID of the gateway.
- localFile StringPath 
- The path of the cache disk.
- performanceLevel String
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values: PL1,PL2,PL3. NOTE: Ifcache_disk_categoryis set tocloud_essd,performance_levelis required.
- status Integer
- The status of the Gateway Cache Disk.
- cacheDisk stringCategory 
- The type of the cache disk. Valid values: cloud_efficiency,cloud_ssd,cloud_essd. NOTE: From version 1.227.0,cache_disk_categorycan be set tocloud_essd.
- cacheDisk numberSize In Gb 
- The capacity of the cache disk.
- cacheId string
- The ID of the cache disk.
- gatewayId string
- The ID of the gateway.
- localFile stringPath 
- The path of the cache disk.
- performanceLevel string
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values: PL1,PL2,PL3. NOTE: Ifcache_disk_categoryis set tocloud_essd,performance_levelis required.
- status number
- The status of the Gateway Cache Disk.
- cache_disk_ strcategory 
- The type of the cache disk. Valid values: cloud_efficiency,cloud_ssd,cloud_essd. NOTE: From version 1.227.0,cache_disk_categorycan be set tocloud_essd.
- cache_disk_ intsize_ in_ gb 
- The capacity of the cache disk.
- cache_id str
- The ID of the cache disk.
- gateway_id str
- The ID of the gateway.
- local_file_ strpath 
- The path of the cache disk.
- performance_level str
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values: PL1,PL2,PL3. NOTE: Ifcache_disk_categoryis set tocloud_essd,performance_levelis required.
- status int
- The status of the Gateway Cache Disk.
- cacheDisk StringCategory 
- The type of the cache disk. Valid values: cloud_efficiency,cloud_ssd,cloud_essd. NOTE: From version 1.227.0,cache_disk_categorycan be set tocloud_essd.
- cacheDisk NumberSize In Gb 
- The capacity of the cache disk.
- cacheId String
- The ID of the cache disk.
- gatewayId String
- The ID of the gateway.
- localFile StringPath 
- The path of the cache disk.
- performanceLevel String
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values: PL1,PL2,PL3. NOTE: Ifcache_disk_categoryis set tocloud_essd,performance_levelis required.
- status Number
- The status of the Gateway Cache Disk.
Import
Cloud Storage Gateway Gateway Cache Disk can be imported using the id, e.g.
$ pulumi import alicloud:cloudstoragegateway/gatewayCacheDisk:GatewayCacheDisk example <gateway_id>:<cache_id>:<local_file_path>
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the alicloudTerraform Provider.