@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-10-11T13:51:56.108-05:00")
public class DefaultNetworkZone
extends AbstractInstanceResource<NetworkZone>
implements NetworkZone
propertiesreadLock, writeLock| Constructor and Description |
|---|
DefaultNetworkZone(InternalDataStore dataStore) |
DefaultNetworkZone(InternalDataStore dataStore,
java.util.Map<java.lang.String,java.lang.Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
NetworkZone |
activate()
Activate Network Zone
Activate Network Zone
|
NetworkZone |
deactivate()
Deactivate Network Zone
Deactivates a network zone.
|
void |
delete()
Delete Network Zone
Removes network zone.
|
java.util.List<java.lang.String> |
getAsns() |
java.util.Date |
getCreated() |
java.util.List<NetworkZoneAddress> |
getGateways() |
java.lang.String |
getId() |
java.util.Date |
getLastUpdated() |
java.util.Map<java.lang.String,java.lang.Object> |
getLinks() |
java.util.List<NetworkZoneLocation> |
getLocations() |
java.lang.String |
getName() |
java.util.Map<java.lang.String,Property> |
getPropertyDescriptors() |
java.util.List<NetworkZoneAddress> |
getProxies() |
java.lang.String |
getProxyType() |
java.lang.Class<? extends Resource> |
getResourceClass()
Returns the class this resource represents.
|
NetworkZoneStatus |
getStatus() |
java.lang.Boolean |
getSystem() |
NetworkZoneType |
getType() |
NetworkZoneUsage |
getUsage() |
NetworkZone |
setAsns(java.util.List<java.lang.String> asns) |
NetworkZone |
setGateways(java.util.List<NetworkZoneAddress> gateways) |
NetworkZone |
setLocations(java.util.List<NetworkZoneLocation> locations) |
NetworkZone |
setName(java.lang.String name) |
NetworkZone |
setProxies(java.util.List<NetworkZoneAddress> proxies) |
NetworkZone |
setProxyType(java.lang.String proxyType) |
NetworkZone |
setStatus(NetworkZoneStatus status) |
NetworkZone |
setSystem(java.lang.Boolean system) |
NetworkZone |
setType(NetworkZoneType type) |
NetworkZone |
setUsage(NetworkZoneUsage usage) |
NetworkZone |
update()
Update Network Zone
Updates a network zone in your organization.
|
saveclear, containsKey, containsValue, createPropertyDescriptorMap, createPropertyDescriptorMap, entrySet, equals, get, getDataStore, getDeletedPropertyNames, getInternalProperties, getParamsFromHref, getProperty, getPropertyNames, getResourceHref, getResourceListProperty, getResourceProperty, getUpdatedPropertyNames, hashCode, hasProperty, isDirty, isEmpty, isPrintableProperty, keySet, materialize, put, putAll, remove, setInternalProperties, setProperty, setProperty, setResourceHref, size, toString, valuesgetBoolean, getBoolean, getBooleanProperty, getCharArray, getDateProperty, getDoubleProperty, getDoubleProperty, getEnumListProperty, getEnumProperty, getEnumProperty, getInt, getInteger, getIntegerList, getIntProperty, getIntProperty, getListProperty, getListProperty, getMap, getMapProperty, getNonEmptyMap, getNullableBoolean, getNullableBooleanProperty, getNumber, getNumberList, getString, getString, getStringList, getStringProperty, setProperty, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetResourceHref, setResourceHrefgetBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringListpublic DefaultNetworkZone(InternalDataStore dataStore)
public DefaultNetworkZone(InternalDataStore dataStore, java.util.Map<java.lang.String,java.lang.Object> properties)
public java.util.Map<java.lang.String,Property> getPropertyDescriptors()
getPropertyDescriptors in class AbstractResourcepublic java.lang.Class<? extends Resource> getResourceClass()
AbstractInstanceResourceFoo, in this case this method may return Foo.class.
(Defaults to getClass().)getResourceClass in class AbstractInstanceResource<NetworkZone>public java.util.Map<java.lang.String,java.lang.Object> getLinks()
getLinks in interface NetworkZonepublic java.util.List<java.lang.String> getAsns()
getAsns in interface NetworkZonepublic NetworkZone setAsns(java.util.List<java.lang.String> asns)
setAsns in interface NetworkZonepublic java.util.Date getCreated()
getCreated in interface NetworkZonepublic java.util.List<NetworkZoneAddress> getGateways()
getGateways in interface NetworkZonepublic NetworkZone setGateways(java.util.List<NetworkZoneAddress> gateways)
setGateways in interface NetworkZonepublic java.lang.String getId()
getId in interface NetworkZonepublic java.util.Date getLastUpdated()
getLastUpdated in interface NetworkZonepublic java.util.List<NetworkZoneLocation> getLocations()
getLocations in interface NetworkZonepublic NetworkZone setLocations(java.util.List<NetworkZoneLocation> locations)
setLocations in interface NetworkZonepublic java.lang.String getName()
getName in interface NetworkZonepublic NetworkZone setName(java.lang.String name)
setName in interface NetworkZonepublic java.util.List<NetworkZoneAddress> getProxies()
getProxies in interface NetworkZonepublic NetworkZone setProxies(java.util.List<NetworkZoneAddress> proxies)
setProxies in interface NetworkZonepublic java.lang.String getProxyType()
getProxyType in interface NetworkZonepublic NetworkZone setProxyType(java.lang.String proxyType)
setProxyType in interface NetworkZonepublic NetworkZoneStatus getStatus()
getStatus in interface NetworkZonepublic NetworkZone setStatus(NetworkZoneStatus status)
setStatus in interface NetworkZonepublic java.lang.Boolean getSystem()
getSystem in interface NetworkZonepublic NetworkZone setSystem(java.lang.Boolean system)
setSystem in interface NetworkZonepublic NetworkZoneType getType()
getType in interface NetworkZonepublic NetworkZone setType(NetworkZoneType type)
setType in interface NetworkZonepublic NetworkZoneUsage getUsage()
getUsage in interface NetworkZonepublic NetworkZone setUsage(NetworkZoneUsage usage)
setUsage in interface NetworkZone@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-10-11T13:51:56.108-05:00",
comments="DELETE - /api/v1/zones/{zoneId}")
public void delete()
delete in interface Deletabledelete in interface NetworkZonedelete in class AbstractInstanceResource<NetworkZone>@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-10-11T13:51:56.108-05:00",
comments="POST - /api/v1/zones/{zoneId}/lifecycle/deactivate")
public NetworkZone deactivate()
deactivate in interface NetworkZone@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-10-11T13:51:56.108-05:00",
comments="PUT - /api/v1/zones/{zoneId}")
public NetworkZone update()
update in interface NetworkZone@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-10-11T13:51:56.108-05:00",
comments="POST - /api/v1/zones/{zoneId}/lifecycle/activate")
public NetworkZone activate()
activate in interface NetworkZoneCopyright © 2017-2021 Okta. All Rights Reserved.