Skip to content

StorageBundleProps

Properties for defining a StorageBundle.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudstoragegateway-storagebundle

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcloudstoragegateway"
&alicloudroscdkcloudstoragegateway.StorageBundleProps {
    StorageBundleName: interface{},
    Description: interface{},
}

Properties

Name Type Description
StorageBundleName interface{} Property storageBundleName: The name of the gateway cluster.
Description interface{} Property description: The description of the gateway cluster.

StorageBundleNameRequired

StorageBundleName interface{}
  • Type: interface{}

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.


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: The description of the gateway cluster.

The description must be 0 to 128 characters in length.