Show / Hide Table of Contents

Class PeerGdpPipelineDetails

Details about the peering pipeline.

Inheritance
object
PeerGdpPipelineDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GdpService.Models
Assembly: OCI.DotNetSDK.Gdp.dll
Syntax
public class PeerGdpPipelineDetails

Properties

PeerValidationNonce

Declaration
[JsonProperty(PropertyName = "peerValidationNonce")]
public string PeerValidationNonce { get; set; }
Property Value
Type Description
string

Unique one-time-token generated to validate the identity of the sender and prevent the peer request from being tampered with.

PeeringGdpPipelineId

Declaration
[Required(ErrorMessage = "PeeringGdpPipelineId is required.")]
[JsonProperty(PropertyName = "peeringGdpPipelineId")]
public string PeeringGdpPipelineId { get; set; }
Property Value
Type Description
string

OCID of the peering pipeline.

Remarks

Required

In this article
Back to top