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
This property is required. string - The unique name of the resource.
- args
This property is required. GatewayCacheDiskArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. 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
This property is required. string - The unique name of the resource.
- args
This property is required. GatewayCacheDiskArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. GatewayCacheDiskArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. 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:
- Cache
Disk Size In Gb This property is required. int - The capacity of the cache disk.
- Gateway
Id This property is required. Changes to this property will trigger replacement.
- The ID of the gateway.
- Cache
Disk Category Changes to this property will trigger replacement.
- The type of the cache disk. Valid values:
cloud_efficiency
,cloud_ssd
,cloud_essd
. NOTE: From version 1.227.0,cache_disk_category
can be set tocloud_essd
. - Performance
Level Changes to this property will trigger replacement.
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values:
PL1
,PL2
,PL3
. NOTE: Ifcache_disk_category
is set tocloud_essd
,performance_level
is required.
- Cache
Disk Size In Gb This property is required. int - The capacity of the cache disk.
- Gateway
Id This property is required. Changes to this property will trigger replacement.
- The ID of the gateway.
- Cache
Disk Category Changes to this property will trigger replacement.
- The type of the cache disk. Valid values:
cloud_efficiency
,cloud_ssd
,cloud_essd
. NOTE: From version 1.227.0,cache_disk_category
can be set tocloud_essd
. - Performance
Level Changes to this property will trigger replacement.
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values:
PL1
,PL2
,PL3
. NOTE: Ifcache_disk_category
is set tocloud_essd
,performance_level
is required.
- cache
Disk Size In Gb This property is required. Integer - The capacity of the cache disk.
- gateway
Id This property is required. Changes to this property will trigger replacement.
- The ID of the gateway.
- cache
Disk Category Changes to this property will trigger replacement.
- The type of the cache disk. Valid values:
cloud_efficiency
,cloud_ssd
,cloud_essd
. NOTE: From version 1.227.0,cache_disk_category
can be set tocloud_essd
. - performance
Level Changes to this property will trigger replacement.
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values:
PL1
,PL2
,PL3
. NOTE: Ifcache_disk_category
is set tocloud_essd
,performance_level
is required.
- cache
Disk Size In Gb This property is required. number - The capacity of the cache disk.
- gateway
Id This property is required. Changes to this property will trigger replacement.
- The ID of the gateway.
- cache
Disk Category Changes to this property will trigger replacement.
- The type of the cache disk. Valid values:
cloud_efficiency
,cloud_ssd
,cloud_essd
. NOTE: From version 1.227.0,cache_disk_category
can be set tocloud_essd
. - performance
Level Changes to this property will trigger replacement.
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values:
PL1
,PL2
,PL3
. NOTE: Ifcache_disk_category
is set tocloud_essd
,performance_level
is required.
- cache_
disk_ size_ in_ gb This property is required. int - The capacity of the cache disk.
- gateway_
id This property is required. Changes to this property will trigger replacement.
- The ID of the gateway.
- cache_
disk_ category Changes to this property will trigger replacement.
- The type of the cache disk. Valid values:
cloud_efficiency
,cloud_ssd
,cloud_essd
. NOTE: From version 1.227.0,cache_disk_category
can be set tocloud_essd
. - performance_
level Changes to this property will trigger replacement.
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values:
PL1
,PL2
,PL3
. NOTE: Ifcache_disk_category
is set tocloud_essd
,performance_level
is required.
- cache
Disk Size In Gb This property is required. Number - The capacity of the cache disk.
- gateway
Id This property is required. Changes to this property will trigger replacement.
- The ID of the gateway.
- cache
Disk Category Changes to this property will trigger replacement.
- The type of the cache disk. Valid values:
cloud_efficiency
,cloud_ssd
,cloud_essd
. NOTE: From version 1.227.0,cache_disk_category
can be set tocloud_essd
. - performance
Level Changes to this property will trigger replacement.
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values:
PL1
,PL2
,PL3
. NOTE: Ifcache_disk_category
is set tocloud_essd
,performance_level
is required.
Outputs
All input properties are implicitly available as output properties. Additionally, the GatewayCacheDisk resource produces the following output properties:
- Cache
Id string - The ID of the cache disk.
- Id string
- The provider-assigned unique ID for this managed resource.
- Local
File stringPath - The path of the cache disk.
- Status int
- The status of the Gateway Cache Disk.
- Cache
Id string - The ID of the cache disk.
- Id string
- The provider-assigned unique ID for this managed resource.
- Local
File stringPath - The path of the cache disk.
- Status int
- The status of the Gateway Cache Disk.
- cache
Id String - The ID of the cache disk.
- id String
- The provider-assigned unique ID for this managed resource.
- local
File StringPath - The path of the cache disk.
- status Integer
- The status of the Gateway Cache Disk.
- cache
Id string - The ID of the cache disk.
- id string
- The provider-assigned unique ID for this managed resource.
- local
File 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.
- cache
Id String - The ID of the cache disk.
- id String
- The provider-assigned unique ID for this managed resource.
- local
File 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) -> GatewayCacheDisk
func 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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.
- Cache
Disk Category Changes to this property will trigger replacement.
- The type of the cache disk. Valid values:
cloud_efficiency
,cloud_ssd
,cloud_essd
. NOTE: From version 1.227.0,cache_disk_category
can be set tocloud_essd
. - Cache
Disk intSize In Gb - The capacity of the cache disk.
- Cache
Id string - The ID of the cache disk.
- Gateway
Id Changes to this property will trigger replacement.
- The ID of the gateway.
- Local
File stringPath - The path of the cache disk.
- Performance
Level Changes to this property will trigger replacement.
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values:
PL1
,PL2
,PL3
. NOTE: Ifcache_disk_category
is set tocloud_essd
,performance_level
is required. - Status int
- The status of the Gateway Cache Disk.
- Cache
Disk Category Changes to this property will trigger replacement.
- The type of the cache disk. Valid values:
cloud_efficiency
,cloud_ssd
,cloud_essd
. NOTE: From version 1.227.0,cache_disk_category
can be set tocloud_essd
. - Cache
Disk intSize In Gb - The capacity of the cache disk.
- Cache
Id string - The ID of the cache disk.
- Gateway
Id Changes to this property will trigger replacement.
- The ID of the gateway.
- Local
File stringPath - The path of the cache disk.
- Performance
Level Changes to this property will trigger replacement.
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values:
PL1
,PL2
,PL3
. NOTE: Ifcache_disk_category
is set tocloud_essd
,performance_level
is required. - Status int
- The status of the Gateway Cache Disk.
- cache
Disk Category Changes to this property will trigger replacement.
- The type of the cache disk. Valid values:
cloud_efficiency
,cloud_ssd
,cloud_essd
. NOTE: From version 1.227.0,cache_disk_category
can be set tocloud_essd
. - cache
Disk IntegerSize In Gb - The capacity of the cache disk.
- cache
Id String - The ID of the cache disk.
- gateway
Id Changes to this property will trigger replacement.
- The ID of the gateway.
- local
File StringPath - The path of the cache disk.
- performance
Level Changes to this property will trigger replacement.
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values:
PL1
,PL2
,PL3
. NOTE: Ifcache_disk_category
is set tocloud_essd
,performance_level
is required. - status Integer
- The status of the Gateway Cache Disk.
- cache
Disk Category Changes to this property will trigger replacement.
- The type of the cache disk. Valid values:
cloud_efficiency
,cloud_ssd
,cloud_essd
. NOTE: From version 1.227.0,cache_disk_category
can be set tocloud_essd
. - cache
Disk numberSize In Gb - The capacity of the cache disk.
- cache
Id string - The ID of the cache disk.
- gateway
Id Changes to this property will trigger replacement.
- The ID of the gateway.
- local
File stringPath - The path of the cache disk.
- performance
Level Changes to this property will trigger replacement.
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values:
PL1
,PL2
,PL3
. NOTE: Ifcache_disk_category
is set tocloud_essd
,performance_level
is required. - status number
- The status of the Gateway Cache Disk.
- cache_
disk_ category Changes to this property will trigger replacement.
- The type of the cache disk. Valid values:
cloud_efficiency
,cloud_ssd
,cloud_essd
. NOTE: From version 1.227.0,cache_disk_category
can 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 Changes to this property will trigger replacement.
- The ID of the gateway.
- local_
file_ strpath - The path of the cache disk.
- performance_
level Changes to this property will trigger replacement.
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values:
PL1
,PL2
,PL3
. NOTE: Ifcache_disk_category
is set tocloud_essd
,performance_level
is required. - status int
- The status of the Gateway Cache Disk.
- cache
Disk Category Changes to this property will trigger replacement.
- The type of the cache disk. Valid values:
cloud_efficiency
,cloud_ssd
,cloud_essd
. NOTE: From version 1.227.0,cache_disk_category
can be set tocloud_essd
. - cache
Disk NumberSize In Gb - The capacity of the cache disk.
- cache
Id String - The ID of the cache disk.
- gateway
Id Changes to this property will trigger replacement.
- The ID of the gateway.
- local
File StringPath - The path of the cache disk.
- performance
Level Changes to this property will trigger replacement.
- The performance level (PL) of the Enterprise SSD (ESSD). Valid values:
PL1
,PL2
,PL3
. NOTE: Ifcache_disk_category
is set tocloud_essd
,performance_level
is 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
alicloud
Terraform Provider.