Show / Hide Table of Contents

Class ReplaceCertificateAuthorityResponse

Information about the replace CA Bundle of the rover node.

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

Properties

ReplaceCaDetails

Declaration
[JsonProperty(PropertyName = "replaceCaDetails")]
public ReplaceCaDetails ReplaceCaDetails { get; set; }
Property Value
Type Description
ReplaceCaDetails

RoverNodeId

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

rover node ocid

Remarks

Required

In this article
Back to top