StorageBundleProps
Properties for defining a StorageBundle
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudstoragegateway-storagebundle
Initializer
import com.aliyun.ros.cdk.cloudstoragegateway.StorageBundleProps;
StorageBundleProps.builder()
.storageBundleName(java.lang.String)
.storageBundleName(IResolvable)
// .description(java.lang.String)
// .description(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
storageBundleName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property storageBundleName: The name of the gateway cluster. |
description |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property description: The description of the gateway cluster. |
storageBundleName
Required
public java.lang.Object getStorageBundleName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
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 java.lang.Object getDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property description: The description of the gateway cluster.
The description must be 0 to 128 characters in length.