public interface CloudAccess
| Modifier and Type | Interface and Description |
|---|---|
static class |
CloudAccess.LeafIdentifier
Identify the leaf of CloudAccess.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizedSites |
authorizedSites()
Returns the attribute authorizedSites.
|
void |
authorizedSites(AuthorizedSites authorizedSites)
Sets the attribute authorizedSites.
|
String |
cloudIdentifier()
Returns the attribute cloudIdentifier.
|
void |
cloudIdentifier(String cloudIdentifier)
Sets the attribute cloudIdentifier.
|
Ipv4Address |
customerNatAddress()
Returns the attribute customerNatAddress.
|
void |
customerNatAddress(Ipv4Address customerNatAddress)
Sets the attribute customerNatAddress.
|
DeniedSites |
deniedSites()
Returns the attribute deniedSites.
|
void |
deniedSites(DeniedSites deniedSites)
Sets the attribute deniedSites.
|
boolean |
isLeafValueSet(CloudAccess.LeafIdentifier leaf)
Checks if the leaf value is set.
|
boolean |
natEnabled()
Returns the attribute natEnabled.
|
void |
natEnabled(boolean natEnabled)
Sets the attribute natEnabled.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String cloudIdentifier()
boolean natEnabled()
Ipv4Address customerNatAddress()
BitSet valueLeafFlags()
AuthorizedSites authorizedSites()
DeniedSites deniedSites()
void cloudIdentifier(String cloudIdentifier)
cloudIdentifier - value of cloudIdentifiervoid natEnabled(boolean natEnabled)
natEnabled - value of natEnabledvoid customerNatAddress(Ipv4Address customerNatAddress)
customerNatAddress - value of customerNatAddressvoid authorizedSites(AuthorizedSites authorizedSites)
authorizedSites - value of authorizedSitesvoid deniedSites(DeniedSites deniedSites)
deniedSites - value of deniedSitesboolean isLeafValueSet(CloudAccess.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.