Skip to content

RosCustomImageProps

Properties for defining a RosCustomImage.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-customimage

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosCustomImageProps {
    object Architecture = null,
    object BootMode = null,
    object Description = null,
    object DetectionStrategy = null,
    object DiskDeviceMapping = null,
    object ImageFamily = null,
    object ImageName = null,
    object ImageVersion = null,
    object InstanceId = null,
    object Platform = null,
    object ResourceGroupId = null,
    object SnapshotId = null,
    object SourceRegionId = null,
    object Tag = null
};

Properties

Name Type Description
Architecture object No description.
BootMode object No description.
Description object No description.
DetectionStrategy object No description.
DiskDeviceMapping object No description.
ImageFamily object No description.
ImageName object No description.
ImageVersion object No description.
InstanceId object No description.
Platform object No description.
ResourceGroupId object No description.
SnapshotId object No description.
SourceRegionId object No description.
Tag object No description.

ArchitectureOptional

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

BootModeOptional

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

DescriptionOptional

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

DetectionStrategyOptional

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

DiskDeviceMappingOptional

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

ImageFamilyOptional

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

ImageNameOptional

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

ImageVersionOptional

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

InstanceIdOptional

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

PlatformOptional

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

ResourceGroupIdOptional

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

SnapshotIdOptional

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

SourceRegionIdOptional

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

TagOptional

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