UpdateMirrorConfigurationDetails

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

Bases: object

Provides the information used to update the mirror configuration for a management station.

Methods

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

Attributes

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

Initializes a new UpdateMirrorConfigurationDetails 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 UpdateMirrorConfigurationDetails.
  • port (str) – The value to assign to the port property of this UpdateMirrorConfigurationDetails.
  • sslport (str) – The value to assign to the sslport property of this UpdateMirrorConfigurationDetails.
  • sslcert (str) – The value to assign to the sslcert property of this UpdateMirrorConfigurationDetails.
directory

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

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

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

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

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

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

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

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