CloudAssignedSubscriptionSummary¶
-
class
oci.tenant_manager_control_plane.models.CloudAssignedSubscriptionSummary(**kwargs)¶ Bases:
oci.tenant_manager_control_plane.models.assigned_subscription_summary.AssignedSubscriptionSummarySummary of assigned subscription information.
Attributes
ENTITY_VERSION_V1str(object=’’) -> str ENTITY_VERSION_V2str(object=’’) -> str LIFECYCLE_STATE_ACTIVEA constant which can be used with the lifecycle_state property of a CloudAssignedSubscriptionSummary. LIFECYCLE_STATE_CREATINGA constant which can be used with the lifecycle_state property of a CloudAssignedSubscriptionSummary. LIFECYCLE_STATE_FAILEDA constant which can be used with the lifecycle_state property of a CloudAssignedSubscriptionSummary. LIFECYCLE_STATE_INACTIVEA constant which can be used with the lifecycle_state property of a CloudAssignedSubscriptionSummary. LIFECYCLE_STATE_NEEDS_ATTENTIONA constant which can be used with the lifecycle_state property of a CloudAssignedSubscriptionSummary. compartment_id[Required] Gets the compartment_id of this AssignedSubscriptionSummary. currency_code[Required] Gets the currency_code of this CloudAssignedSubscriptionSummary. defined_tags[Required] Gets the defined_tags of this AssignedSubscriptionSummary. entity_version[Required] Gets the entity_version of this AssignedSubscriptionSummary. freeform_tags[Required] Gets the freeform_tags of this AssignedSubscriptionSummary. id[Required] Gets the id of this AssignedSubscriptionSummary. lifecycle_state[Required] Gets the lifecycle_state of this CloudAssignedSubscriptionSummary. service_name[Required] Gets the service_name of this AssignedSubscriptionSummary. subscription_number[Required] Gets the subscription_number of this CloudAssignedSubscriptionSummary. system_tagsGets the system_tags of this AssignedSubscriptionSummary. time_created[Required] Gets the time_created of this AssignedSubscriptionSummary. time_updated[Required] Gets the time_updated of this AssignedSubscriptionSummary. Methods
__init__(**kwargs)Initializes a new CloudAssignedSubscriptionSummary object with values from keyword arguments. get_subtype(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
ENTITY_VERSION_V1= 'V1'¶
-
ENTITY_VERSION_V2= 'V2'¶
-
LIFECYCLE_STATE_ACTIVE= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a CloudAssignedSubscriptionSummary. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_CREATING= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a CloudAssignedSubscriptionSummary. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_FAILED= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a CloudAssignedSubscriptionSummary. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_INACTIVE= 'INACTIVE'¶ A constant which can be used with the lifecycle_state property of a CloudAssignedSubscriptionSummary. This constant has a value of “INACTIVE”
-
LIFECYCLE_STATE_NEEDS_ATTENTION= 'NEEDS_ATTENTION'¶ A constant which can be used with the lifecycle_state property of a CloudAssignedSubscriptionSummary. This constant has a value of “NEEDS_ATTENTION”
-
__init__(**kwargs)¶ Initializes a new CloudAssignedSubscriptionSummary object with values from keyword arguments. The default value of the
entity_versionattribute of this class isV2and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - entity_version (str) – The value to assign to the entity_version property of this CloudAssignedSubscriptionSummary. Allowed values for this property are: “V1”, “V2”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- id (str) – The value to assign to the id property of this CloudAssignedSubscriptionSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this CloudAssignedSubscriptionSummary.
- service_name (str) – The value to assign to the service_name property of this CloudAssignedSubscriptionSummary.
- time_created (datetime) – The value to assign to the time_created property of this CloudAssignedSubscriptionSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this CloudAssignedSubscriptionSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CloudAssignedSubscriptionSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CloudAssignedSubscriptionSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this CloudAssignedSubscriptionSummary.
- subscription_number (str) – The value to assign to the subscription_number property of this CloudAssignedSubscriptionSummary.
- currency_code (str) – The value to assign to the currency_code property of this CloudAssignedSubscriptionSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this CloudAssignedSubscriptionSummary. Allowed values for this property are: “NEEDS_ATTENTION”, “ACTIVE”, “INACTIVE”, “FAILED”, “CREATING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
compartment_id¶ [Required] Gets the compartment_id of this AssignedSubscriptionSummary. The Oracle ID (OCID) of the owning compartment. Always a tenancy OCID.
Returns: The compartment_id of this AssignedSubscriptionSummary. Return type: str
-
currency_code¶ [Required] Gets the currency_code of this CloudAssignedSubscriptionSummary. Currency code. For example USD, MXN.
Returns: The currency_code of this CloudAssignedSubscriptionSummary. Return type: str
[Required] Gets the defined_tags of this AssignedSubscriptionSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this AssignedSubscriptionSummary. Return type: dict(str, dict(str, object))
-
entity_version¶ [Required] Gets the entity_version of this AssignedSubscriptionSummary. The entity version of the subscription, whether V1 (the legacy schema version), or V2 (the latest 20230401 API version).
Allowed values for this property are: “V1”, “V2”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The entity_version of this AssignedSubscriptionSummary. Return type: str
[Required] Gets the freeform_tags of this AssignedSubscriptionSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this AssignedSubscriptionSummary. Return type: dict(str, str)
-
static
get_subtype(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
id¶ [Required] Gets the id of this AssignedSubscriptionSummary. The Oracle ID (OCID) of the subscription.
Returns: The id of this AssignedSubscriptionSummary. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this CloudAssignedSubscriptionSummary. Lifecycle state of the subscription.
Allowed values for this property are: “NEEDS_ATTENTION”, “ACTIVE”, “INACTIVE”, “FAILED”, “CREATING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this CloudAssignedSubscriptionSummary. Return type: str
-
service_name¶ [Required] Gets the service_name of this AssignedSubscriptionSummary. The type of subscription, such as ‘UCM’, ‘SAAS’, ‘ERP’, ‘CRM’.
Returns: The service_name of this AssignedSubscriptionSummary. Return type: str
-
subscription_number¶ [Required] Gets the subscription_number of this CloudAssignedSubscriptionSummary. Unique Oracle Cloud Subscriptions identifier that is immutable on creation.
Returns: The subscription_number of this CloudAssignedSubscriptionSummary. Return type: str
Gets the system_tags of this AssignedSubscriptionSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this AssignedSubscriptionSummary. Return type: dict(str, dict(str, object))
-