Package odata.msgraph.client.beta.entity
Class NetworkIPv4ConfigurationManagementCondition.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.NetworkIPv4ConfigurationManagementCondition.Builder
-
- Enclosing class:
- NetworkIPv4ConfigurationManagementCondition
public static final class NetworkIPv4ConfigurationManagementCondition.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public NetworkIPv4ConfigurationManagementCondition.Builder id(String id)
-
applicablePlatforms
public NetworkIPv4ConfigurationManagementCondition.Builder applicablePlatforms(List<DevicePlatformType> applicablePlatforms)
-
applicablePlatforms
public NetworkIPv4ConfigurationManagementCondition.Builder applicablePlatforms(DevicePlatformType... applicablePlatforms)
-
applicablePlatformsNextLink
public NetworkIPv4ConfigurationManagementCondition.Builder applicablePlatformsNextLink(String applicablePlatformsNextLink)
-
createdDateTime
public NetworkIPv4ConfigurationManagementCondition.Builder createdDateTime(OffsetDateTime createdDateTime)
-
description
public NetworkIPv4ConfigurationManagementCondition.Builder description(String description)
-
displayName
public NetworkIPv4ConfigurationManagementCondition.Builder displayName(String displayName)
-
eTag
public NetworkIPv4ConfigurationManagementCondition.Builder eTag(String eTag)
-
modifiedDateTime
public NetworkIPv4ConfigurationManagementCondition.Builder modifiedDateTime(OffsetDateTime modifiedDateTime)
-
uniqueName
public NetworkIPv4ConfigurationManagementCondition.Builder uniqueName(String uniqueName)
-
dnsSuffixList
public NetworkIPv4ConfigurationManagementCondition.Builder dnsSuffixList(List<String> dnsSuffixList)
“Valid DNS suffixes for the current network. e.g. seattle.contoso.com”- Parameters:
dnsSuffixList- value ofdnsSuffixListproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
dnsSuffixList
public NetworkIPv4ConfigurationManagementCondition.Builder dnsSuffixList(String... dnsSuffixList)
“Valid DNS suffixes for the current network. e.g. seattle.contoso.com”- Parameters:
dnsSuffixList- value ofdnsSuffixListproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
dnsSuffixListNextLink
public NetworkIPv4ConfigurationManagementCondition.Builder dnsSuffixListNextLink(String dnsSuffixListNextLink)
“Valid DNS suffixes for the current network. e.g. seattle.contoso.com”- Parameters:
dnsSuffixListNextLink- value ofdnsSuffixList@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
ipV4DHCPServer
public NetworkIPv4ConfigurationManagementCondition.Builder ipV4DHCPServer(String ipV4DHCPServer)
“The IPv4 address of the DHCP server for the adapter.”- Parameters:
ipV4DHCPServer- value ofipV4DHCPServerproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
ipV4DNSServerList
public NetworkIPv4ConfigurationManagementCondition.Builder ipV4DNSServerList(List<String> ipV4DNSServerList)
“The IPv4 DNS servers configured for the adapter.”- Parameters:
ipV4DNSServerList- value ofipV4DNSServerListproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
ipV4DNSServerList
public NetworkIPv4ConfigurationManagementCondition.Builder ipV4DNSServerList(String... ipV4DNSServerList)
“The IPv4 DNS servers configured for the adapter.”- Parameters:
ipV4DNSServerList- value ofipV4DNSServerListproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
ipV4DNSServerListNextLink
public NetworkIPv4ConfigurationManagementCondition.Builder ipV4DNSServerListNextLink(String ipV4DNSServerListNextLink)
“The IPv4 DNS servers configured for the adapter.”- Parameters:
ipV4DNSServerListNextLink- value ofipV4DNSServerList@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
ipV4Gateway
public NetworkIPv4ConfigurationManagementCondition.Builder ipV4Gateway(String ipV4Gateway)
“The IPv4 gateway address. e.g. 10.0.0.0”- Parameters:
ipV4Gateway- value ofipV4Gatewayproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
ipV4Prefix
public NetworkIPv4ConfigurationManagementCondition.Builder ipV4Prefix(String ipV4Prefix)
“The IPv4 subnet to be connected to. e.g. 10.0.0.0/8”- Parameters:
ipV4Prefix- value ofipV4Prefixproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public NetworkIPv4ConfigurationManagementCondition build()
-
-