public class IosikEv2VpnConfiguration extends IosVpnConfiguration implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
IosikEv2VpnConfiguration.Builder |
cloudName, excludeList, excludeListNextLink, providerType, strictEnforcement, userDomainauthenticationMethod, connectionName, connectionType, customData, customDataNextLink, customKeyValueData, customKeyValueDataNextLink, enablePerApp, enableSplitTunneling, identifier, loginGroupOrDomain, onDemandRules, onDemandRulesNextLink, optInToDeviceIdSharing, proxyServer, realm, role, safariDomains, safariDomainsNextLink, servercreatedDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
IosikEv2VpnConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static IosikEv2VpnConfiguration.Builder |
builderIosikEv2VpnConfiguration()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getAllowDefaultChildSecurityAssociationParameters()
“Allows the use of child security association parameters by setting all
parameters to the device's default unless explicitly specified.”
|
Optional<Boolean> |
getAllowDefaultSecurityAssociationParameters()
“Allows the use of security association parameters by setting all parameters to
the device's default unless explicitly specified.”
|
Optional<AppleVpnAlwaysOnConfiguration> |
getAlwaysOnConfiguration()
“AlwaysOn Configuration”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<IosVpnSecurityAssociationParameters> |
getChildSecurityAssociationParameters()
“Child Security Association Parameters”
|
Optional<VpnClientAuthenticationType> |
getClientAuthenticationType()
“Type of Client Authentication the VPN client will use.”
|
Optional<VpnDeadPeerDetectionRate> |
getDeadPeerDetectionRate()
“Determine how often to check if a peer connection is still active.”
|
Optional<Boolean> |
getDisableMobilityAndMultihoming()
“Disable MOBIKE”
|
Optional<Boolean> |
getDisableRedirect()
“Disable Redirect”
|
Optional<Boolean> |
getEnableAlwaysOnConfiguration()
“Determines if Always on VPN is enabled”
|
Optional<Boolean> |
getEnableCertificateRevocationCheck()
“Enables a best-effort revocation check; server response timeouts will not cause
it to fail”
|
Optional<Boolean> |
getEnableEAP()
“Enables EAP only authentication”
|
Optional<Boolean> |
getEnablePerfectForwardSecrecy()
“Enable Perfect Forward Secrecy (PFS).”
|
Optional<Boolean> |
getEnableUseInternalSubnetAttributes()
“Enable Use Internal Subnet Attributes.”
|
Optional<VpnLocalIdentifier> |
getLocalIdentifier()
“Method of identifying the client that is trying to connect via VPN.”
|
Optional<String> |
getRemoteIdentifier()
“Address of the IKEv2 server.
|
Optional<IosVpnSecurityAssociationParameters> |
getSecurityAssociationParameters()
“Security Association Parameters”
|
Optional<String> |
getServerCertificateCommonName()
“Common name of the IKEv2 Server Certificate used in Server Authentication”
|
Optional<String> |
getServerCertificateIssuerCommonName()
“Issuer Common name of the IKEv2 Server Certificate issuer used in Authentication”
|
Optional<VpnServerCertificateType> |
getServerCertificateType()
“The type of certificate the VPN server will present to the VPN client for
authentication.”
|
Optional<String> |
getSharedSecret()
“Used when Shared Secret Authentication is selected”
|
Optional<String> |
getTlsMaximumVersion()
“The maximum TLS version to be used with EAP-TLS authentication”
|
Optional<String> |
getTlsMinimumVersion()
“The minimum TLS version to be used with EAP-TLS authentication”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
IosikEv2VpnConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
IosikEv2VpnConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
IosikEv2VpnConfiguration |
withAllowDefaultChildSecurityAssociationParameters(Boolean allowDefaultChildSecurityAssociationParameters)
Returns an immutable copy of
this with just the allowDefaultChildSecurityAssociationParameters field changed. |
IosikEv2VpnConfiguration |
withAllowDefaultSecurityAssociationParameters(Boolean allowDefaultSecurityAssociationParameters)
Returns an immutable copy of
this with just the allowDefaultSecurityAssociationParameters field changed. |
IosikEv2VpnConfiguration |
withAlwaysOnConfiguration(AppleVpnAlwaysOnConfiguration alwaysOnConfiguration)
Returns an immutable copy of
this with just the alwaysOnConfiguration field changed. |
IosikEv2VpnConfiguration |
withChildSecurityAssociationParameters(IosVpnSecurityAssociationParameters childSecurityAssociationParameters)
Returns an immutable copy of
this with just the childSecurityAssociationParameters field changed. |
IosikEv2VpnConfiguration |
withClientAuthenticationType(VpnClientAuthenticationType clientAuthenticationType)
Returns an immutable copy of
this with just the clientAuthenticationType field changed. |
IosikEv2VpnConfiguration |
withDeadPeerDetectionRate(VpnDeadPeerDetectionRate deadPeerDetectionRate)
Returns an immutable copy of
this with just the deadPeerDetectionRate field changed. |
IosikEv2VpnConfiguration |
withDisableMobilityAndMultihoming(Boolean disableMobilityAndMultihoming)
Returns an immutable copy of
this with just the disableMobilityAndMultihoming field changed. |
IosikEv2VpnConfiguration |
withDisableRedirect(Boolean disableRedirect)
Returns an immutable copy of
this with just the disableRedirect
field changed. |
IosikEv2VpnConfiguration |
withEnableAlwaysOnConfiguration(Boolean enableAlwaysOnConfiguration)
Returns an immutable copy of
this with just the enableAlwaysOnConfiguration field changed. |
IosikEv2VpnConfiguration |
withEnableCertificateRevocationCheck(Boolean enableCertificateRevocationCheck)
Returns an immutable copy of
this with just the enableCertificateRevocationCheck field changed. |
IosikEv2VpnConfiguration |
withEnableEAP(Boolean enableEAP)
Returns an immutable copy of
this with just the enableEAP field
changed. |
IosikEv2VpnConfiguration |
withEnablePerfectForwardSecrecy(Boolean enablePerfectForwardSecrecy)
Returns an immutable copy of
this with just the enablePerfectForwardSecrecy field changed. |
IosikEv2VpnConfiguration |
withEnableUseInternalSubnetAttributes(Boolean enableUseInternalSubnetAttributes)
Returns an immutable copy of
this with just the enableUseInternalSubnetAttributes field changed. |
IosikEv2VpnConfiguration |
withLocalIdentifier(VpnLocalIdentifier localIdentifier)
Returns an immutable copy of
this with just the localIdentifier
field changed. |
IosikEv2VpnConfiguration |
withRemoteIdentifier(String remoteIdentifier)
Returns an immutable copy of
this with just the remoteIdentifier
field changed. |
IosikEv2VpnConfiguration |
withSecurityAssociationParameters(IosVpnSecurityAssociationParameters securityAssociationParameters)
Returns an immutable copy of
this with just the securityAssociationParameters field changed. |
IosikEv2VpnConfiguration |
withServerCertificateCommonName(String serverCertificateCommonName)
Returns an immutable copy of
this with just the serverCertificateCommonName field changed. |
IosikEv2VpnConfiguration |
withServerCertificateIssuerCommonName(String serverCertificateIssuerCommonName)
Returns an immutable copy of
this with just the serverCertificateIssuerCommonName field changed. |
IosikEv2VpnConfiguration |
withServerCertificateType(VpnServerCertificateType serverCertificateType)
Returns an immutable copy of
this with just the serverCertificateType field changed. |
IosikEv2VpnConfiguration |
withSharedSecret(String sharedSecret)
Returns an immutable copy of
this with just the sharedSecret
field changed. |
IosikEv2VpnConfiguration |
withTlsMaximumVersion(String tlsMaximumVersion)
Returns an immutable copy of
this with just the tlsMaximumVersion
field changed. |
IosikEv2VpnConfiguration |
withTlsMinimumVersion(String tlsMinimumVersion)
Returns an immutable copy of
this with just the tlsMinimumVersion
field changed. |
builderIosVpnConfiguration, getCloudName, getDerivedCredentialSettings, getExcludeList, getIdentityCertificate, getProviderType, getStrictEnforcement, getUserDomain, withCloudName, withProviderType, withStrictEnforcement, withUserDomaingetAuthenticationMethod, getConnectionName, getConnectionType, getCustomData, getCustomKeyValueData, getEnablePerApp, getEnableSplitTunneling, getIdentifier, getLoginGroupOrDomain, getOnDemandRules, getOptInToDeviceIdSharing, getProxyServer, getRealm, getRole, getSafariDomains, getServer, withAuthenticationMethod, withConnectionName, withConnectionType, withEnablePerApp, withEnableSplitTunneling, withIdentifier, withLoginGroupOrDomain, withOptInToDeviceIdSharing, withProxyServer, withRealm, withRole, withServerassign, assignedAccessMultiModeProfiles, getAssignments, getCreatedDateTime, getDescription, getDeviceManagementApplicabilityRuleDeviceMode, getDeviceManagementApplicabilityRuleOsEdition, getDeviceManagementApplicabilityRuleOsVersion, getDeviceSettingStateSummaries, getDeviceStatuses, getDeviceStatusOverview, getDisplayName, getGroupAssignments, getLastModifiedDateTime, getRoleScopeTagIds, getSupportsScopeTags, getUserStatuses, getUserStatusOverview, getVersion, windowsPrivacyAccessControls, withCreatedDateTime, withDescription, withDeviceManagementApplicabilityRuleDeviceMode, withDeviceManagementApplicabilityRuleOsEdition, withDeviceManagementApplicabilityRuleOsVersion, withDisplayName, withLastModifiedDateTime, withSupportsScopeTags, withVersionprotected IosVpnSecurityAssociationParameters childSecurityAssociationParameters
protected VpnClientAuthenticationType clientAuthenticationType
protected VpnDeadPeerDetectionRate deadPeerDetectionRate
protected Boolean disableMobilityAndMultihoming
protected Boolean disableRedirect
protected Boolean enableCertificateRevocationCheck
protected Boolean enableEAP
protected Boolean enablePerfectForwardSecrecy
protected Boolean enableUseInternalSubnetAttributes
protected VpnLocalIdentifier localIdentifier
protected String remoteIdentifier
protected IosVpnSecurityAssociationParameters securityAssociationParameters
protected String serverCertificateCommonName
protected String serverCertificateIssuerCommonName
protected VpnServerCertificateType serverCertificateType
protected String sharedSecret
protected String tlsMaximumVersion
protected String tlsMinimumVersion
protected Boolean allowDefaultSecurityAssociationParameters
protected Boolean allowDefaultChildSecurityAssociationParameters
protected AppleVpnAlwaysOnConfiguration alwaysOnConfiguration
protected Boolean enableAlwaysOnConfiguration
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class IosVpnConfigurationpublic static IosikEv2VpnConfiguration.Builder builderIosikEv2VpnConfiguration()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class IosVpnConfigurationpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class IosVpnConfigurationpublic Optional<IosVpnSecurityAssociationParameters> getChildSecurityAssociationParameters()
public IosikEv2VpnConfiguration withChildSecurityAssociationParameters(IosVpnSecurityAssociationParameters childSecurityAssociationParameters)
this with just the childSecurityAssociationParameters field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Child Security Association Parameters”
childSecurityAssociationParameters - new value of childSecurityAssociationParameters field (as defined in service metadata)this with just the childSecurityAssociationParameters field changedpublic Optional<VpnClientAuthenticationType> getClientAuthenticationType()
public IosikEv2VpnConfiguration withClientAuthenticationType(VpnClientAuthenticationType clientAuthenticationType)
this with just the clientAuthenticationType field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Type of Client Authentication the VPN client will use.”
clientAuthenticationType - new value of clientAuthenticationType field (as defined in service metadata)this with just the clientAuthenticationType field changedpublic Optional<VpnDeadPeerDetectionRate> getDeadPeerDetectionRate()
public IosikEv2VpnConfiguration withDeadPeerDetectionRate(VpnDeadPeerDetectionRate deadPeerDetectionRate)
this with just the deadPeerDetectionRate field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Determine how often to check if a peer connection is still active.”
deadPeerDetectionRate - new value of deadPeerDetectionRate field (as defined in service metadata)this with just the deadPeerDetectionRate field changedpublic Optional<Boolean> getDisableMobilityAndMultihoming()
public IosikEv2VpnConfiguration withDisableMobilityAndMultihoming(Boolean disableMobilityAndMultihoming)
this with just the disableMobilityAndMultihoming field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Disable MOBIKE”
disableMobilityAndMultihoming - new value of disableMobilityAndMultihoming field (as defined in service metadata)this with just the disableMobilityAndMultihoming field changedpublic Optional<Boolean> getDisableRedirect()
public IosikEv2VpnConfiguration withDisableRedirect(Boolean disableRedirect)
this with just the disableRedirect
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Disable Redirect”
disableRedirect - new value of disableRedirect field (as defined in service metadata)this with just the disableRedirect field changedpublic Optional<Boolean> getEnableCertificateRevocationCheck()
public IosikEv2VpnConfiguration withEnableCertificateRevocationCheck(Boolean enableCertificateRevocationCheck)
this with just the enableCertificateRevocationCheck field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Enables a best-effort revocation check; server response timeouts will not cause it to fail”
enableCertificateRevocationCheck - new value of enableCertificateRevocationCheck field (as defined in service metadata)this with just the enableCertificateRevocationCheck field changedpublic Optional<Boolean> getEnableEAP()
public IosikEv2VpnConfiguration withEnableEAP(Boolean enableEAP)
this with just the enableEAP field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Enables EAP only authentication”
enableEAP - new value of enableEAP field (as defined in service metadata)this with just the enableEAP field changedpublic Optional<Boolean> getEnablePerfectForwardSecrecy()
public IosikEv2VpnConfiguration withEnablePerfectForwardSecrecy(Boolean enablePerfectForwardSecrecy)
this with just the enablePerfectForwardSecrecy field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Enable Perfect Forward Secrecy (PFS).”
enablePerfectForwardSecrecy - new value of enablePerfectForwardSecrecy field (as defined in service metadata)this with just the enablePerfectForwardSecrecy field changedpublic Optional<Boolean> getEnableUseInternalSubnetAttributes()
public IosikEv2VpnConfiguration withEnableUseInternalSubnetAttributes(Boolean enableUseInternalSubnetAttributes)
this with just the enableUseInternalSubnetAttributes field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Enable Use Internal Subnet Attributes.”
enableUseInternalSubnetAttributes - new value of enableUseInternalSubnetAttributes field (as defined in service metadata)this with just the enableUseInternalSubnetAttributes field changedpublic Optional<VpnLocalIdentifier> getLocalIdentifier()
public IosikEv2VpnConfiguration withLocalIdentifier(VpnLocalIdentifier localIdentifier)
this with just the localIdentifier
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Method of identifying the client that is trying to connect via VPN.”
localIdentifier - new value of localIdentifier field (as defined in service metadata)this with just the localIdentifier field changedpublic Optional<String> getRemoteIdentifier()
public IosikEv2VpnConfiguration withRemoteIdentifier(String remoteIdentifier)
this with just the remoteIdentifier
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Address of the IKEv2 server. Must be a FQDN, UserFQDN, network address, or ASN1DN”
remoteIdentifier - new value of remoteIdentifier field (as defined in service metadata)this with just the remoteIdentifier field changedpublic Optional<IosVpnSecurityAssociationParameters> getSecurityAssociationParameters()
public IosikEv2VpnConfiguration withSecurityAssociationParameters(IosVpnSecurityAssociationParameters securityAssociationParameters)
this with just the securityAssociationParameters field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Security Association Parameters”
securityAssociationParameters - new value of securityAssociationParameters field (as defined in service metadata)this with just the securityAssociationParameters field changedpublic Optional<String> getServerCertificateCommonName()
public IosikEv2VpnConfiguration withServerCertificateCommonName(String serverCertificateCommonName)
this with just the serverCertificateCommonName field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Common name of the IKEv2 Server Certificate used in Server Authentication”
serverCertificateCommonName - new value of serverCertificateCommonName field (as defined in service metadata)this with just the serverCertificateCommonName field changedpublic Optional<String> getServerCertificateIssuerCommonName()
public IosikEv2VpnConfiguration withServerCertificateIssuerCommonName(String serverCertificateIssuerCommonName)
this with just the serverCertificateIssuerCommonName field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Issuer Common name of the IKEv2 Server Certificate issuer used in Authentication”
serverCertificateIssuerCommonName - new value of serverCertificateIssuerCommonName field (as defined in service metadata)this with just the serverCertificateIssuerCommonName field changedpublic Optional<VpnServerCertificateType> getServerCertificateType()
public IosikEv2VpnConfiguration withServerCertificateType(VpnServerCertificateType serverCertificateType)
this with just the serverCertificateType field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“The type of certificate the VPN server will present to the VPN client for authentication.”
serverCertificateType - new value of serverCertificateType field (as defined in service metadata)this with just the serverCertificateType field changedpublic Optional<String> getSharedSecret()
public IosikEv2VpnConfiguration withSharedSecret(String sharedSecret)
this with just the sharedSecret
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Used when Shared Secret Authentication is selected”
sharedSecret - new value of sharedSecret field (as defined in service metadata)this with just the sharedSecret field changedpublic Optional<String> getTlsMaximumVersion()
public IosikEv2VpnConfiguration withTlsMaximumVersion(String tlsMaximumVersion)
this with just the tlsMaximumVersion
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The maximum TLS version to be used with EAP-TLS authentication”
tlsMaximumVersion - new value of tlsMaximumVersion field (as defined in service metadata)this with just the tlsMaximumVersion field changedpublic Optional<String> getTlsMinimumVersion()
public IosikEv2VpnConfiguration withTlsMinimumVersion(String tlsMinimumVersion)
this with just the tlsMinimumVersion
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The minimum TLS version to be used with EAP-TLS authentication”
tlsMinimumVersion - new value of tlsMinimumVersion field (as defined in service metadata)this with just the tlsMinimumVersion field changedpublic Optional<Boolean> getAllowDefaultSecurityAssociationParameters()
public IosikEv2VpnConfiguration withAllowDefaultSecurityAssociationParameters(Boolean allowDefaultSecurityAssociationParameters)
this with just the allowDefaultSecurityAssociationParameters field changed. Field description
below. The field name is also added to an internal map of changed fields in the
returned object so that when this.patch() is called (if available)on the
returned object only the changed fields are submitted.
“Allows the use of security association parameters by setting all parameters to the device's default unless explicitly specified.”
allowDefaultSecurityAssociationParameters - new value of allowDefaultSecurityAssociationParameters field (as defined in service metadata)this with just the allowDefaultSecurityAssociationParameters field changedpublic Optional<Boolean> getAllowDefaultChildSecurityAssociationParameters()
public IosikEv2VpnConfiguration withAllowDefaultChildSecurityAssociationParameters(Boolean allowDefaultChildSecurityAssociationParameters)
this with just the allowDefaultChildSecurityAssociationParameters field changed. Field description
below. The field name is also added to an internal map of changed fields in the
returned object so that when this.patch() is called (if available)on the
returned object only the changed fields are submitted.
“Allows the use of child security association parameters by setting all parameters to the device's default unless explicitly specified.”
allowDefaultChildSecurityAssociationParameters - new value of allowDefaultChildSecurityAssociationParameters field (as defined in service metadata)this with just the allowDefaultChildSecurityAssociationParameters field changedpublic Optional<AppleVpnAlwaysOnConfiguration> getAlwaysOnConfiguration()
public IosikEv2VpnConfiguration withAlwaysOnConfiguration(AppleVpnAlwaysOnConfiguration alwaysOnConfiguration)
this with just the alwaysOnConfiguration field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“AlwaysOn Configuration”
alwaysOnConfiguration - new value of alwaysOnConfiguration field (as defined in service metadata)this with just the alwaysOnConfiguration field changedpublic Optional<Boolean> getEnableAlwaysOnConfiguration()
public IosikEv2VpnConfiguration withEnableAlwaysOnConfiguration(Boolean enableAlwaysOnConfiguration)
this with just the enableAlwaysOnConfiguration field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Determines if Always on VPN is enabled”
enableAlwaysOnConfiguration - new value of enableAlwaysOnConfiguration field (as defined in service metadata)this with just the enableAlwaysOnConfiguration field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class IosVpnConfigurationpublic IosikEv2VpnConfiguration patch()
this with changed fields reset.patch in class IosVpnConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic IosikEv2VpnConfiguration put()
this
with changed fields reset (they were ignored anyway).put in class IosVpnConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class IosVpnConfigurationCopyright © 2018–2020. All rights reserved.