Uses of Class
com.okta.sdk.resource.model.NetworkZoneAddress
Packages that use NetworkZoneAddress
-
Uses of NetworkZoneAddress in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return NetworkZoneAddressMethods in com.okta.sdk.resource.model that return types with arguments of type NetworkZoneAddressModifier and TypeMethodDescriptionNetworkZone.getGateways()IP network zone property: the IP addresses (range or CIDR form) of this zone.NetworkZone.getProxies()IP network zone property: the IP addresses (range or CIDR form) that are allowed to forward a request from gateway addresses These proxies are automatically trusted by Threat Insights, and used to identify the client IP of a request.org.openapitools.jackson.nullable.JsonNullable<List<NetworkZoneAddress>> NetworkZone.getProxies_JsonNullable()Methods in com.okta.sdk.resource.model with parameters of type NetworkZoneAddressModifier and TypeMethodDescriptionNetworkZone.addGatewaysItem(NetworkZoneAddress gatewaysItem) NetworkZone.addProxiesItem(NetworkZoneAddress proxiesItem) Method parameters in com.okta.sdk.resource.model with type arguments of type NetworkZoneAddressModifier and TypeMethodDescriptionNetworkZone.gateways(List<NetworkZoneAddress> gateways) NetworkZone.proxies(List<NetworkZoneAddress> proxies) voidNetworkZone.setGateways(List<NetworkZoneAddress> gateways) voidNetworkZone.setProxies(List<NetworkZoneAddress> proxies) voidNetworkZone.setProxies_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<NetworkZoneAddress>> proxies)