CreateMirrorConfigurationDetails

class oci.os_management_hub.models.CreateMirrorConfigurationDetails(**kwargs)

Bases: object

Information used to create the mirror configuration for a management station.

Methods

__init__(**kwargs) Initializes a new CreateMirrorConfigurationDetails object with values from keyword arguments.

Attributes

directory [Required] Gets the directory of this CreateMirrorConfigurationDetails.
port [Required] Gets the port of this CreateMirrorConfigurationDetails.
sslcert Gets the sslcert of this CreateMirrorConfigurationDetails.
sslport [Required] Gets the sslport of this CreateMirrorConfigurationDetails.
__init__(**kwargs)

Initializes a new CreateMirrorConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • directory (str) – The value to assign to the directory property of this CreateMirrorConfigurationDetails.
  • port (str) – The value to assign to the port property of this CreateMirrorConfigurationDetails.
  • sslport (str) – The value to assign to the sslport property of this CreateMirrorConfigurationDetails.
  • sslcert (str) – The value to assign to the sslcert property of this CreateMirrorConfigurationDetails.
directory

[Required] Gets the directory of this CreateMirrorConfigurationDetails. Path to the data volume on the management station where software source mirrors are stored.

Returns:The directory of this CreateMirrorConfigurationDetails.
Return type:str
port

[Required] Gets the port of this CreateMirrorConfigurationDetails. Default mirror listening port for http.

Returns:The port of this CreateMirrorConfigurationDetails.
Return type:str
sslcert

Gets the sslcert of this CreateMirrorConfigurationDetails. Path to the SSL cerfificate.

Returns:The sslcert of this CreateMirrorConfigurationDetails.
Return type:str
sslport

[Required] Gets the sslport of this CreateMirrorConfigurationDetails. Default mirror listening port for https.

Returns:The sslport of this CreateMirrorConfigurationDetails.
Return type:str