Struct google_androidmanagement1::AlwaysOnVpnPackage[][src]

pub struct AlwaysOnVpnPackage {
    pub package_name: Option<String>,
    pub lockdown_enabled: Option<bool>,
}

Configuration for an always-on VPN connection.

This type is not used in any activity, and only used as part of another schema.

Fields

The package name of the VPN app.

Disallows networking when the VPN is not connected.

Trait Implementations

impl Default for AlwaysOnVpnPackage
[src]

Returns the "default value" for a type. Read more

impl Clone for AlwaysOnVpnPackage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AlwaysOnVpnPackage
[src]

Formats the value using the given formatter. Read more

impl Part for AlwaysOnVpnPackage
[src]

Auto Trait Implementations