Class MirrorConfiguration
Mirror information used for the management station configuration.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class MirrorConfiguration
Properties
Directory
Declaration
[Required(ErrorMessage = "Directory is required.")]
[JsonProperty(PropertyName = "directory")]
public string Directory { get; set; }
Property Value
Type | Description |
---|---|
string | Path to the data volume on the management station where software source mirrors are stored. |
Remarks
Required
Port
Declaration
[Required(ErrorMessage = "Port is required.")]
[JsonProperty(PropertyName = "port")]
public string Port { get; set; }
Property Value
Type | Description |
---|---|
string | Default mirror listening port for http. |
Remarks
Required
Sslcert
Declaration
[JsonProperty(PropertyName = "sslcert")]
public string Sslcert { get; set; }
Property Value
Type | Description |
---|---|
string | Path to the SSL cerfificate. |
Sslport
Declaration
[Required(ErrorMessage = "Sslport is required.")]
[JsonProperty(PropertyName = "sslport")]
public string Sslport { get; set; }
Property Value
Type | Description |
---|---|
string | Default mirror listening port for https. |
Remarks
Required