Show / Hide Table of Contents

Class NodeLevelManageBdsCertificateDetails

Details of node level used to trigger the BDS certificate generation or renewal of a specified node or multiple specified nodes.

Inheritance
object
ManageBdsCertificateLevelTypeDetails
NodeLevelManageBdsCertificateDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class NodeLevelManageBdsCertificateDetails : ManageBdsCertificateLevelTypeDetails

Properties

NodeHostNames

Declaration
[Required(ErrorMessage = "NodeHostNames is required.")]
[JsonProperty(PropertyName = "nodeHostNames")]
public List<string> NodeHostNames { get; set; }
Property Value
Type Description
List<string>

Host name(s) of the specified node(s) to generate or renew BDS certificate(s).

Remarks

Required

In this article
Back to top