MirrorConfiguration¶
-
class
oci.os_management_hub.models.
MirrorConfiguration
(**kwargs)¶ Bases:
object
Mirror information used for the management station configuration.
Methods
__init__
(**kwargs)Initializes a new MirrorConfiguration object with values from keyword arguments. Attributes
directory
[Required] Gets the directory of this MirrorConfiguration. port
[Required] Gets the port of this MirrorConfiguration. sslcert
Gets the sslcert of this MirrorConfiguration. sslport
[Required] Gets the sslport of this MirrorConfiguration. -
__init__
(**kwargs)¶ Initializes a new MirrorConfiguration 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 MirrorConfiguration.
- port (str) – The value to assign to the port property of this MirrorConfiguration.
- sslport (str) – The value to assign to the sslport property of this MirrorConfiguration.
- sslcert (str) – The value to assign to the sslcert property of this MirrorConfiguration.
-
directory
¶ [Required] Gets the directory of this MirrorConfiguration. Path to the data volume on the management station where software source mirrors are stored.
Returns: The directory of this MirrorConfiguration. Return type: str
-
port
¶ [Required] Gets the port of this MirrorConfiguration. Default mirror listening port for http.
Returns: The port of this MirrorConfiguration. Return type: str
-
sslcert
¶ Gets the sslcert of this MirrorConfiguration. Path to the SSL cerfificate.
Returns: The sslcert of this MirrorConfiguration. Return type: str
-
sslport
¶ [Required] Gets the sslport of this MirrorConfiguration. Default mirror listening port for https.
Returns: The sslport of this MirrorConfiguration. Return type: str
-