public class NetworkIPv6ConfigurationManagementCondition extends NetworkManagementCondition implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
NetworkIPv6ConfigurationManagementCondition.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
dnsSuffixList |
protected String |
dnsSuffixListNextLink |
protected List<String> |
ipV6DNSServerList |
protected String |
ipV6DNSServerListNextLink |
protected String |
ipV6Gateway |
protected String |
ipV6Prefix |
applicablePlatforms, applicablePlatformsNextLink, createdDateTime, description, displayName, eTag, modifiedDateTime, uniqueNamechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
NetworkIPv6ConfigurationManagementCondition() |
| Modifier and Type | Method and Description |
|---|---|
static NetworkIPv6ConfigurationManagementCondition.Builder |
builderNetworkIPv6ConfigurationManagementCondition()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getDnsSuffixList()
“Valid DNS suffixes for the current network.
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getIpV6DNSServerList()
“An IPv6 DNS servers configured for the adapter.”
|
Optional<String> |
getIpV6Gateway()
“The IPv6 gateway address to.
|
Optional<String> |
getIpV6Prefix()
“The IPv6 subnet to be connected to.
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
NetworkIPv6ConfigurationManagementCondition |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
NetworkIPv6ConfigurationManagementCondition |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
NetworkIPv6ConfigurationManagementCondition |
withIpV6Gateway(String ipV6Gateway)
Returns an immutable copy of
this with just the ipV6Gateway
field changed. |
NetworkIPv6ConfigurationManagementCondition |
withIpV6Prefix(String ipV6Prefix)
Returns an immutable copy of
this with just the ipV6Prefix field
changed. |
getApplicablePlatforms, getCreatedDateTime, getDescription, getDisplayName, getETag, getManagementConditionStatements, getModifiedDateTime, getUniqueName, withCreatedDateTime, withDescription, withDisplayName, withETag, withModifiedDateTime, withUniqueNameprotected String ipV6Prefix
protected String ipV6Gateway
protected String ipV6DNSServerListNextLink
protected String dnsSuffixListNextLink
protected NetworkIPv6ConfigurationManagementCondition()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class NetworkManagementConditionpublic static NetworkIPv6ConfigurationManagementCondition.Builder builderNetworkIPv6ConfigurationManagementCondition()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class NetworkManagementConditionpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class NetworkManagementConditionpublic Optional<String> getIpV6Prefix()
public NetworkIPv6ConfigurationManagementCondition withIpV6Prefix(String ipV6Prefix)
this with just the ipV6Prefix 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 IPv6 subnet to be connected to. e.g. 2001:db8::/32”
ipV6Prefix - new value of ipV6Prefix field (as defined in service metadata)this with just the ipV6Prefix field changedpublic Optional<String> getIpV6Gateway()
public NetworkIPv6ConfigurationManagementCondition withIpV6Gateway(String ipV6Gateway)
this with just the ipV6Gateway
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 IPv6 gateway address to. e.g 2001:db8::1”
ipV6Gateway - new value of ipV6Gateway field (as defined in service metadata)this with just the ipV6Gateway field changedpublic com.github.davidmoten.odata.client.CollectionPage<String> getIpV6DNSServerList()
public com.github.davidmoten.odata.client.CollectionPage<String> getDnsSuffixList()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class NetworkManagementConditionpublic NetworkIPv6ConfigurationManagementCondition patch()
this with changed fields reset.patch in class NetworkManagementConditionthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic NetworkIPv6ConfigurationManagementCondition put()
this
with changed fields reset (they were ignored anyway).put in class NetworkManagementConditionthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class NetworkManagementConditionCopyright © 2018–2020. All rights reserved.