| Server IP : 162.241.219.206 / Your IP : 216.73.216.30 Web Server : Apache System : Linux box5669.bluehost.com 5.14.0-687.15.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 11 08:51:45 EDT 2026 x86_64 User : signavd5 ( 2863) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/libexec/oracle-cloud-agent/plugins/osms/oci/usage_api/models/ |
Upload File : |
a
O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ResultLocation� )�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed
d� �Z e jdd� �Z d
d� Z
dd� Zdd� ZdS )�ObjectStorageLocationzP
The object storage location where usage or cost CSVs will be uploaded.
c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) a
Initializes a new ObjectStorageLocation object with values from keyword arguments. The default value of the :py:attr:`~oci.usage_api.models.ObjectStorageLocation.location_type` attribute
of this class is ``OBJECT_STORAGE`` and it should not be changed.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param location_type:
The value to assign to the location_type property of this ObjectStorageLocation.
Allowed values for this property are: "OBJECT_STORAGE"
:type location_type: str
:param region:
The value to assign to the region property of this ObjectStorageLocation.
:type region: str
:param namespace:
The value to assign to the namespace property of this ObjectStorageLocation.
:type namespace: str
:param bucket_name:
The value to assign to the bucket_name property of this ObjectStorageLocation.
:type bucket_name: str
�str)�
location_type�region� namespace�bucket_name�locationTyper r �
bucketNameN�OBJECT_STORAGE)�
swagger_types�
attribute_map�_location_type�_region�
_namespace�_bucket_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/usage_api/models/object_storage_location.py�__init__ s ��zObjectStorageLocation.__init__c C s | j S )z�
**[Required]** Gets the region of this ObjectStorageLocation.
The destination Object Store Region specified by the customer.
:return: The region of this ObjectStorageLocation.
:rtype: str
�r �r r r r r <