Uses of Class
com.okta.sdk.resource.model.NetworkZone
Packages that use NetworkZone
-
Uses of NetworkZone in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return NetworkZoneModifier and TypeMethodDescriptionNetworkZoneApi.activateNetworkZone(String zoneId) Activate a Network Zone Activates a network zone by `zoneId`NetworkZoneApi.activateNetworkZone(String zoneId, Map<String, String> additionalHeaders) Activate a Network Zone Activates a network zone by `zoneId`NetworkZoneApi.createNetworkZone(NetworkZone zone) Create a Network Zone Creates a new network zone.NetworkZoneApi.createNetworkZone(NetworkZone zone, Map<String, String> additionalHeaders) Create a Network Zone Creates a new network zone.NetworkZoneApi.deactivateNetworkZone(String zoneId) Deactivate a Network Zone Deactivates a network zone by `zoneId`NetworkZoneApi.deactivateNetworkZone(String zoneId, Map<String, String> additionalHeaders) Deactivate a Network Zone Deactivates a network zone by `zoneId`NetworkZoneApi.getNetworkZone(String zoneId) Retrieve a Network Zone Retrieves a network zone by `zoneId`NetworkZoneApi.getNetworkZone(String zoneId, Map<String, String> additionalHeaders) Retrieve a Network Zone Retrieves a network zone by `zoneId`NetworkZoneApi.replaceNetworkZone(String zoneId, NetworkZone zone) Replace a Network Zone Replaces a network zone by `zoneId`.NetworkZoneApi.replaceNetworkZone(String zoneId, NetworkZone zone, Map<String, String> additionalHeaders) Replace a Network Zone Replaces a network zone by `zoneId`.Methods in com.okta.sdk.resource.api that return types with arguments of type NetworkZoneModifier and TypeMethodDescriptionNetworkZoneApi.listNetworkZones(String after, Integer limit, String filter) List all Network Zones Lists all network zones with pagination.NetworkZoneApi.listNetworkZones(String after, Integer limit, String filter, Map<String, String> additionalHeaders) List all Network Zones Lists all network zones with pagination.Methods in com.okta.sdk.resource.api with parameters of type NetworkZoneModifier and TypeMethodDescriptionNetworkZoneApi.createNetworkZone(NetworkZone zone) Create a Network Zone Creates a new network zone.NetworkZoneApi.createNetworkZone(NetworkZone zone, Map<String, String> additionalHeaders) Create a Network Zone Creates a new network zone.NetworkZoneApi.replaceNetworkZone(String zoneId, NetworkZone zone) Replace a Network Zone Replaces a network zone by `zoneId`.NetworkZoneApi.replaceNetworkZone(String zoneId, NetworkZone zone, Map<String, String> additionalHeaders) Replace a Network Zone Replaces a network zone by `zoneId`. -
Uses of NetworkZone in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.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.links(NetworkZoneLinks links) NetworkZone.locations(List<NetworkZoneLocation> locations) NetworkZone.proxies(List<NetworkZoneAddress> proxies) NetworkZone.proxyType(NetworkZone.ProxyTypeEnum proxyType) NetworkZone.status(NetworkZoneStatus status) NetworkZone.type(NetworkZoneType type) NetworkZone.usage(NetworkZoneUsage usage)