pub type UpdateVpnClientProfileRequest = CreateVpnClientProfileRequest;Aliased Type§
pub struct UpdateVpnClientProfileRequest {
pub name: String,
pub vpn_type: String,
pub purpose: String,
pub enabled: bool,
pub extra: BTreeMap<String, Value>,
}Fields§
§name: String§vpn_type: String§purpose: String§enabled: bool§extra: BTreeMap<String, Value>