StorageProps
Properties for defining a Storage
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vod-storage
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvod"
&alicloudroscdkvod.StorageProps {
StorageLocation: interface{},
StorageType: interface{},
DefaultUpload: interface{},
}
Properties
Name | Type | Description |
---|---|---|
StorageLocation |
interface{} |
Property storageLocation: Storage address. |
StorageType |
interface{} |
Property storageType: Storage Type. |
DefaultUpload |
interface{} |
Property defaultUpload: Whether to upload by default. |
StorageLocation
Required
StorageLocation interface{}
- Type: interface{}
Property storageLocation: Storage address.
StorageType
Required
StorageType interface{}
- Type: interface{}
Property storageType: Storage Type.
DefaultUpload
Optional
DefaultUpload interface{}
- Type: interface{}
Property defaultUpload: Whether to upload by default.