Skip to content

RosStorageBundleProps

Properties for defining a RosStorageBundle.

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

Initializer

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

Properties

Name Type Description
StorageBundleId object No description.
RefreshOptions object No description.

StorageBundleIdRequired

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

RefreshOptionsOptional

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