File manager - Edit - /usr/lib/mysqlsh/lib/python3.9/site-packages/oci/governance_rules_control_plane/models/tenancy_attachment_summary.py
Back
# coding: utf-8 # Copyright (c) 2016, 2026, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20220504 from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class TenancyAttachmentSummary(object): """ Summary of the tenancy attachment. """ def __init__(self, **kwargs): """ Initializes a new TenancyAttachmentSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this TenancyAttachmentSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this TenancyAttachmentSummary. :type compartment_id: str :param governance_rule_id: The value to assign to the governance_rule_id property of this TenancyAttachmentSummary. :type governance_rule_id: str :param tenancy_id: The value to assign to the tenancy_id property of this TenancyAttachmentSummary. :type tenancy_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this TenancyAttachmentSummary. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this TenancyAttachmentSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this TenancyAttachmentSummary. :type time_updated: datetime :param time_last_attempted: The value to assign to the time_last_attempted property of this TenancyAttachmentSummary. :type time_last_attempted: datetime """ self.swagger_types = { 'id': 'str', 'compartment_id': 'str', 'governance_rule_id': 'str', 'tenancy_id': 'str', 'lifecycle_state': 'str', 'time_created': 'datetime', 'time_updated': 'datetime', 'time_last_attempted': 'datetime' } self.attribute_map = { 'id': 'id', 'compartment_id': 'compartmentId', 'governance_rule_id': 'governanceRuleId', 'tenancy_id': 'tenancyId', 'lifecycle_state': 'lifecycleState', 'time_created': 'timeCreated', 'time_updated': 'timeUpdated', 'time_last_attempted': 'timeLastAttempted' } self._id = None self._compartment_id = None self._governance_rule_id = None self._tenancy_id = None self._lifecycle_state = None self._time_created = None self._time_updated = None self._time_last_attempted = None @property def id(self): """ **[Required]** Gets the id of this TenancyAttachmentSummary. The Oracle ID (`OCID`__) of the tenancy attachment. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this TenancyAttachmentSummary. :rtype: str """ return self._id @id.setter def id(self, id): """ Sets the id of this TenancyAttachmentSummary. The Oracle ID (`OCID`__) of the tenancy attachment. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this TenancyAttachmentSummary. :type: str """ self._id = id @property def compartment_id(self): """ **[Required]** Gets the compartment_id of this TenancyAttachmentSummary. The Oracle ID (`OCID`__) of the root compartment containing the tenancy attachment. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this TenancyAttachmentSummary. :rtype: str """ return self._compartment_id @compartment_id.setter def compartment_id(self, compartment_id): """ Sets the compartment_id of this TenancyAttachmentSummary. The Oracle ID (`OCID`__) of the root compartment containing the tenancy attachment. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this TenancyAttachmentSummary. :type: str """ self._compartment_id = compartment_id @property def governance_rule_id(self): """ **[Required]** Gets the governance_rule_id of this TenancyAttachmentSummary. The Oracle ID (`OCID`__) of the governance rule. Every tenancy attachment is associated with a governance rule. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The governance_rule_id of this TenancyAttachmentSummary. :rtype: str """ return self._governance_rule_id @governance_rule_id.setter def governance_rule_id(self, governance_rule_id): """ Sets the governance_rule_id of this TenancyAttachmentSummary. The Oracle ID (`OCID`__) of the governance rule. Every tenancy attachment is associated with a governance rule. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param governance_rule_id: The governance_rule_id of this TenancyAttachmentSummary. :type: str """ self._governance_rule_id = governance_rule_id @property def tenancy_id(self): """ **[Required]** Gets the tenancy_id of this TenancyAttachmentSummary. The Oracle ID (`OCID`__) of the tenancy to which the governance rule is attached. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The tenancy_id of this TenancyAttachmentSummary. :rtype: str """ return self._tenancy_id @tenancy_id.setter def tenancy_id(self, tenancy_id): """ Sets the tenancy_id of this TenancyAttachmentSummary. The Oracle ID (`OCID`__) of the tenancy to which the governance rule is attached. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param tenancy_id: The tenancy_id of this TenancyAttachmentSummary. :type: str """ self._tenancy_id = tenancy_id @property def lifecycle_state(self): """ **[Required]** Gets the lifecycle_state of this TenancyAttachmentSummary. The current state of the tenancy attachment. :return: The lifecycle_state of this TenancyAttachmentSummary. :rtype: str """ return self._lifecycle_state @lifecycle_state.setter def lifecycle_state(self, lifecycle_state): """ Sets the lifecycle_state of this TenancyAttachmentSummary. The current state of the tenancy attachment. :param lifecycle_state: The lifecycle_state of this TenancyAttachmentSummary. :type: str """ self._lifecycle_state = lifecycle_state @property def time_created(self): """ **[Required]** Gets the time_created of this TenancyAttachmentSummary. Date and time the tenancy attachment was created. An RFC3339 formatted datetime string. Example: `2016-08-25T21:10:29.600Z` :return: The time_created of this TenancyAttachmentSummary. :rtype: datetime """ return self._time_created @time_created.setter def time_created(self, time_created): """ Sets the time_created of this TenancyAttachmentSummary. Date and time the tenancy attachment was created. An RFC3339 formatted datetime string. Example: `2016-08-25T21:10:29.600Z` :param time_created: The time_created of this TenancyAttachmentSummary. :type: datetime """ self._time_created = time_created @property def time_updated(self): """ **[Required]** Gets the time_updated of this TenancyAttachmentSummary. Date and time the tenancy attachment was updated. An RFC3339 formatted datetime string. Example: `2016-08-25T21:10:29.600Z` :return: The time_updated of this TenancyAttachmentSummary. :rtype: datetime """ return self._time_updated @time_updated.setter def time_updated(self, time_updated): """ Sets the time_updated of this TenancyAttachmentSummary. Date and time the tenancy attachment was updated. An RFC3339 formatted datetime string. Example: `2016-08-25T21:10:29.600Z` :param time_updated: The time_updated of this TenancyAttachmentSummary. :type: datetime """ self._time_updated = time_updated @property def time_last_attempted(self): """ Gets the time_last_attempted of this TenancyAttachmentSummary. Date and time the tenancy attachment was last attempted. An RFC3339 formatted datetime string. Example: `2016-08-25T21:10:29.600Z` :return: The time_last_attempted of this TenancyAttachmentSummary. :rtype: datetime """ return self._time_last_attempted @time_last_attempted.setter def time_last_attempted(self, time_last_attempted): """ Sets the time_last_attempted of this TenancyAttachmentSummary. Date and time the tenancy attachment was last attempted. An RFC3339 formatted datetime string. Example: `2016-08-25T21:10:29.600Z` :param time_last_attempted: The time_last_attempted of this TenancyAttachmentSummary. :type: datetime """ self._time_last_attempted = time_last_attempted def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings