UpdateGovernanceInstanceDetails¶
-
class
oci.access_governance_cp.models.
UpdateGovernanceInstanceDetails
(**kwargs)¶ Bases:
object
The details of a GovernanceInstance to be updated.
Attributes
LICENSE_TYPE_AG_OCI
A constant which can be used with the license_type property of a UpdateGovernanceInstanceDetails. LICENSE_TYPE_AG_ORACLE_WORKLOADS
A constant which can be used with the license_type property of a UpdateGovernanceInstanceDetails. LICENSE_TYPE_BRING_YOUR_OWN_LICENSE
A constant which can be used with the license_type property of a UpdateGovernanceInstanceDetails. LICENSE_TYPE_NEW_LICENSE
A constant which can be used with the license_type property of a UpdateGovernanceInstanceDetails. defined_tags
Gets the defined_tags of this UpdateGovernanceInstanceDetails. description
Gets the description of this UpdateGovernanceInstanceDetails. display_name
Gets the display_name of this UpdateGovernanceInstanceDetails. freeform_tags
Gets the freeform_tags of this UpdateGovernanceInstanceDetails. license_type
Gets the license_type of this UpdateGovernanceInstanceDetails. Methods
__init__
(**kwargs)Initializes a new UpdateGovernanceInstanceDetails object with values from keyword arguments. -
LICENSE_TYPE_AG_OCI
= 'AG_OCI'¶ A constant which can be used with the license_type property of a UpdateGovernanceInstanceDetails. This constant has a value of “AG_OCI”
-
LICENSE_TYPE_AG_ORACLE_WORKLOADS
= 'AG_ORACLE_WORKLOADS'¶ A constant which can be used with the license_type property of a UpdateGovernanceInstanceDetails. This constant has a value of “AG_ORACLE_WORKLOADS”
-
LICENSE_TYPE_BRING_YOUR_OWN_LICENSE
= 'BRING_YOUR_OWN_LICENSE'¶ A constant which can be used with the license_type property of a UpdateGovernanceInstanceDetails. This constant has a value of “BRING_YOUR_OWN_LICENSE”
-
LICENSE_TYPE_NEW_LICENSE
= 'NEW_LICENSE'¶ A constant which can be used with the license_type property of a UpdateGovernanceInstanceDetails. This constant has a value of “NEW_LICENSE”
-
__init__
(**kwargs)¶ Initializes a new UpdateGovernanceInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateGovernanceInstanceDetails.
- description (str) – The value to assign to the description property of this UpdateGovernanceInstanceDetails.
- license_type (str) – The value to assign to the license_type property of this UpdateGovernanceInstanceDetails. Allowed values for this property are: “NEW_LICENSE”, “BRING_YOUR_OWN_LICENSE”, “AG_ORACLE_WORKLOADS”, “AG_OCI”
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateGovernanceInstanceDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateGovernanceInstanceDetails.
Gets the defined_tags of this UpdateGovernanceInstanceDetails. 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 UpdateGovernanceInstanceDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateGovernanceInstanceDetails. The description of the GovernanceInstance.
Returns: The description of this UpdateGovernanceInstanceDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateGovernanceInstanceDetails. The name for the GovernanceInstance.
Returns: The display_name of this UpdateGovernanceInstanceDetails. Return type: str
Gets the freeform_tags of this UpdateGovernanceInstanceDetails. 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 UpdateGovernanceInstanceDetails. Return type: dict(str, str)
-
license_type
¶ Gets the license_type of this UpdateGovernanceInstanceDetails. The licenseType being used.
Allowed values for this property are: “NEW_LICENSE”, “BRING_YOUR_OWN_LICENSE”, “AG_ORACLE_WORKLOADS”, “AG_OCI”
Returns: The license_type of this UpdateGovernanceInstanceDetails. Return type: str
-