MirrorRepositoryConfig¶
- 
class 
oci.devops.models.MirrorRepositoryConfig(**kwargs)¶ Bases:
objectConfiguration information for mirroring the repository.
Methods
__init__(**kwargs)Initializes a new MirrorRepositoryConfig object with values from keyword arguments. Attributes
connector_idGets the connector_id of this MirrorRepositoryConfig. repository_urlGets the repository_url of this MirrorRepositoryConfig. trigger_scheduleGets the trigger_schedule of this MirrorRepositoryConfig. - 
__init__(**kwargs)¶ Initializes a new MirrorRepositoryConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - connector_id (str) – The value to assign to the connector_id property of this MirrorRepositoryConfig.
 - repository_url (str) – The value to assign to the repository_url property of this MirrorRepositoryConfig.
 - trigger_schedule (oci.devops.models.TriggerSchedule) – The value to assign to the trigger_schedule property of this MirrorRepositoryConfig.
 
- 
connector_id¶ Gets the connector_id of this MirrorRepositoryConfig. Upstream git repository connection identifier.
Returns: The connector_id of this MirrorRepositoryConfig. Return type: str 
- 
repository_url¶ Gets the repository_url of this MirrorRepositoryConfig. URL of external repository you want to mirror.
Returns: The repository_url of this MirrorRepositoryConfig. Return type: str 
- 
trigger_schedule¶ Gets the trigger_schedule of this MirrorRepositoryConfig.
Returns: The trigger_schedule of this MirrorRepositoryConfig. Return type: oci.devops.models.TriggerSchedule 
-