Skip to content

RosApplicationProps

Properties for defining a RosApplication.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-edas-application

Initializer

using AlibabaCloud.SDK.ROS.CDK.Edas;
new RosApplicationProps {
    object ApplicationName,
    object ClusterId,
    object BuildPackId = null,
    object ComponentIds = null,
    object Deployment = null,
    object Description = null,
    object EcuInfo = null,
    object HealthCheckUrl = null,
    object LogicalRegionId = null,
    object PackageType = null,
    object ResourceGroupId = null
};

Properties

Name Type Description
ApplicationName object No description.
ClusterId object No description.
BuildPackId object No description.
ComponentIds object No description.
Deployment object No description.
Description object No description.
EcuInfo object No description.
HealthCheckUrl object No description.
LogicalRegionId object No description.
PackageType object No description.
ResourceGroupId object No description.

ApplicationNameRequired

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

ClusterIdRequired

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

BuildPackIdOptional

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

ComponentIdsOptional

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

DeploymentOptional

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

DescriptionOptional

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

EcuInfoOptional

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

HealthCheckUrlOptional

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

LogicalRegionIdOptional

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

PackageTypeOptional

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

ResourceGroupIdOptional

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