Package com.okta.sdk.resource.model
Class ApplicationSettingsNotificationsVpnNetwork
java.lang.Object
com.okta.sdk.resource.model.ApplicationSettingsNotificationsVpnNetwork
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class ApplicationSettingsNotificationsVpnNetwork
extends Object
implements Serializable
Defines network zones for VPN notification
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Specifies the VPN connection details required to access the app -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddexcludeItem
(String excludeItem) addincludeItem
(String includeItem) boolean
Specifies the VPN connection details required to access the appDefines the IP addresses or network ranges that are excluded from the VPN requirementDefines the IP addresses or network ranges that are required to use the VPNint
hashCode()
void
void
setExclude
(List<String> exclude) void
setInclude
(List<String> include) toString()
-
Field Details
-
JSON_PROPERTY_CONNECTION
- See Also:
-
JSON_PROPERTY_EXCLUDE
- See Also:
-
JSON_PROPERTY_INCLUDE
- See Also:
-
-
Constructor Details
-
ApplicationSettingsNotificationsVpnNetwork
public ApplicationSettingsNotificationsVpnNetwork()
-
-
Method Details
-
connection
public ApplicationSettingsNotificationsVpnNetwork connection(ApplicationSettingsNotificationsVpnNetwork.ConnectionEnum connection) -
getConnection
Specifies the VPN connection details required to access the app- Returns:
- connection
-
setConnection
-
exclude
-
addexcludeItem
-
getExclude
Defines the IP addresses or network ranges that are excluded from the VPN requirement- Returns:
- exclude
-
setExclude
-
include
-
addincludeItem
-
getInclude
Defines the IP addresses or network ranges that are required to use the VPN- Returns:
- include
-
setInclude
-
equals
-
hashCode
public int hashCode() -
toString
-