ruạṛ
a ���f�: � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sh e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�CreateBlockchainPlatformDetailszA Blockchain Platform details for creating a new service. c K s� ddddddddddddd�| _ dddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new CreateBlockchainPlatformDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateBlockchainPlatformDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateBlockchainPlatformDetails. :type compartment_id: str :param description: The value to assign to the description property of this CreateBlockchainPlatformDetails. :type description: str :param platform_role: The value to assign to the platform_role property of this CreateBlockchainPlatformDetails. :type platform_role: str :param compute_shape: The value to assign to the compute_shape property of this CreateBlockchainPlatformDetails. :type compute_shape: str :param is_byol: The value to assign to the is_byol property of this CreateBlockchainPlatformDetails. :type is_byol: bool :param platform_version: The value to assign to the platform_version property of this CreateBlockchainPlatformDetails. :type platform_version: str :param idcs_access_token: The value to assign to the idcs_access_token property of this CreateBlockchainPlatformDetails. :type idcs_access_token: str :param federated_user_id: The value to assign to the federated_user_id property of this CreateBlockchainPlatformDetails. :type federated_user_id: str :param ca_cert_archive_text: The value to assign to the ca_cert_archive_text property of this CreateBlockchainPlatformDetails. :type ca_cert_archive_text: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateBlockchainPlatformDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateBlockchainPlatformDetails. :type defined_tags: dict(str, dict(str, object)) �str�boolzdict(str, str)zdict(str, dict(str, object)))�display_name�compartment_id�description� platform_role� compute_shape�is_byol�platform_version�idcs_access_token�federated_user_id�ca_cert_archive_text� freeform_tags�defined_tagsZdisplayNameZ compartmentIdr ZplatformRoleZcomputeShapeZisByolZplatformVersionZidcsAccessTokenZfederatedUserIdZcaCertArchiveTextZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name�_compartment_id�_description�_platform_role�_compute_shape�_is_byol�_platform_version�_idcs_access_token�_federated_user_id�_ca_cert_archive_text�_freeform_tags� _defined_tags)�self�kwargs� r# �\/usr/lib/python3.9/site-packages/oci/blockchain/models/create_blockchain_platform_details.py�__init__ sL 7��z(CreateBlockchainPlatformDetails.__init__c C s | j S )z� **[Required]** Gets the display_name of this CreateBlockchainPlatformDetails. Platform Instance Display name, can be renamed :return: The display_name of this CreateBlockchainPlatformDetails. :rtype: str �r �r! r# r# r$ r s s z,CreateBlockchainPlatformDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateBlockchainPlatformDetails. Platform Instance Display name, can be renamed :param display_name: The display_name of this CreateBlockchainPlatformDetails. :type: str Nr&