SaaS Runtime v1beta1 API - Class AppParams (1.0.0-beta05)

public sealed class AppParams : IMessage<AppParams>, IEquatable<AppParams>, IDeepCloneable<AppParams>, IBufferMessage, IMessage

Reference documentation and code samples for the SaaS Runtime v1beta1 API class AppParams.

AppParams contains the parameters for creating an AppHub Application.

Inheritance

object > AppParams

Namespace

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1

Assembly

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll

Constructors

AppParams()

public AppParams()

AppParams(AppParams)

public AppParams(AppParams other)
Parameter
Name Description
other AppParams

Properties

Group

public string Group { get; set; }

Grouping used to construct the name of the AppHub Application. Multiple UnitKinds can specify the same group to use the same Application across their respective units. Corresponds to the app_boundary_id in the ADC composite ApplicationTemplate. Defaults to UnitKind.name

Property Value
Type Description
string

Scope

public AppParams.Types.Scope Scope { get; set; }

Corresponds to the scope in the ADC composite ApplicationTemplate. Defaults to TYPE_REGIONAL.

Property Value
Type Description
AppParamsTypesScope