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-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.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` * `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
Timestamp when the object was created- Returns:
- created
-
getId
Unique identifier for the Network Zone- Returns:
- id
-
getLastUpdated
Timestamp when the object was last modified- Returns:
- lastUpdated
-
name
-
getName
Unique name for this Network Zone- Returns:
- name
-
setName
-
status
-
getStatus
Get status- Returns:
- status
-
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` * `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
Get type- Returns:
- type
-
setType
-
usage
-
getUsage
Get usage- Returns:
- usage
-
setUsage
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-