Class PeerGdpPipelineDetails
Details about the peering pipeline.
Inherited Members
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