Class AppParams (0.7.1)

AppParams(mapping=None, *, ignore_unknown_fields=False, **kwargs)

AppParams contains the parameters for creating an AppHub Application.

Attributes

Name Description
group str
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
scope google.cloud.saasplatform_saasservicemgmt_v1beta1.types.AppParams.Scope
Corresponds to the scope in the ADC composite ApplicationTemplate. Defaults to TYPE_REGIONAL.

Classes

Scope

Scope(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Scope of an application.