Skip to content

DeploymentProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkedas"
&alicloudroscdkedas.DeploymentProperty {
    PackageVersion: interface{},
    WarUrl: interface{},
    AppEnv: interface{},
    Batch: interface{},
    BatchWaitTime: interface{},
    Desc: interface{},
    Gray: interface{},
    GroupId: interface{},
    ReleaseType: interface{},
    TrafficControlStrategy: interface{},
}

Properties

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

PackageVersionRequired

PackageVersion interface{}
  • Type: interface{}

WarUrlRequired

WarUrl interface{}
  • Type: interface{}

AppEnvOptional

AppEnv interface{}
  • Type: interface{}

BatchOptional

Batch interface{}
  • Type: interface{}

BatchWaitTimeOptional

BatchWaitTime interface{}
  • Type: interface{}

DescOptional

Desc interface{}
  • Type: interface{}

GrayOptional

Gray interface{}
  • Type: interface{}

GroupIdOptional

GroupId interface{}
  • Type: interface{}

ReleaseTypeOptional

ReleaseType interface{}
  • Type: interface{}

TrafficControlStrategyOptional

TrafficControlStrategy interface{}
  • Type: interface{}