Show / Hide Table of Contents

Class CaBundleResponse

Information about the CA Bundle of the rover node.

Inheritance
object
CaBundleResponse
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 CaBundleResponse

Properties

CaDetails

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

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