Package com.okta.sdk.resource.model
Class NetworkZone
java.lang.Object
com.okta.sdk.resource.model.NetworkZone
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DynamicNetworkZone
,EnhancedDynamicNetworkZone
,IPNetworkZone
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class NetworkZone
extends Object
implements Serializable
NetworkZone
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Timestamp when the object was createdgetId()
Unique identifier for the Network ZoneTimestamp when the object was last modifiedgetLinks()
Get linksgetName()
Unique name for this Network ZoneGet statusIndicates a system Network Zone: * `true` for system Network Zones * `false` for custom Network Zones The Okta org provides the following default system Network Zones: * `LegacyIpZone` * `BlockedIpZone` * <x-lifecycle class=\"ea\"></x-lifecycle> `DefaultEnhancedDynamicZone` Admins can modify the name of the default system Network Zone and add up to 5000 gateway or proxy IP entries.getType()
Get typegetUsage()
Get usageint
hashCode()
links
(LinksSelfAndLifecycle links) void
setLinks
(LinksSelfAndLifecycle links) void
void
setStatus
(NetworkZoneStatus status) void
setType
(NetworkZoneType type) void
setUsage
(NetworkZoneUsage usage) status
(NetworkZoneStatus status) toString()
type
(NetworkZoneType type) usage
(NetworkZoneUsage usage)
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_SYSTEM
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
type
-
JSON_PROPERTY_USAGE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
NetworkZone
public NetworkZone()
-
-
Method Details
-
getCreated
-
getId
-
getLastUpdated
Timestamp when the object was last modified- Returns:
- lastUpdated
-
name
-
getName
-
setName
-
status
-
getStatus
-
setStatus
-
getSystem
Indicates a system Network Zone: * `true` for system Network Zones * `false` for custom Network Zones The Okta org provides the following default system Network Zones: * `LegacyIpZone` * `BlockedIpZone` * <x-lifecycle class=\"ea\"></x-lifecycle> `DefaultEnhancedDynamicZone` Admins can modify the name of the default system Network Zone and add up to 5000 gateway or proxy IP entries.- Returns:
- system
-
type
-
getType
-
setType
-
usage
-
getUsage
-
setUsage
-
links
-
getLinks
-
setLinks
-
equals
-
hashCode
-
toString
-