Uses of Class
org.openapitools.client.model.NetworkZone
Packages that use NetworkZone
-
Uses of NetworkZone in org.openapitools.client.api
Methods in org.openapitools.client.api that return NetworkZoneModifier and TypeMethodDescriptionNetworkZoneApi.activateNetworkZone
(String zoneId) Activate a Network Zone Activates a network zoneNetworkZoneApi.createNetworkZone
(NetworkZone zone) Create a Network Zone Creates a new network zone to your Okta organizationNetworkZoneApi.deactivateNetworkZone
(String zoneId) Deactivate a Network Zone Deactivates a network zoneNetworkZoneApi.getNetworkZone
(String zoneId) Retrieve a Network Zone Retrieves a network zone from your Okta organization by `id`NetworkZoneApi.replaceNetworkZone
(String zoneId, NetworkZone zone) Replace a Network Zone Replaces a network zoneMethods in org.openapitools.client.api that return types with arguments of type NetworkZoneModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<NetworkZone>
NetworkZoneApi.activateNetworkZoneWithHttpInfo
(String zoneId) Activate a Network Zone Activates a network zoneorg.springframework.http.ResponseEntity<NetworkZone>
NetworkZoneApi.createNetworkZoneWithHttpInfo
(NetworkZone zone) Create a Network Zone Creates a new network zone to your Okta organizationorg.springframework.http.ResponseEntity<NetworkZone>
NetworkZoneApi.deactivateNetworkZoneWithHttpInfo
(String zoneId) Deactivate a Network Zone Deactivates a network zoneorg.springframework.http.ResponseEntity<NetworkZone>
NetworkZoneApi.getNetworkZoneWithHttpInfo
(String zoneId) Retrieve a Network Zone Retrieves a network zone from your Okta organization by `id`NetworkZoneApi.listNetworkZones
(String after, Integer limit, String filter) List all Network Zones Lists all network zones with pagination.org.springframework.http.ResponseEntity<List<NetworkZone>>
NetworkZoneApi.listNetworkZonesWithHttpInfo
(String after, Integer limit, String filter) List all Network Zones Lists all network zones with pagination.org.springframework.http.ResponseEntity<NetworkZone>
NetworkZoneApi.replaceNetworkZoneWithHttpInfo
(String zoneId, NetworkZone zone) Replace a Network Zone Replaces a network zoneMethods in org.openapitools.client.api with parameters of type NetworkZoneModifier and TypeMethodDescription<T> T
NetworkZoneApi.createNetworkZone
(Class<?> T, NetworkZone zone) Create a Network Zone Creates a new network zone to your Okta organizationNetworkZoneApi.createNetworkZone
(NetworkZone zone) Create a Network Zone Creates a new network zone to your Okta organizationorg.springframework.http.ResponseEntity<NetworkZone>
NetworkZoneApi.createNetworkZoneWithHttpInfo
(NetworkZone zone) Create a Network Zone Creates a new network zone to your Okta organizationNetworkZoneApi.createNetworkZoneWithPaginationInfo
(NetworkZone zone) Create a Network Zone Creates a new network zone to your Okta organization<T> T
NetworkZoneApi.replaceNetworkZone
(Class<?> T, String zoneId, NetworkZone zone) Replace a Network Zone Replaces a network zoneNetworkZoneApi.replaceNetworkZone
(String zoneId, NetworkZone zone) Replace a Network Zone Replaces a network zoneorg.springframework.http.ResponseEntity<NetworkZone>
NetworkZoneApi.replaceNetworkZoneWithHttpInfo
(String zoneId, NetworkZone zone) Replace a Network Zone Replaces a network zoneNetworkZoneApi.replaceNetworkZoneWithPaginationInfo
(String zoneId, NetworkZone zone) Replace a Network Zone Replaces a network zone -
Uses of NetworkZone in org.openapitools.client.model
Methods in org.openapitools.client.model that return NetworkZoneModifier and TypeMethodDescriptionNetworkZone.addAsnsItem
(String asnsItem) NetworkZone.addGatewaysItem
(NetworkZoneAddress gatewaysItem) NetworkZone.addLocationsItem
(NetworkZoneLocation locationsItem) NetworkZone.addProxiesItem
(NetworkZoneAddress proxiesItem) NetworkZone.gateways
(List<NetworkZoneAddress> gateways) NetworkZone.locations
(List<NetworkZoneLocation> locations) NetworkZone.proxies
(List<NetworkZoneAddress> proxies) NetworkZone.status
(NetworkZoneStatus status) NetworkZone.type
(NetworkZoneType type) NetworkZone.usage
(NetworkZoneUsage usage)