StorageBundleProps
Properties for defining a StorageBundle
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudstoragegateway-storagebundle
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudstoragegateway;
new StorageBundleProps {
object StorageBundleName,
object Description = null
};
Properties
Name | Type | Description |
---|---|---|
StorageBundleName |
object |
Property storageBundleName: The name of the gateway cluster. |
Description |
object |
Property description: The description of the gateway cluster. |
StorageBundleName
Required
public object StorageBundleName { get; set; }
- Type: object
Property storageBundleName: The name of the gateway cluster.
The name must be 1 to 60 characters in length and can contain letters, digits, periods (.), underscores (_), and hyphens (-). It must start with a letter.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: The description of the gateway cluster.
The description must be 0 to 128 characters in length.