Skip to content

RepositoriesProps

Properties for defining a Repositories.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cr-repositories

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cr;
new RepositoriesProps {
    object RefreshOptions = null,
    object RepoNamespace = null,
    object Status = null
};

Properties

Name Type Description
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
RepoNamespace object Property repoNamespace: The namespace of repository.
Status object Property status: The status of repository.

RefreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

RepoNamespaceOptional

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

Property repoNamespace: The namespace of repository.


StatusOptional

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

Property status: The status of repository.