Skip to content

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.

StorageLocationRequired

StorageLocation interface{}
  • Type: interface{}

Property storageLocation: Storage address.


StorageTypeRequired

StorageType interface{}
  • Type: interface{}

Property storageType: Storage Type.


DefaultUploadOptional

DefaultUpload interface{}
  • Type: interface{}

Property defaultUpload: Whether to upload by default.