Skip to content

Image

This class encapsulates and extends the ROS resource type DATASOURCE::ENS::Image.

Initializers

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkens/datasource"
datasource.NewImage(scope Construct, id *string, props ImageProps, enableResourcePropertyConstraint *bool) Image
Name Type Description
scope github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.Construct No description.
id *string No description.
props ImageProps No description.
enableResourcePropertyConstraint *bool No description.

scopeRequired

  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.Construct

idRequired

  • Type: *string

propsRequired


enableResourcePropertyConstraintOptional

  • Type: *bool

Methods

Name Description
ToString Returns a string representation of this construct.
Synthesize Allows this construct to emit artifacts into the cloud assembly during synthesis.
AddCondition No description.
AddCount No description.
AddDependency No description.
AddResourceDesc No description.
ApplyRemovalPolicy No description.
GetAtt No description.
SetMetadata No description.

ToString

func ToString() *string

Returns a string representation of this construct.

Synthesize

func Synthesize(session ISynthesisSession)

Allows this construct to emit artifacts into the cloud assembly during synthesis.

This method is usually implemented by framework-level constructs such as Stack and Asset as they participate in synthesizing the cloud assembly.

sessionRequired

  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.ISynthesisSession

The synthesis session.


AddCondition

func AddCondition(condition RosCondition)

conditionRequired

  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.RosCondition

AddCount

func AddCount(count interface{})

countRequired

  • Type: interface{}

AddDependency

func AddDependency(resource Resource)

resourceRequired

  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.Resource

AddResourceDesc

func AddResourceDesc(desc *string)

descRequired

  • Type: *string

ApplyRemovalPolicy

func ApplyRemovalPolicy(policy RemovalPolicy)

policyRequired

  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.RemovalPolicy

GetAtt

func GetAtt(name *string) IResolvable

nameRequired

  • Type: *string

SetMetadata

func SetMetadata(key *string, value interface{})

keyRequired

  • Type: *string

valueRequired

  • Type: interface{}

Static Functions

Name Description
IsConstruct Return whether the given object is a Construct.

IsConstruct

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkens/datasource"
datasource.Image_IsConstruct(x interface{}) *bool

Return whether the given object is a Construct.

xRequired

  • Type: interface{}

Properties

Name Type Description
Node github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.ConstructNode The construct tree node associated with this construct.
Ref *string No description.
Stack github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.Stack The stack in which this resource is defined.
Resource github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.RosResource No description.
AttrArchitecture github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute Architecture: The image architecture.
AttrComputeType github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute ComputeType: Computing type.
AttrCreateTime github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute CreateTime: The image creation time.
AttrImageId github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute ImageId: The ID of the image.
AttrImageName github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute ImageName: The name of the image.
AttrImageOwnerAlias github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute ImageOwnerAlias: The source of the image.
AttrImageSize github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute ImageSize: The size of the image.
AttrInstanceId github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute InstanceId: The ID of the instance corresponding to the image.
AttrOsVersion github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute OsVersion: The operating system version.
AttrPlatform github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute Platform: The type of operating system used by the image.
AttrSnapshotId github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute SnapshotId: The ID of the snapshot corresponding to the image.

NodeRequired

func Node() ConstructNode
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.ConstructNode

The construct tree node associated with this construct.


RefRequired

func Ref() *string
  • Type: *string

StackRequired

func Stack() Stack
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.Stack

The stack in which this resource is defined.


ResourceOptional

func Resource() RosResource
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.RosResource

AttrArchitectureRequired

func AttrArchitecture() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

Attribute Architecture: The image architecture.

Valid values:

  • i386
  • x86_64

AttrComputeTypeRequired

func AttrComputeType() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

Attribute ComputeType: Computing type.

ens_vm/ens: x86 computing. bare_metal: x86 bare machine or x86 bare metal. arm_vm: ARM computing. arm_bare_metal: ARM bare machine or ARM bare metal. pcfarm: heterogeneous computing.


AttrCreateTimeRequired

func AttrCreateTime() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

Attribute CreateTime: The image creation time.

The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.


AttrImageIdRequired

func AttrImageId() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

Attribute ImageId: The ID of the image.


AttrImageNameRequired

func AttrImageName() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

Attribute ImageName: The name of the image.


AttrImageOwnerAliasRequired

func AttrImageOwnerAlias() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

Attribute ImageOwnerAlias: The source of the image.

Valid values:

  • others: a custom image that is shared by other Alibaba Cloud accounts.
  • self: your own custom image.

AttrImageSizeRequired

func AttrImageSize() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

Attribute ImageSize: The size of the image.

Unit: GiB.


AttrInstanceIdRequired

func AttrInstanceId() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

Attribute InstanceId: The ID of the instance corresponding to the image.


AttrOsVersionRequired

func AttrOsVersion() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

Attribute OsVersion: The operating system version.


AttrPlatformRequired

func AttrPlatform() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

Attribute Platform: The type of operating system used by the image.

Valid values:

  • centos
  • ubuntu
  • alios
  • debian
  • rhel
  • windows

AttrSnapshotIdRequired

func AttrSnapshotId() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

Attribute SnapshotId: The ID of the snapshot corresponding to the image.