DockerImageAsset
A file asset.
Initializer
import com.aliyun.ros.cdk.assembly.schema.DockerImageAsset;
DockerImageAsset.builder()
.destinations(java.util.Map<java.lang.String, DockerImageDestination>)
.source(DockerImageSource)
.build();
Properties
Name | Type | Description |
---|---|---|
destinations |
java.util.Map |
Destinations for this file asset. |
source |
DockerImageSource |
Source description for file assets. |
destinations
Required
public java.util.Map<java.lang.String, DockerImageDestination> getDestinations();
- Type: java.util.Map
DockerImageDestination\>
Destinations for this file asset.
source
Required
public DockerImageSource getSource();
- Type: DockerImageSource
Source description for file assets.