PeerGdpPipelineDetails

class oci.gdp.models.PeerGdpPipelineDetails(**kwargs)

Bases: object

Details about the peering pipeline.

Methods

__init__(**kwargs) Initializes a new PeerGdpPipelineDetails object with values from keyword arguments.

Attributes

peer_validation_nonce Gets the peer_validation_nonce of this PeerGdpPipelineDetails.
peering_gdp_pipeline_id [Required] Gets the peering_gdp_pipeline_id of this PeerGdpPipelineDetails.
__init__(**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):

Parameters:
  • peering_gdp_pipeline_id (str) – The value to assign to the peering_gdp_pipeline_id property of this PeerGdpPipelineDetails.
  • peer_validation_nonce (str) – The value to assign to the peer_validation_nonce property of this PeerGdpPipelineDetails.
peer_validation_nonce

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.

Returns:The peer_validation_nonce of this PeerGdpPipelineDetails.
Return type:str
peering_gdp_pipeline_id

[Required] Gets the peering_gdp_pipeline_id of this PeerGdpPipelineDetails. OCID of the peering pipeline.

Returns:The peering_gdp_pipeline_id of this PeerGdpPipelineDetails.
Return type:str