RosRepositoryProps
Properties for defining a RosRepository
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cr-repository
Initializer
import com.aliyun.ros.cdk.cr.RosRepositoryProps;
RosRepositoryProps.builder()
.repoName(java.lang.String)
.repoName(IResolvable)
.repoNamespace(java.lang.String)
.repoNamespace(IResolvable)
.repoType(java.lang.String)
.repoType(IResolvable)
.summary(java.lang.String)
.summary(IResolvable)
// .detail(java.lang.String)
// .detail(IResolvable)
// .instanceId(java.lang.String)
// .instanceId(IResolvable)
// .repoSource(IResolvable)
// .repoSource(RepoSourceProperty)
// .tagImmutability(java.lang.Boolean)
// .tagImmutability(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
repoName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
repoNamespace |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
repoType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
summary |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
detail |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
instanceId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
repoSource |
com.aliyun.ros.cdk.core.IResolvable OR RepoSourceProperty |
No description. |
tagImmutability |
java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
repoName
Required
public java.lang.Object getRepoName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
repoNamespace
Required
public java.lang.Object getRepoNamespace();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
repoType
Required
public java.lang.Object getRepoType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
summary
Required
public java.lang.Object getSummary();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
detail
Optional
public java.lang.Object getDetail();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
instanceId
Optional
public java.lang.Object getInstanceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
repoSource
Optional
public java.lang.Object getRepoSource();
- Type: com.aliyun.ros.cdk.core.IResolvable OR RepoSourceProperty
tagImmutability
Optional
public java.lang.Object getTagImmutability();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable