models_v2.tier_type_2_enum module

class models_v2.tier_type_2_enum.TierType2Enum[source]

Bases: object

Implementation of the ‘TierType2’ enum.

Specifies the Google tier types.

Attributes:

KGOOGLESTANDARD: TODO: type description here. KGOOGLEREGIONAL: TODO: type description here. KGOOGLEMULTIREGIONAL: TODO: type description here. KGOOGLENEARLINE: TODO: type description here. KGOOGLECOLDLINE: TODO: type description here.

KGOOGLECOLDLINE = 'kGoogleColdline'
KGOOGLEMULTIREGIONAL = 'kGoogleMultiRegional'
KGOOGLENEARLINE = 'kGoogleNearline'
KGOOGLEREGIONAL = 'kGoogleRegional'
KGOOGLESTANDARD = 'kGoogleStandard'