Skip to content

DeploymentProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Edas;
new DeploymentProperty {
    object PackageVersion,
    object WarUrl,
    object AppEnv = null,
    object Batch = null,
    object BatchWaitTime = null,
    object Desc = null,
    object Gray = null,
    object GroupId = null,
    object ReleaseType = null,
    object TrafficControlStrategy = null
};

Properties

Name Type Description
PackageVersion object No description.
WarUrl object No description.
AppEnv object No description.
Batch object No description.
BatchWaitTime object No description.
Desc object No description.
Gray object No description.
GroupId object No description.
ReleaseType object No description.
TrafficControlStrategy object No description.

PackageVersionRequired

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

WarUrlRequired

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

AppEnvOptional

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

BatchOptional

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

BatchWaitTimeOptional

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

DescOptional

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

GrayOptional

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

GroupIdOptional

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

ReleaseTypeOptional

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

TrafficControlStrategyOptional

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