Skip to main content

UpdateWireGuardPeerRequest

Type Alias UpdateWireGuardPeerRequest 

Source
pub type UpdateWireGuardPeerRequest = CreateWireGuardPeerRequest;

Aliased Type§

pub struct UpdateWireGuardPeerRequest {
    pub name: String,
    pub interface_ip: String,
    pub interface_ipv6: Option<String>,
    pub public_key: String,
    pub allowed_ips: Vec<String>,
    pub preshared_key: String,
    pub private_key: Option<String>,
    pub extra: BTreeMap<String, Value>,
}

Fields§

§name: String§interface_ip: String§interface_ipv6: Option<String>§public_key: String§allowed_ips: Vec<String>§preshared_key: String§private_key: Option<String>§extra: BTreeMap<String, Value>