Reference documentation and code samples for the App Lifecycle Manager V1BETA1 API class Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::AppParams.
AppParams contains the parameters for creating an AppHub Application.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#group
def group() -> ::String
Returns
- (::String) — 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
#group=
def group=(value) -> ::String
Parameter
- value (::String) — 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
Returns
- (::String) — 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
def scope() -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::AppParams::Scope
Returns
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::AppParams::Scope) — Corresponds to the scope in the ADC composite ApplicationTemplate. Defaults to TYPE_REGIONAL.
#scope=
def scope=(value) -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::AppParams::Scope
Parameter
- value (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::AppParams::Scope) — Corresponds to the scope in the ADC composite ApplicationTemplate. Defaults to TYPE_REGIONAL.
Returns
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::AppParams::Scope) — Corresponds to the scope in the ADC composite ApplicationTemplate. Defaults to TYPE_REGIONAL.