Class PreferentialNetworkServiceConfig
Individual preferential network service configuration.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class PreferentialNetworkServiceConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FallbackToDefaultConnection
Optional. Whether fallback to the device-wide default network is allowed. If this is set to FALLBACK_TO_DEFAULT_CONNECTION_ALLOWED, then nonMatchingNetworks must not be set to NON_MATCHING_NETWORKS_DISALLOWED, the policy will be rejected otherwise. Note: If this is set to FALLBACK_TO_DEFAULT_CONNECTION_DISALLOWED, applications are not able to access the internet if the 5G slice is not available.
Declaration
[JsonProperty("fallbackToDefaultConnection")]
public virtual string FallbackToDefaultConnection { get; set; }
Property Value
Type | Description |
---|---|
string |
NonMatchingNetworks
Optional. Whether apps this configuration applies to are blocked from using networks other than the preferential service. If this is set to NON_MATCHING_NETWORKS_DISALLOWED, then fallbackToDefaultConnection must be set to FALLBACK_TO_DEFAULT_CONNECTION_DISALLOWED.
Declaration
[JsonProperty("nonMatchingNetworks")]
public virtual string NonMatchingNetworks { get; set; }
Property Value
Type | Description |
---|---|
string |
PreferentialNetworkId
Required. Preferential network identifier. This must not be set to NO_PREFERENTIAL_NETWORK or PREFERENTIAL_NETWORK_ID_UNSPECIFIED, the policy will be rejected otherwise.
Declaration
[JsonProperty("preferentialNetworkId")]
public virtual string PreferentialNetworkId { get; set; }
Property Value
Type | Description |
---|---|
string |