Ias
Product type for IAS.
IASInactive
Bases: BaseL3SubscriptionModel
An IAS product that is inactive.
Source code in gso/products/product_types/ias.py
l3_core
property
writable
Getter: Retrieve the l3_core from the ias attribute.
service_name_attribute
property
Get the service name.
IASProvisioning
Bases: IASInactive
An IAS product that is being provisioned.
Source code in gso/products/product_types/ias.py
IAS
Bases: IASProvisioning
An IAS product that is active.
Source code in gso/products/product_types/ias.py
ImportedIASInactive
Bases: BaseL3SubscriptionModel
An imported IAS product that is inactive.
Source code in gso/products/product_types/ias.py
l3_core
property
writable
Getter: Retrieve the l3_core from the ias attribute.
service_name_attribute
property
Get the service name.
ImportedIAS
Bases: ImportedIASInactive
An imported IAS product that is active.