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 TypeMethodDescriptionIPNetworkZone.getGateways()The IP addresses (range or CIDR form) for an IP Network Zone.IPNetworkZone.getProxies()The IP addresses (range or CIDR form) that are allowed to forward a request from gateway addresses for an IP Network Zone.org.openapitools.jackson.nullable.JsonNullable<List<NetworkZoneAddress>> IPNetworkZone.getProxies_JsonNullable()Methods in com.okta.sdk.resource.model with parameters of type NetworkZoneAddressModifier and TypeMethodDescriptionIPNetworkZone.addgatewaysItem(NetworkZoneAddress gatewaysItem) IPNetworkZone.addproxiesItem(NetworkZoneAddress proxiesItem) Method parameters in com.okta.sdk.resource.model with type arguments of type NetworkZoneAddressModifier and TypeMethodDescriptionIPNetworkZone.gateways(List<NetworkZoneAddress> gateways) IPNetworkZone.proxies(List<NetworkZoneAddress> proxies) voidIPNetworkZone.setGateways(List<NetworkZoneAddress> gateways) voidIPNetworkZone.setProxies(List<NetworkZoneAddress> proxies) voidIPNetworkZone.setProxies_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<NetworkZoneAddress>> proxies)