CustomerInstanceReportRecord¶
-
class
oci.marketplace_publisher.models.CustomerInstanceReportRecord(**kwargs)¶ Bases:
objectThe model for instance report item
Methods
__init__(**kwargs)Initializes a new CustomerInstanceReportRecord object with values from keyword arguments. Attributes
defined_tagsGets the defined_tags of this CustomerInstanceReportRecord. freeform_tagsGets the freeform_tags of this CustomerInstanceReportRecord. instance_idGets the instance_id of this CustomerInstanceReportRecord. listing_idGets the listing_id of this CustomerInstanceReportRecord. listing_nameGets the listing_name of this CustomerInstanceReportRecord. listing_version_idGets the listing_version_id of this CustomerInstanceReportRecord. oci_tenancyGets the oci_tenancy of this CustomerInstanceReportRecord. package_versionGets the package_version of this CustomerInstanceReportRecord. package_version_idGets the package_version_id of this CustomerInstanceReportRecord. publisher_idGets the publisher_id of this CustomerInstanceReportRecord. realmGets the realm of this CustomerInstanceReportRecord. regionGets the region of this CustomerInstanceReportRecord. shapeGets the shape of this CustomerInstanceReportRecord. statusGets the status of this CustomerInstanceReportRecord. system_tagsGets the system_tags of this CustomerInstanceReportRecord. tenant_admin_emailGets the tenant_admin_email of this CustomerInstanceReportRecord. tenant_admin_nameGets the tenant_admin_name of this CustomerInstanceReportRecord. time_instance_creationGets the time_instance_creation of this CustomerInstanceReportRecord. time_instance_terminationGets the time_instance_termination of this CustomerInstanceReportRecord. -
__init__(**kwargs)¶ Initializes a new CustomerInstanceReportRecord object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - publisher_id (str) – The value to assign to the publisher_id property of this CustomerInstanceReportRecord.
- listing_name (str) – The value to assign to the listing_name property of this CustomerInstanceReportRecord.
- listing_id (str) – The value to assign to the listing_id property of this CustomerInstanceReportRecord.
- listing_version_id (str) – The value to assign to the listing_version_id property of this CustomerInstanceReportRecord.
- package_version (str) – The value to assign to the package_version property of this CustomerInstanceReportRecord.
- package_version_id (str) – The value to assign to the package_version_id property of this CustomerInstanceReportRecord.
- status (str) – The value to assign to the status property of this CustomerInstanceReportRecord.
- instance_id (str) – The value to assign to the instance_id property of this CustomerInstanceReportRecord.
- time_instance_creation (datetime) – The value to assign to the time_instance_creation property of this CustomerInstanceReportRecord.
- time_instance_termination (datetime) – The value to assign to the time_instance_termination property of this CustomerInstanceReportRecord.
- region (str) – The value to assign to the region property of this CustomerInstanceReportRecord.
- realm (str) – The value to assign to the realm property of this CustomerInstanceReportRecord.
- shape (str) – The value to assign to the shape property of this CustomerInstanceReportRecord.
- oci_tenancy (str) – The value to assign to the oci_tenancy property of this CustomerInstanceReportRecord.
- tenant_admin_name (str) – The value to assign to the tenant_admin_name property of this CustomerInstanceReportRecord.
- tenant_admin_email (str) – The value to assign to the tenant_admin_email property of this CustomerInstanceReportRecord.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CustomerInstanceReportRecord.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CustomerInstanceReportRecord.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this CustomerInstanceReportRecord.
Gets the defined_tags of this CustomerInstanceReportRecord. 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 CustomerInstanceReportRecord. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this CustomerInstanceReportRecord. 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 CustomerInstanceReportRecord. Return type: dict(str, str)
-
instance_id¶ Gets the instance_id of this CustomerInstanceReportRecord. Instance OCID
Returns: The instance_id of this CustomerInstanceReportRecord. Return type: str
-
listing_id¶ Gets the listing_id of this CustomerInstanceReportRecord. Listing ID
Returns: The listing_id of this CustomerInstanceReportRecord. Return type: str
-
listing_name¶ Gets the listing_name of this CustomerInstanceReportRecord. Name of the listing
Returns: The listing_name of this CustomerInstanceReportRecord. Return type: str
-
listing_version_id¶ Gets the listing_version_id of this CustomerInstanceReportRecord. Listing version ID
Returns: The listing_version_id of this CustomerInstanceReportRecord. Return type: str
-
oci_tenancy¶ Gets the oci_tenancy of this CustomerInstanceReportRecord. The tenancy of the instance
Returns: The oci_tenancy of this CustomerInstanceReportRecord. Return type: str
-
package_version¶ Gets the package_version of this CustomerInstanceReportRecord. The version for the package
Returns: The package_version of this CustomerInstanceReportRecord. Return type: str
-
package_version_id¶ Gets the package_version_id of this CustomerInstanceReportRecord. Package version ID
Returns: The package_version_id of this CustomerInstanceReportRecord. Return type: str
-
publisher_id¶ Gets the publisher_id of this CustomerInstanceReportRecord. publisher OCID
Returns: The publisher_id of this CustomerInstanceReportRecord. Return type: str
-
realm¶ Gets the realm of this CustomerInstanceReportRecord. The realm of the instance
Returns: The realm of this CustomerInstanceReportRecord. Return type: str
-
region¶ Gets the region of this CustomerInstanceReportRecord. The region of the instance
Returns: The region of this CustomerInstanceReportRecord. Return type: str
-
shape¶ Gets the shape of this CustomerInstanceReportRecord. The shape of the instance
Returns: The shape of this CustomerInstanceReportRecord. Return type: str
-
status¶ Gets the status of this CustomerInstanceReportRecord. Instance status
Returns: The status of this CustomerInstanceReportRecord. Return type: str
Gets the system_tags of this CustomerInstanceReportRecord. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this CustomerInstanceReportRecord. Return type: dict(str, dict(str, object))
-
tenant_admin_email¶ Gets the tenant_admin_email of this CustomerInstanceReportRecord. The email of the tenant adminstrator
Returns: The tenant_admin_email of this CustomerInstanceReportRecord. Return type: str
-
tenant_admin_name¶ Gets the tenant_admin_name of this CustomerInstanceReportRecord. The name of the tenant adminstrator
Returns: The tenant_admin_name of this CustomerInstanceReportRecord. Return type: str
-
time_instance_creation¶ Gets the time_instance_creation of this CustomerInstanceReportRecord. The date and time that instance was created, expressed in RFC 3339 timestamp format. Example: 2016-08-25T21:10:29.600Z
Returns: The time_instance_creation of this CustomerInstanceReportRecord. Return type: datetime
-
time_instance_termination¶ Gets the time_instance_termination of this CustomerInstanceReportRecord. The date and time that instance was terminated, expressed in RFC 3339 timestamp format. Example: 2016-08-25T21:10:29.600Z
Returns: The time_instance_termination of this CustomerInstanceReportRecord. Return type: datetime
-