pub struct DistributionMirrorDiff {Show 16 fields
pub base_url: Option<Url>,
pub content: Option<MirrorType>,
pub country_link: Option<Url>,
pub country_dns_mirror: Option<String>,
pub description: Option<String>,
pub displayname: Option<String>,
pub ftp_base_url: Option<Url>,
pub http_base_url: Option<Url>,
pub https_base_url: Option<Url>,
pub name: Option<String>,
pub official_candidate: Option<bool>,
pub owner_link: Option<Url>,
pub rsync_base_url: Option<Url>,
pub speed: Option<Speed>,
pub status: Option<MirrorStatus>,
pub whiteboard: Option<String>,
}Expand description
Representation of the distribution_mirror-diff resource
Fields§
§base_url: Option<Url>Base URL
The HTTP or FTP base URL of this mirror
content: Option<MirrorType>Content
Choose “CD Image” if this mirror contains CD images of this distribution. Choose “Archive” if this is a mirror of packages for this distribution.
country_link: Option<Url>Location
The country in which this mirror is based.
country_dns_mirror: Option<String>Country DNS Mirror
Whether this is a country mirror in DNS.
description: Option<String>Description
displayname: Option<String>Organisation
The name of the organization hosting this mirror.
ftp_base_url: Option<Url>FTP URL
http_base_url: Option<Url>HTTP URL
https_base_url: Option<Url>HTTPS URL
name: Option<String>Name
A short and unique name for this mirror.
official_candidate: Option<bool>Apply to be an official mirror of this distribution
owner_link: Option<Url>Owner
The person who is set as the current administrator of thismirror.
rsync_base_url: Option<Url>Rsync URL
e.g.: rsync://archive.ubuntu.com/ubuntu/
speed: Option<Speed>Link Speed
status: Option<MirrorStatus>Status
The current status of a mirror’s registration.
whiteboard: Option<String>Whiteboard
Notes on the current status of the mirror (only visible to admins and the mirror’s registrant).
Implementations§
Trait Implementations§
Source§impl Clone for DistributionMirrorDiff
impl Clone for DistributionMirrorDiff
Source§fn clone(&self) -> DistributionMirrorDiff
fn clone(&self) -> DistributionMirrorDiff
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more