Show / Hide Table of Contents

Class ApplicationDeploymentArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApplicationDeploymentArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Edas
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ApplicationDeploymentArgs : ResourceArgs

Constructors

View Source

ApplicationDeploymentArgs()

Declaration
public ApplicationDeploymentArgs()

Properties

View Source

AppId

The ID of the application that you want to deploy.

Declaration
public Input<string> AppId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

GroupId

The ID of the instance group where the application is going to be deployed. Set this parameter to all if you want to deploy the application to all groups.

Declaration
public Input<string> GroupId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PackageVersion

The version of the application that you want to deploy. It must be unique for every application. The length cannot exceed 64 characters. We recommended you to use a timestamp.

Declaration
public Input<string> PackageVersion { get; set; }
Property Value
Type Description
Input<System.String>
View Source

WarUrl

The address to store the uploaded web application (WAR) package for application deployment. This parameter is required when the deployType parameter is set as url.

Declaration
public Input<string> WarUrl { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.