Uses of Interface
com.okta.sdk.resource.network.zone.NetworkZoneAddress
-
Packages that use NetworkZoneAddress Package Description com.okta.sdk.resource.network.zone -
-
Uses of NetworkZoneAddress in com.okta.sdk.resource.network.zone
Methods in com.okta.sdk.resource.network.zone that return NetworkZoneAddress Modifier and Type Method Description NetworkZoneAddress
NetworkZoneAddress. setType(NetworkZoneAddressType type)
NetworkZoneAddress
NetworkZoneAddress. setValue(java.lang.String value)
Methods in com.okta.sdk.resource.network.zone that return types with arguments of type NetworkZoneAddress Modifier and Type Method Description java.util.List<NetworkZoneAddress>
NetworkZone. getGateways()
java.util.List<NetworkZoneAddress>
NetworkZone. getProxies()
Method parameters in com.okta.sdk.resource.network.zone with type arguments of type NetworkZoneAddress Modifier and Type Method Description NetworkZone
NetworkZone. setGateways(java.util.List<NetworkZoneAddress> gateways)
NetworkZone
NetworkZone. setProxies(java.util.List<NetworkZoneAddress> proxies)
-