public sealed class AppParams : IMessage<AppParams>, IEquatable<AppParams>, IDeepCloneable<AppParams>, IBufferMessage, IMessageReference documentation and code samples for the SaaS Runtime v1beta1 API class AppParams.
AppParams contains the parameters for creating an AppHub Application.
Implements
IMessageAppParams, IEquatableAppParams, IDeepCloneableAppParams, IBufferMessage, IMessageNamespace
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1Assembly
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 |
|