File manager - Edit - /usr/lib/mysqlsh/lib/python3.9/site-packages/oci/gdp/models/peer_gdp_pipeline_details.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: 20230301 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 PeerGdpPipelineDetails(object): """ Details about the peering pipeline. """ def __init__(self, **kwargs): """ Initializes a new PeerGdpPipelineDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param peering_gdp_pipeline_id: The value to assign to the peering_gdp_pipeline_id property of this PeerGdpPipelineDetails. :type peering_gdp_pipeline_id: str :param peer_validation_nonce: The value to assign to the peer_validation_nonce property of this PeerGdpPipelineDetails. :type peer_validation_nonce: str """ self.swagger_types = { 'peering_gdp_pipeline_id': 'str', 'peer_validation_nonce': 'str' } self.attribute_map = { 'peering_gdp_pipeline_id': 'peeringGdpPipelineId', 'peer_validation_nonce': 'peerValidationNonce' } self._peering_gdp_pipeline_id = None self._peer_validation_nonce = None @property def peering_gdp_pipeline_id(self): """ **[Required]** Gets the peering_gdp_pipeline_id of this PeerGdpPipelineDetails. OCID of the peering pipeline. :return: The peering_gdp_pipeline_id of this PeerGdpPipelineDetails. :rtype: str """ return self._peering_gdp_pipeline_id @peering_gdp_pipeline_id.setter def peering_gdp_pipeline_id(self, peering_gdp_pipeline_id): """ Sets the peering_gdp_pipeline_id of this PeerGdpPipelineDetails. OCID of the peering pipeline. :param peering_gdp_pipeline_id: The peering_gdp_pipeline_id of this PeerGdpPipelineDetails. :type: str """ self._peering_gdp_pipeline_id = peering_gdp_pipeline_id @property def peer_validation_nonce(self): """ Gets the peer_validation_nonce of this PeerGdpPipelineDetails. Unique one-time-token generated to validate the identity of the sender and prevent the peer request from being tampered with. :return: The peer_validation_nonce of this PeerGdpPipelineDetails. :rtype: str """ return self._peer_validation_nonce @peer_validation_nonce.setter def peer_validation_nonce(self, peer_validation_nonce): """ Sets the peer_validation_nonce of this PeerGdpPipelineDetails. Unique one-time-token generated to validate the identity of the sender and prevent the peer request from being tampered with. :param peer_validation_nonce: The peer_validation_nonce of this PeerGdpPipelineDetails. :type: str """ self._peer_validation_nonce = peer_validation_nonce 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