public class VpnConfiguration extends DeviceConfiguration implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Field and Description |
|---|---|
protected VpnAuthenticationMethod |
authenticationMethod |
protected String |
connectionName |
protected String |
realm |
protected String |
role |
protected List<VpnServer> |
servers |
protected String |
serversNextLink |
createdDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
VpnConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Optional<VpnAuthenticationMethod> |
getAuthenticationMethod()
“Authentication method.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getConnectionName()
“Connection name displayed to the user.”
|
Optional<String> |
getRealm()
“Realm when connection type is set to Pulse Secure.”
|
Optional<String> |
getRole()
“Role when connection type is set to Pulse Secure.”
|
com.github.davidmoten.odata.client.CollectionPage<VpnServer> |
getServers()
“List of VPN Servers on the network.
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
VpnConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
VpnConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
VpnConfiguration |
withAuthenticationMethod(VpnAuthenticationMethod authenticationMethod)
Returns an immutable copy of
this with just the authenticationMethod field changed. |
VpnConfiguration |
withConnectionName(String connectionName)
Returns an immutable copy of
this with just the connectionName
field changed. |
VpnConfiguration |
withRealm(String realm)
Returns an immutable copy of
this with just the realm field
changed. |
VpnConfiguration |
withRole(String role)
Returns an immutable copy of
this with just the role field
changed. |
assign, 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 VpnAuthenticationMethod authenticationMethod
protected String connectionName
protected String role
protected String realm
protected String serversNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceConfigurationpublic com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class DeviceConfigurationpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DeviceConfigurationpublic Optional<VpnAuthenticationMethod> getAuthenticationMethod()
public VpnConfiguration withAuthenticationMethod(VpnAuthenticationMethod authenticationMethod)
this with just the authenticationMethod 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.
“Authentication method.”
authenticationMethod - new value of authenticationMethod field (as defined in service metadata)this with just the authenticationMethod field changedpublic Optional<String> getConnectionName()
public VpnConfiguration withConnectionName(String connectionName)
this with just the connectionName
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.
“Connection name displayed to the user.”
connectionName - new value of connectionName field (as defined in service metadata)this with just the connectionName field changedpublic Optional<String> getRole()
public VpnConfiguration withRole(String role)
this with just the role 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.
“Role when connection type is set to Pulse Secure.”
role - new value of role field (as defined in service metadata)this with just the role field changedpublic Optional<String> getRealm()
public VpnConfiguration withRealm(String realm)
this with just the realm 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.
“Realm when connection type is set to Pulse Secure.”
realm - new value of realm field (as defined in service metadata)this with just the realm field changedpublic com.github.davidmoten.odata.client.CollectionPage<VpnServer> getServers()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceConfigurationpublic VpnConfiguration patch()
this with changed fields reset.patch in class DeviceConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic VpnConfiguration put()
this
with changed fields reset (they were ignored anyway).put in class DeviceConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class DeviceConfigurationCopyright © 2018–2020. All rights reserved.