Skip to content

RosStorageBundleProps

Properties for defining a RosStorageBundle.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cloudstoragegateway;
new RosStorageBundleProps {
    object StorageBundleName,
    object Description = null
};

Properties

Name Type Description
StorageBundleName object No description.
Description object No description.

StorageBundleNameRequired

public object StorageBundleName { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object