diff --git a/network/resource-manager/v2017_10_01/pom.xml b/network/resource-manager/v2017_10_01/pom.xml index 9b18dd88d6c3..0765ba1756f0 100644 --- a/network/resource-manager/v2017_10_01/pom.xml +++ b/network/resource-manager/v2017_10_01/pom.xml @@ -1,133 +1,133 @@ - - - 4.0.0 - com.microsoft.azure.network.v2017_10_01 - - com.microsoft.azure - azure-arm-parent - 0.0.2-beta - ../../../pom.xml - - azure-mgmt-network - 1.0.0-beta - jar - Microsoft Azure SDK for Network Management - This package contains Microsoft Network Management SDK. - https://github.com/Azure/azure-libraries-for-java - - - The MIT License (MIT) - http://opensource.org/licenses/MIT - repo - - - - scm:git:https://github.com/Azure/azure-libraries-for-java - scm:git:git@github.com:Azure/azure-libraries-for-java.git - HEAD - - - UTF-8 - - - - - microsoft - Microsoft - - - - - com.microsoft.azure - azure-client-runtime - - - com.microsoft.azure - azure-arm-client-runtime - - - junit - junit - test - - - com.microsoft.azure - azure-client-authentication - test - - - com.microsoft.azure - azure-mgmt-resources - test - - - com.microsoft.azure - azure-arm-client-runtime - test-jar - test - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - - true - true - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - - com.microsoft.azure.management.apigeneration.LangDefinitionProcessor - - - true - true - - true - true - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.8 - - *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search - - - /** -
* Copyright (c) Microsoft Corporation. All rights reserved. -
* Licensed under the MIT License. See License.txt in the project root for -
* license information. -
*/ - ]]> -
-
-
-
-
-
+ + + 4.0.0 + com.microsoft.azure.network.v2017_10_01 + + com.microsoft.azure + azure-arm-parent + 0.0.2-beta + ../../../pom.xml + + azure-mgmt-network + 1.0.0-beta + jar + Microsoft Azure SDK for Network Management + This package contains Microsoft Network Management SDK. + https://github.com/Azure/azure-libraries-for-java + + + The MIT License (MIT) + http://opensource.org/licenses/MIT + repo + + + + scm:git:https://github.com/Azure/azure-libraries-for-java + scm:git:git@github.com:Azure/azure-libraries-for-java.git + HEAD + + + UTF-8 + + + + + microsoft + Microsoft + + + + + com.microsoft.azure + azure-client-runtime + + + com.microsoft.azure + azure-arm-client-runtime + + + junit + junit + test + + + com.microsoft.azure + azure-client-authentication + test + + + com.microsoft.azure + azure-mgmt-resources + test + + + com.microsoft.azure + azure-arm-client-runtime + test-jar + test + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + true + true + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + com.microsoft.azure.management.apigeneration.LangDefinitionProcessor + + + true + true + + true + true + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search + + + /** +
* Copyright (c) Microsoft Corporation. All rights reserved. +
* Licensed under the MIT License. See License.txt in the project root for +
* license information. +
*/ + ]]> +
+
+
+
+
+
diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AddressSpace.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AddressSpace.java index 603c350bb76d..6b55fdbbb7b1 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AddressSpace.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AddressSpace.java @@ -24,7 +24,7 @@ public class AddressSpace { private List addressPrefixes; /** - * Get the addressPrefixes value. + * Get a list of address blocks reserved for this virtual network in CIDR notation. * * @return the addressPrefixes value */ @@ -33,7 +33,7 @@ public List addressPrefixes() { } /** - * Set the addressPrefixes value. + * Set a list of address blocks reserved for this virtual network in CIDR notation. * * @param addressPrefixes the addressPrefixes value to set * @return the AddressSpace object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGateway.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGateway.java index ed4ab0a09428..4bceea415a2b 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGateway.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGateway.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2017_10_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayAuthenticationCertificate.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayAuthenticationCertificate.java index 02aaedccfd82..7c20f273bd96 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayAuthenticationCertificate.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayAuthenticationCertificate.java @@ -50,7 +50,7 @@ public class ApplicationGatewayAuthenticationCertificate extends SubResource { private String type; /** - * Get the data value. + * Get certificate public data. * * @return the data value */ @@ -59,7 +59,7 @@ public String data() { } /** - * Set the data value. + * Set certificate public data. * * @param data the data value to set * @return the ApplicationGatewayAuthenticationCertificate object itself. @@ -70,7 +70,7 @@ public ApplicationGatewayAuthenticationCertificate withData(String data) { } /** - * Get the provisioningState value. + * Get provisioning state of the authentication certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -79,7 +79,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set provisioning state of the authentication certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the ApplicationGatewayAuthenticationCertificate object itself. @@ -90,7 +90,7 @@ public ApplicationGatewayAuthenticationCertificate withProvisioningState(String } /** - * Get the name value. + * Get name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -99,7 +99,7 @@ public String name() { } /** - * Set the name value. + * Set name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the ApplicationGatewayAuthenticationCertificate object itself. @@ -110,7 +110,7 @@ public ApplicationGatewayAuthenticationCertificate withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -119,7 +119,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the ApplicationGatewayAuthenticationCertificate object itself. @@ -130,7 +130,7 @@ public ApplicationGatewayAuthenticationCertificate withEtag(String etag) { } /** - * Get the type value. + * Get type of the resource. * * @return the type value */ @@ -139,7 +139,7 @@ public String type() { } /** - * Set the type value. + * Set type of the resource. * * @param type the type value to set * @return the ApplicationGatewayAuthenticationCertificate object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendAddress.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendAddress.java index 8f9976221f89..00b143528e58 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendAddress.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendAddress.java @@ -27,7 +27,7 @@ public class ApplicationGatewayBackendAddress { private String ipAddress; /** - * Get the fqdn value. + * Get fully qualified domain name (FQDN). * * @return the fqdn value */ @@ -36,7 +36,7 @@ public String fqdn() { } /** - * Set the fqdn value. + * Set fully qualified domain name (FQDN). * * @param fqdn the fqdn value to set * @return the ApplicationGatewayBackendAddress object itself. @@ -47,7 +47,7 @@ public ApplicationGatewayBackendAddress withFqdn(String fqdn) { } /** - * Get the ipAddress value. + * Get iP address. * * @return the ipAddress value */ @@ -56,7 +56,7 @@ public String ipAddress() { } /** - * Set the ipAddress value. + * Set iP address. * * @param ipAddress the ipAddress value to set * @return the ApplicationGatewayBackendAddress object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendAddressPool.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendAddressPool.java index df2fb3f4f445..8785443b1d0c 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendAddressPool.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendAddressPool.java @@ -58,7 +58,7 @@ public class ApplicationGatewayBackendAddressPool extends SubResource { private String type; /** - * Get the backendIPConfigurations value. + * Get collection of references to IPs defined in network interfaces. * * @return the backendIPConfigurations value */ @@ -67,7 +67,7 @@ public List backendIPConfigurations() { } /** - * Set the backendIPConfigurations value. + * Set collection of references to IPs defined in network interfaces. * * @param backendIPConfigurations the backendIPConfigurations value to set * @return the ApplicationGatewayBackendAddressPool object itself. @@ -78,7 +78,7 @@ public ApplicationGatewayBackendAddressPool withBackendIPConfigurations(List backendAddresses() { } /** - * Set the backendAddresses value. + * Set backend addresses. * * @param backendAddresses the backendAddresses value to set * @return the ApplicationGatewayBackendAddressPool object itself. @@ -98,7 +98,7 @@ public ApplicationGatewayBackendAddressPool withBackendAddresses(List servers; /** - * Get the backendHttpSettings value. + * Get reference of an ApplicationGatewayBackendHttpSettings resource. * * @return the backendHttpSettings value */ @@ -37,7 +37,7 @@ public ApplicationGatewayBackendHttpSettings backendHttpSettings() { } /** - * Set the backendHttpSettings value. + * Set reference of an ApplicationGatewayBackendHttpSettings resource. * * @param backendHttpSettings the backendHttpSettings value to set * @return the ApplicationGatewayBackendHealthHttpSettings object itself. @@ -48,7 +48,7 @@ public ApplicationGatewayBackendHealthHttpSettings withBackendHttpSettings(Appli } /** - * Get the servers value. + * Get list of ApplicationGatewayBackendHealthServer resources. * * @return the servers value */ @@ -57,7 +57,7 @@ public List servers() { } /** - * Set the servers value. + * Set list of ApplicationGatewayBackendHealthServer resources. * * @param servers the servers value to set * @return the ApplicationGatewayBackendHealthHttpSettings object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHealthPool.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHealthPool.java index cd0d0d635f4d..85175f36580d 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHealthPool.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHealthPool.java @@ -28,7 +28,7 @@ public class ApplicationGatewayBackendHealthPool { private List backendHttpSettingsCollection; /** - * Get the backendAddressPool value. + * Get reference of an ApplicationGatewayBackendAddressPool resource. * * @return the backendAddressPool value */ @@ -37,7 +37,7 @@ public ApplicationGatewayBackendAddressPool backendAddressPool() { } /** - * Set the backendAddressPool value. + * Set reference of an ApplicationGatewayBackendAddressPool resource. * * @param backendAddressPool the backendAddressPool value to set * @return the ApplicationGatewayBackendHealthPool object itself. @@ -48,7 +48,7 @@ public ApplicationGatewayBackendHealthPool withBackendAddressPool(ApplicationGat } /** - * Get the backendHttpSettingsCollection value. + * Get list of ApplicationGatewayBackendHealthHttpSettings resources. * * @return the backendHttpSettingsCollection value */ @@ -57,7 +57,7 @@ public List backendHttpSettingsColl } /** - * Set the backendHttpSettingsCollection value. + * Set list of ApplicationGatewayBackendHealthHttpSettings resources. * * @param backendHttpSettingsCollection the backendHttpSettingsCollection value to set * @return the ApplicationGatewayBackendHealthPool object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHealthServer.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHealthServer.java index 37d63e7b759b..c79e99803911 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHealthServer.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHealthServer.java @@ -35,7 +35,7 @@ public class ApplicationGatewayBackendHealthServer { private ApplicationGatewayBackendHealthServerHealth health; /** - * Get the address value. + * Get iP address or FQDN of backend server. * * @return the address value */ @@ -44,7 +44,7 @@ public String address() { } /** - * Set the address value. + * Set iP address or FQDN of backend server. * * @param address the address value to set * @return the ApplicationGatewayBackendHealthServer object itself. @@ -55,7 +55,7 @@ public ApplicationGatewayBackendHealthServer withAddress(String address) { } /** - * Get the ipConfiguration value. + * Get reference of IP configuration of backend server. * * @return the ipConfiguration value */ @@ -64,7 +64,7 @@ public NetworkInterfaceIPConfigurationInner ipConfiguration() { } /** - * Set the ipConfiguration value. + * Set reference of IP configuration of backend server. * * @param ipConfiguration the ipConfiguration value to set * @return the ApplicationGatewayBackendHealthServer object itself. @@ -75,7 +75,7 @@ public ApplicationGatewayBackendHealthServer withIpConfiguration(NetworkInterfac } /** - * Get the health value. + * Get health of backend server. Possible values include: 'Unknown', 'Up', 'Down', 'Partial', 'Draining'. * * @return the health value */ @@ -84,7 +84,7 @@ public ApplicationGatewayBackendHealthServerHealth health() { } /** - * Set the health value. + * Set health of backend server. Possible values include: 'Unknown', 'Up', 'Down', 'Partial', 'Draining'. * * @param health the health value to set * @return the ApplicationGatewayBackendHealthServer object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHttpSettings.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHttpSettings.java index 501b063c8b16..a2078b14101e 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHttpSettings.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayBackendHttpSettings.java @@ -121,7 +121,7 @@ public class ApplicationGatewayBackendHttpSettings extends SubResource { private String type; /** - * Get the port value. + * Get port. * * @return the port value */ @@ -130,7 +130,7 @@ public Integer port() { } /** - * Set the port value. + * Set port. * * @param port the port value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -141,7 +141,7 @@ public ApplicationGatewayBackendHttpSettings withPort(Integer port) { } /** - * Get the protocol value. + * Get protocol. Possible values include: 'Http', 'Https'. * * @return the protocol value */ @@ -150,7 +150,7 @@ public ApplicationGatewayProtocol protocol() { } /** - * Set the protocol value. + * Set protocol. Possible values include: 'Http', 'Https'. * * @param protocol the protocol value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -161,7 +161,7 @@ public ApplicationGatewayBackendHttpSettings withProtocol(ApplicationGatewayProt } /** - * Get the cookieBasedAffinity value. + * Get cookie based affinity. Possible values include: 'Enabled', 'Disabled'. * * @return the cookieBasedAffinity value */ @@ -170,7 +170,7 @@ public ApplicationGatewayCookieBasedAffinity cookieBasedAffinity() { } /** - * Set the cookieBasedAffinity value. + * Set cookie based affinity. Possible values include: 'Enabled', 'Disabled'. * * @param cookieBasedAffinity the cookieBasedAffinity value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -181,7 +181,7 @@ public ApplicationGatewayBackendHttpSettings withCookieBasedAffinity(Application } /** - * Get the requestTimeout value. + * Get request timeout in seconds. Application Gateway will fail the request if response is not received within RequestTimeout. Acceptable values are from 1 second to 86400 seconds. * * @return the requestTimeout value */ @@ -190,7 +190,7 @@ public Integer requestTimeout() { } /** - * Set the requestTimeout value. + * Set request timeout in seconds. Application Gateway will fail the request if response is not received within RequestTimeout. Acceptable values are from 1 second to 86400 seconds. * * @param requestTimeout the requestTimeout value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -201,7 +201,7 @@ public ApplicationGatewayBackendHttpSettings withRequestTimeout(Integer requestT } /** - * Get the probe value. + * Get probe resource of an application gateway. * * @return the probe value */ @@ -210,7 +210,7 @@ public SubResource probe() { } /** - * Set the probe value. + * Set probe resource of an application gateway. * * @param probe the probe value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -221,7 +221,7 @@ public ApplicationGatewayBackendHttpSettings withProbe(SubResource probe) { } /** - * Get the authenticationCertificates value. + * Get array of references to application gateway authentication certificates. * * @return the authenticationCertificates value */ @@ -230,7 +230,7 @@ public List authenticationCertificates() { } /** - * Set the authenticationCertificates value. + * Set array of references to application gateway authentication certificates. * * @param authenticationCertificates the authenticationCertificates value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -241,7 +241,7 @@ public ApplicationGatewayBackendHttpSettings withAuthenticationCertificates(List } /** - * Get the connectionDraining value. + * Get connection draining of the backend http settings resource. * * @return the connectionDraining value */ @@ -250,7 +250,7 @@ public ApplicationGatewayConnectionDraining connectionDraining() { } /** - * Set the connectionDraining value. + * Set connection draining of the backend http settings resource. * * @param connectionDraining the connectionDraining value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -261,7 +261,7 @@ public ApplicationGatewayBackendHttpSettings withConnectionDraining(ApplicationG } /** - * Get the hostName value. + * Get host header to be sent to the backend servers. * * @return the hostName value */ @@ -270,7 +270,7 @@ public String hostName() { } /** - * Set the hostName value. + * Set host header to be sent to the backend servers. * * @param hostName the hostName value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -281,7 +281,7 @@ public ApplicationGatewayBackendHttpSettings withHostName(String hostName) { } /** - * Get the pickHostNameFromBackendAddress value. + * Get whether to pick host header should be picked from the host name of the backend server. Default value is false. * * @return the pickHostNameFromBackendAddress value */ @@ -290,7 +290,7 @@ public Boolean pickHostNameFromBackendAddress() { } /** - * Set the pickHostNameFromBackendAddress value. + * Set whether to pick host header should be picked from the host name of the backend server. Default value is false. * * @param pickHostNameFromBackendAddress the pickHostNameFromBackendAddress value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -301,7 +301,7 @@ public ApplicationGatewayBackendHttpSettings withPickHostNameFromBackendAddress( } /** - * Get the affinityCookieName value. + * Get cookie name to use for the affinity cookie. * * @return the affinityCookieName value */ @@ -310,7 +310,7 @@ public String affinityCookieName() { } /** - * Set the affinityCookieName value. + * Set cookie name to use for the affinity cookie. * * @param affinityCookieName the affinityCookieName value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -321,7 +321,7 @@ public ApplicationGatewayBackendHttpSettings withAffinityCookieName(String affin } /** - * Get the probeEnabled value. + * Get whether the probe is enabled. Default value is false. * * @return the probeEnabled value */ @@ -330,7 +330,7 @@ public Boolean probeEnabled() { } /** - * Set the probeEnabled value. + * Set whether the probe is enabled. Default value is false. * * @param probeEnabled the probeEnabled value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -341,7 +341,7 @@ public ApplicationGatewayBackendHttpSettings withProbeEnabled(Boolean probeEnabl } /** - * Get the path value. + * Get path which should be used as a prefix for all HTTP requests. Null means no path will be prefixed. Default value is null. * * @return the path value */ @@ -350,7 +350,7 @@ public String path() { } /** - * Set the path value. + * Set path which should be used as a prefix for all HTTP requests. Null means no path will be prefixed. Default value is null. * * @param path the path value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -361,7 +361,7 @@ public ApplicationGatewayBackendHttpSettings withPath(String path) { } /** - * Get the provisioningState value. + * Get provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -370,7 +370,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -381,7 +381,7 @@ public ApplicationGatewayBackendHttpSettings withProvisioningState(String provis } /** - * Get the name value. + * Get name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -390,7 +390,7 @@ public String name() { } /** - * Set the name value. + * Set name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -401,7 +401,7 @@ public ApplicationGatewayBackendHttpSettings withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -410,7 +410,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -421,7 +421,7 @@ public ApplicationGatewayBackendHttpSettings withEtag(String etag) { } /** - * Get the type value. + * Get type of the resource. * * @return the type value */ @@ -430,7 +430,7 @@ public String type() { } /** - * Set the type value. + * Set type of the resource. * * @param type the type value to set * @return the ApplicationGatewayBackendHttpSettings object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayConnectionDraining.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayConnectionDraining.java index 4e1be86efa51..bd4b569ce6c3 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayConnectionDraining.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayConnectionDraining.java @@ -30,7 +30,7 @@ public class ApplicationGatewayConnectionDraining { private int drainTimeoutInSec; /** - * Get the enabled value. + * Get whether connection draining is enabled or not. * * @return the enabled value */ @@ -39,7 +39,7 @@ public boolean enabled() { } /** - * Set the enabled value. + * Set whether connection draining is enabled or not. * * @param enabled the enabled value to set * @return the ApplicationGatewayConnectionDraining object itself. @@ -50,7 +50,7 @@ public ApplicationGatewayConnectionDraining withEnabled(boolean enabled) { } /** - * Get the drainTimeoutInSec value. + * Get the number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds. * * @return the drainTimeoutInSec value */ @@ -59,7 +59,7 @@ public int drainTimeoutInSec() { } /** - * Set the drainTimeoutInSec value. + * Set the number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds. * * @param drainTimeoutInSec the drainTimeoutInSec value to set * @return the ApplicationGatewayConnectionDraining object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallDisabledRuleGroup.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallDisabledRuleGroup.java index bf544fac007f..7d2ab0bd2c6b 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallDisabledRuleGroup.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallDisabledRuleGroup.java @@ -29,7 +29,7 @@ public class ApplicationGatewayFirewallDisabledRuleGroup { private List rules; /** - * Get the ruleGroupName value. + * Get the name of the rule group that will be disabled. * * @return the ruleGroupName value */ @@ -38,7 +38,7 @@ public String ruleGroupName() { } /** - * Set the ruleGroupName value. + * Set the name of the rule group that will be disabled. * * @param ruleGroupName the ruleGroupName value to set * @return the ApplicationGatewayFirewallDisabledRuleGroup object itself. @@ -49,7 +49,7 @@ public ApplicationGatewayFirewallDisabledRuleGroup withRuleGroupName(String rule } /** - * Get the rules value. + * Get the list of rules that will be disabled. If null, all rules of the rule group will be disabled. * * @return the rules value */ @@ -58,7 +58,7 @@ public List rules() { } /** - * Set the rules value. + * Set the list of rules that will be disabled. If null, all rules of the rule group will be disabled. * * @param rules the rules value to set * @return the ApplicationGatewayFirewallDisabledRuleGroup object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRule.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRule.java index 167976314b08..62e9171a1114 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRule.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRule.java @@ -27,7 +27,7 @@ public class ApplicationGatewayFirewallRule { private String description; /** - * Get the ruleId value. + * Get the identifier of the web application firewall rule. * * @return the ruleId value */ @@ -36,7 +36,7 @@ public int ruleId() { } /** - * Set the ruleId value. + * Set the identifier of the web application firewall rule. * * @param ruleId the ruleId value to set * @return the ApplicationGatewayFirewallRule object itself. @@ -47,7 +47,7 @@ public ApplicationGatewayFirewallRule withRuleId(int ruleId) { } /** - * Get the description value. + * Get the description of the web application firewall rule. * * @return the description value */ @@ -56,7 +56,7 @@ public String description() { } /** - * Set the description value. + * Set the description of the web application firewall rule. * * @param description the description value to set * @return the ApplicationGatewayFirewallRule object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRuleGroup.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRuleGroup.java index d8ec80310100..89e8447ee1aa 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRuleGroup.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRuleGroup.java @@ -34,7 +34,7 @@ public class ApplicationGatewayFirewallRuleGroup { private List rules; /** - * Get the ruleGroupName value. + * Get the name of the web application firewall rule group. * * @return the ruleGroupName value */ @@ -43,7 +43,7 @@ public String ruleGroupName() { } /** - * Set the ruleGroupName value. + * Set the name of the web application firewall rule group. * * @param ruleGroupName the ruleGroupName value to set * @return the ApplicationGatewayFirewallRuleGroup object itself. @@ -54,7 +54,7 @@ public ApplicationGatewayFirewallRuleGroup withRuleGroupName(String ruleGroupNam } /** - * Get the description value. + * Get the description of the web application firewall rule group. * * @return the description value */ @@ -63,7 +63,7 @@ public String description() { } /** - * Set the description value. + * Set the description of the web application firewall rule group. * * @param description the description value to set * @return the ApplicationGatewayFirewallRuleGroup object itself. @@ -74,7 +74,7 @@ public ApplicationGatewayFirewallRuleGroup withDescription(String description) { } /** - * Get the rules value. + * Get the rules of the web application firewall rule group. * * @return the rules value */ @@ -83,7 +83,7 @@ public List rules() { } /** - * Set the rules value. + * Set the rules of the web application firewall rule group. * * @param rules the rules value to set * @return the ApplicationGatewayFirewallRuleGroup object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRuleSet.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRuleSet.java index 4f1b9ca0a33a..e923f5186411 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRuleSet.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayFirewallRuleSet.java @@ -51,7 +51,7 @@ public class ApplicationGatewayFirewallRuleSet extends Resource { private String id; /** - * Get the provisioningState value. + * Get the provisioning state of the web application firewall rule set. * * @return the provisioningState value */ @@ -60,7 +60,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set the provisioning state of the web application firewall rule set. * * @param provisioningState the provisioningState value to set * @return the ApplicationGatewayFirewallRuleSet object itself. @@ -71,7 +71,7 @@ public ApplicationGatewayFirewallRuleSet withProvisioningState(String provisioni } /** - * Get the ruleSetType value. + * Get the type of the web application firewall rule set. * * @return the ruleSetType value */ @@ -80,7 +80,7 @@ public String ruleSetType() { } /** - * Set the ruleSetType value. + * Set the type of the web application firewall rule set. * * @param ruleSetType the ruleSetType value to set * @return the ApplicationGatewayFirewallRuleSet object itself. @@ -91,7 +91,7 @@ public ApplicationGatewayFirewallRuleSet withRuleSetType(String ruleSetType) { } /** - * Get the ruleSetVersion value. + * Get the version of the web application firewall rule set type. * * @return the ruleSetVersion value */ @@ -100,7 +100,7 @@ public String ruleSetVersion() { } /** - * Set the ruleSetVersion value. + * Set the version of the web application firewall rule set type. * * @param ruleSetVersion the ruleSetVersion value to set * @return the ApplicationGatewayFirewallRuleSet object itself. @@ -111,7 +111,7 @@ public ApplicationGatewayFirewallRuleSet withRuleSetVersion(String ruleSetVersio } /** - * Get the ruleGroups value. + * Get the rule groups of the web application firewall rule set. * * @return the ruleGroups value */ @@ -120,7 +120,7 @@ public List ruleGroups() { } /** - * Set the ruleGroups value. + * Set the rule groups of the web application firewall rule set. * * @param ruleGroups the ruleGroups value to set * @return the ApplicationGatewayFirewallRuleSet object itself. @@ -131,7 +131,7 @@ public ApplicationGatewayFirewallRuleSet withRuleGroups(List paths() { } /** - * Set the paths value. + * Set path rules of URL path map. * * @param paths the paths value to set * @return the ApplicationGatewayPathRule object itself. @@ -89,7 +89,7 @@ public ApplicationGatewayPathRule withPaths(List paths) { } /** - * Get the backendAddressPool value. + * Get backend address pool resource of URL path map path rule. * * @return the backendAddressPool value */ @@ -98,7 +98,7 @@ public SubResource backendAddressPool() { } /** - * Set the backendAddressPool value. + * Set backend address pool resource of URL path map path rule. * * @param backendAddressPool the backendAddressPool value to set * @return the ApplicationGatewayPathRule object itself. @@ -109,7 +109,7 @@ public ApplicationGatewayPathRule withBackendAddressPool(SubResource backendAddr } /** - * Get the backendHttpSettings value. + * Get backend http settings resource of URL path map path rule. * * @return the backendHttpSettings value */ @@ -118,7 +118,7 @@ public SubResource backendHttpSettings() { } /** - * Set the backendHttpSettings value. + * Set backend http settings resource of URL path map path rule. * * @param backendHttpSettings the backendHttpSettings value to set * @return the ApplicationGatewayPathRule object itself. @@ -129,7 +129,7 @@ public ApplicationGatewayPathRule withBackendHttpSettings(SubResource backendHtt } /** - * Get the redirectConfiguration value. + * Get redirect configuration resource of URL path map path rule. * * @return the redirectConfiguration value */ @@ -138,7 +138,7 @@ public SubResource redirectConfiguration() { } /** - * Set the redirectConfiguration value. + * Set redirect configuration resource of URL path map path rule. * * @param redirectConfiguration the redirectConfiguration value to set * @return the ApplicationGatewayPathRule object itself. @@ -149,7 +149,7 @@ public ApplicationGatewayPathRule withRedirectConfiguration(SubResource redirect } /** - * Get the provisioningState value. + * Get path rule of URL path map resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -158,7 +158,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set path rule of URL path map resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the ApplicationGatewayPathRule object itself. @@ -169,7 +169,7 @@ public ApplicationGatewayPathRule withProvisioningState(String provisioningState } /** - * Get the name value. + * Get name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -178,7 +178,7 @@ public String name() { } /** - * Set the name value. + * Set name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the ApplicationGatewayPathRule object itself. @@ -189,7 +189,7 @@ public ApplicationGatewayPathRule withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -198,7 +198,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the ApplicationGatewayPathRule object itself. @@ -209,7 +209,7 @@ public ApplicationGatewayPathRule withEtag(String etag) { } /** - * Get the type value. + * Get type of the resource. * * @return the type value */ @@ -218,7 +218,7 @@ public String type() { } /** - * Set the type value. + * Set type of the resource. * * @param type the type value to set * @return the ApplicationGatewayPathRule object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayProbe.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayProbe.java index 1ba2aef7dc14..9c6122aeacbd 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayProbe.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayProbe.java @@ -107,7 +107,7 @@ public class ApplicationGatewayProbe extends SubResource { private String type; /** - * Get the protocol value. + * Get protocol. Possible values include: 'Http', 'Https'. * * @return the protocol value */ @@ -116,7 +116,7 @@ public ApplicationGatewayProtocol protocol() { } /** - * Set the protocol value. + * Set protocol. Possible values include: 'Http', 'Https'. * * @param protocol the protocol value to set * @return the ApplicationGatewayProbe object itself. @@ -127,7 +127,7 @@ public ApplicationGatewayProbe withProtocol(ApplicationGatewayProtocol protocol) } /** - * Get the host value. + * Get host name to send the probe to. * * @return the host value */ @@ -136,7 +136,7 @@ public String host() { } /** - * Set the host value. + * Set host name to send the probe to. * * @param host the host value to set * @return the ApplicationGatewayProbe object itself. @@ -147,7 +147,7 @@ public ApplicationGatewayProbe withHost(String host) { } /** - * Get the path value. + * Get relative path of probe. Valid path starts from '/'. Probe is sent to <Protocol>://<host>:<port><path>. * * @return the path value */ @@ -156,7 +156,7 @@ public String path() { } /** - * Set the path value. + * Set relative path of probe. Valid path starts from '/'. Probe is sent to <Protocol>://<host>:<port><path>. * * @param path the path value to set * @return the ApplicationGatewayProbe object itself. @@ -167,7 +167,7 @@ public ApplicationGatewayProbe withPath(String path) { } /** - * Get the interval value. + * Get the probing interval in seconds. This is the time interval between two consecutive probes. Acceptable values are from 1 second to 86400 seconds. * * @return the interval value */ @@ -176,7 +176,7 @@ public Integer interval() { } /** - * Set the interval value. + * Set the probing interval in seconds. This is the time interval between two consecutive probes. Acceptable values are from 1 second to 86400 seconds. * * @param interval the interval value to set * @return the ApplicationGatewayProbe object itself. @@ -187,7 +187,7 @@ public ApplicationGatewayProbe withInterval(Integer interval) { } /** - * Get the timeout value. + * Get the probe timeout in seconds. Probe marked as failed if valid response is not received with this timeout period. Acceptable values are from 1 second to 86400 seconds. * * @return the timeout value */ @@ -196,7 +196,7 @@ public Integer timeout() { } /** - * Set the timeout value. + * Set the probe timeout in seconds. Probe marked as failed if valid response is not received with this timeout period. Acceptable values are from 1 second to 86400 seconds. * * @param timeout the timeout value to set * @return the ApplicationGatewayProbe object itself. @@ -207,7 +207,7 @@ public ApplicationGatewayProbe withTimeout(Integer timeout) { } /** - * Get the unhealthyThreshold value. + * Get the probe retry count. Backend server is marked down after consecutive probe failure count reaches UnhealthyThreshold. Acceptable values are from 1 second to 20. * * @return the unhealthyThreshold value */ @@ -216,7 +216,7 @@ public Integer unhealthyThreshold() { } /** - * Set the unhealthyThreshold value. + * Set the probe retry count. Backend server is marked down after consecutive probe failure count reaches UnhealthyThreshold. Acceptable values are from 1 second to 20. * * @param unhealthyThreshold the unhealthyThreshold value to set * @return the ApplicationGatewayProbe object itself. @@ -227,7 +227,7 @@ public ApplicationGatewayProbe withUnhealthyThreshold(Integer unhealthyThreshold } /** - * Get the pickHostNameFromBackendHttpSettings value. + * Get whether the host header should be picked from the backend http settings. Default value is false. * * @return the pickHostNameFromBackendHttpSettings value */ @@ -236,7 +236,7 @@ public Boolean pickHostNameFromBackendHttpSettings() { } /** - * Set the pickHostNameFromBackendHttpSettings value. + * Set whether the host header should be picked from the backend http settings. Default value is false. * * @param pickHostNameFromBackendHttpSettings the pickHostNameFromBackendHttpSettings value to set * @return the ApplicationGatewayProbe object itself. @@ -247,7 +247,7 @@ public ApplicationGatewayProbe withPickHostNameFromBackendHttpSettings(Boolean p } /** - * Get the minServers value. + * Get minimum number of servers that are always marked healthy. Default value is 0. * * @return the minServers value */ @@ -256,7 +256,7 @@ public Integer minServers() { } /** - * Set the minServers value. + * Set minimum number of servers that are always marked healthy. Default value is 0. * * @param minServers the minServers value to set * @return the ApplicationGatewayProbe object itself. @@ -267,7 +267,7 @@ public ApplicationGatewayProbe withMinServers(Integer minServers) { } /** - * Get the match value. + * Get criterion for classifying a healthy probe response. * * @return the match value */ @@ -276,7 +276,7 @@ public ApplicationGatewayProbeHealthResponseMatch match() { } /** - * Set the match value. + * Set criterion for classifying a healthy probe response. * * @param match the match value to set * @return the ApplicationGatewayProbe object itself. @@ -287,7 +287,7 @@ public ApplicationGatewayProbe withMatch(ApplicationGatewayProbeHealthResponseMa } /** - * Get the provisioningState value. + * Get provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -296,7 +296,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the ApplicationGatewayProbe object itself. @@ -307,7 +307,7 @@ public ApplicationGatewayProbe withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -316,7 +316,7 @@ public String name() { } /** - * Set the name value. + * Set name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the ApplicationGatewayProbe object itself. @@ -327,7 +327,7 @@ public ApplicationGatewayProbe withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -336,7 +336,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the ApplicationGatewayProbe object itself. @@ -347,7 +347,7 @@ public ApplicationGatewayProbe withEtag(String etag) { } /** - * Get the type value. + * Get type of the resource. * * @return the type value */ @@ -356,7 +356,7 @@ public String type() { } /** - * Set the type value. + * Set type of the resource. * * @param type the type value to set * @return the ApplicationGatewayProbe object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayProbeHealthResponseMatch.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayProbeHealthResponseMatch.java index 06b02673310e..b938409f3219 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayProbeHealthResponseMatch.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayProbeHealthResponseMatch.java @@ -30,7 +30,7 @@ public class ApplicationGatewayProbeHealthResponseMatch { private List statusCodes; /** - * Get the body value. + * Get body that must be contained in the health response. Default value is empty. * * @return the body value */ @@ -39,7 +39,7 @@ public String body() { } /** - * Set the body value. + * Set body that must be contained in the health response. Default value is empty. * * @param body the body value to set * @return the ApplicationGatewayProbeHealthResponseMatch object itself. @@ -50,7 +50,7 @@ public ApplicationGatewayProbeHealthResponseMatch withBody(String body) { } /** - * Get the statusCodes value. + * Get allowed ranges of healthy status codes. Default range of healthy status codes is 200-399. * * @return the statusCodes value */ @@ -59,7 +59,7 @@ public List statusCodes() { } /** - * Set the statusCodes value. + * Set allowed ranges of healthy status codes. Default range of healthy status codes is 200-399. * * @param statusCodes the statusCodes value to set * @return the ApplicationGatewayProbeHealthResponseMatch object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayRedirectConfiguration.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayRedirectConfiguration.java index aa753839df78..af007df73455 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayRedirectConfiguration.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayRedirectConfiguration.java @@ -88,7 +88,7 @@ public class ApplicationGatewayRedirectConfiguration extends SubResource { private String type; /** - * Get the redirectType value. + * Get supported http redirection types - Permanent, Temporary, Found, SeeOther. Possible values include: 'Permanent', 'Found', 'SeeOther', 'Temporary'. * * @return the redirectType value */ @@ -97,7 +97,7 @@ public ApplicationGatewayRedirectType redirectType() { } /** - * Set the redirectType value. + * Set supported http redirection types - Permanent, Temporary, Found, SeeOther. Possible values include: 'Permanent', 'Found', 'SeeOther', 'Temporary'. * * @param redirectType the redirectType value to set * @return the ApplicationGatewayRedirectConfiguration object itself. @@ -108,7 +108,7 @@ public ApplicationGatewayRedirectConfiguration withRedirectType(ApplicationGatew } /** - * Get the targetListener value. + * Get reference to a listener to redirect the request to. * * @return the targetListener value */ @@ -117,7 +117,7 @@ public SubResource targetListener() { } /** - * Set the targetListener value. + * Set reference to a listener to redirect the request to. * * @param targetListener the targetListener value to set * @return the ApplicationGatewayRedirectConfiguration object itself. @@ -128,7 +128,7 @@ public ApplicationGatewayRedirectConfiguration withTargetListener(SubResource ta } /** - * Get the targetUrl value. + * Get url to redirect the request to. * * @return the targetUrl value */ @@ -137,7 +137,7 @@ public String targetUrl() { } /** - * Set the targetUrl value. + * Set url to redirect the request to. * * @param targetUrl the targetUrl value to set * @return the ApplicationGatewayRedirectConfiguration object itself. @@ -148,7 +148,7 @@ public ApplicationGatewayRedirectConfiguration withTargetUrl(String targetUrl) { } /** - * Get the includePath value. + * Get include path in the redirected url. * * @return the includePath value */ @@ -157,7 +157,7 @@ public Boolean includePath() { } /** - * Set the includePath value. + * Set include path in the redirected url. * * @param includePath the includePath value to set * @return the ApplicationGatewayRedirectConfiguration object itself. @@ -168,7 +168,7 @@ public ApplicationGatewayRedirectConfiguration withIncludePath(Boolean includePa } /** - * Get the includeQueryString value. + * Get include query string in the redirected url. * * @return the includeQueryString value */ @@ -177,7 +177,7 @@ public Boolean includeQueryString() { } /** - * Set the includeQueryString value. + * Set include query string in the redirected url. * * @param includeQueryString the includeQueryString value to set * @return the ApplicationGatewayRedirectConfiguration object itself. @@ -188,7 +188,7 @@ public ApplicationGatewayRedirectConfiguration withIncludeQueryString(Boolean in } /** - * Get the requestRoutingRules value. + * Get request routing specifying redirect configuration. * * @return the requestRoutingRules value */ @@ -197,7 +197,7 @@ public List requestRoutingRules() { } /** - * Set the requestRoutingRules value. + * Set request routing specifying redirect configuration. * * @param requestRoutingRules the requestRoutingRules value to set * @return the ApplicationGatewayRedirectConfiguration object itself. @@ -208,7 +208,7 @@ public ApplicationGatewayRedirectConfiguration withRequestRoutingRules(List urlPathMaps() { } /** - * Set the urlPathMaps value. + * Set url path maps specifying default redirect configuration. * * @param urlPathMaps the urlPathMaps value to set * @return the ApplicationGatewayRedirectConfiguration object itself. @@ -228,7 +228,7 @@ public ApplicationGatewayRedirectConfiguration withUrlPathMaps(List } /** - * Get the pathRules value. + * Get path rules specifying redirect configuration. * * @return the pathRules value */ @@ -237,7 +237,7 @@ public List pathRules() { } /** - * Set the pathRules value. + * Set path rules specifying redirect configuration. * * @param pathRules the pathRules value to set * @return the ApplicationGatewayRedirectConfiguration object itself. @@ -248,7 +248,7 @@ public ApplicationGatewayRedirectConfiguration withPathRules(List p } /** - * Get the name value. + * Get name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -257,7 +257,7 @@ public String name() { } /** - * Set the name value. + * Set name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the ApplicationGatewayRedirectConfiguration object itself. @@ -268,7 +268,7 @@ public ApplicationGatewayRedirectConfiguration withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -277,7 +277,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the ApplicationGatewayRedirectConfiguration object itself. @@ -288,7 +288,7 @@ public ApplicationGatewayRedirectConfiguration withEtag(String etag) { } /** - * Get the type value. + * Get type of the resource. * * @return the type value */ @@ -297,7 +297,7 @@ public String type() { } /** - * Set the type value. + * Set type of the resource. * * @param type the type value to set * @return the ApplicationGatewayRedirectConfiguration object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayRequestRoutingRule.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayRequestRoutingRule.java index b944c033baa7..5714c18f9c06 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayRequestRoutingRule.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewayRequestRoutingRule.java @@ -80,7 +80,7 @@ public class ApplicationGatewayRequestRoutingRule extends SubResource { private String type; /** - * Get the ruleType value. + * Get rule type. Possible values include: 'Basic', 'PathBasedRouting'. * * @return the ruleType value */ @@ -89,7 +89,7 @@ public ApplicationGatewayRequestRoutingRuleType ruleType() { } /** - * Set the ruleType value. + * Set rule type. Possible values include: 'Basic', 'PathBasedRouting'. * * @param ruleType the ruleType value to set * @return the ApplicationGatewayRequestRoutingRule object itself. @@ -100,7 +100,7 @@ public ApplicationGatewayRequestRoutingRule withRuleType(ApplicationGatewayReque } /** - * Get the backendAddressPool value. + * Get backend address pool resource of the application gateway. * * @return the backendAddressPool value */ @@ -109,7 +109,7 @@ public SubResource backendAddressPool() { } /** - * Set the backendAddressPool value. + * Set backend address pool resource of the application gateway. * * @param backendAddressPool the backendAddressPool value to set * @return the ApplicationGatewayRequestRoutingRule object itself. @@ -120,7 +120,7 @@ public ApplicationGatewayRequestRoutingRule withBackendAddressPool(SubResource b } /** - * Get the backendHttpSettings value. + * Get frontend port resource of the application gateway. * * @return the backendHttpSettings value */ @@ -129,7 +129,7 @@ public SubResource backendHttpSettings() { } /** - * Set the backendHttpSettings value. + * Set frontend port resource of the application gateway. * * @param backendHttpSettings the backendHttpSettings value to set * @return the ApplicationGatewayRequestRoutingRule object itself. @@ -140,7 +140,7 @@ public ApplicationGatewayRequestRoutingRule withBackendHttpSettings(SubResource } /** - * Get the httpListener value. + * Get http listener resource of the application gateway. * * @return the httpListener value */ @@ -149,7 +149,7 @@ public SubResource httpListener() { } /** - * Set the httpListener value. + * Set http listener resource of the application gateway. * * @param httpListener the httpListener value to set * @return the ApplicationGatewayRequestRoutingRule object itself. @@ -160,7 +160,7 @@ public ApplicationGatewayRequestRoutingRule withHttpListener(SubResource httpLis } /** - * Get the urlPathMap value. + * Get uRL path map resource of the application gateway. * * @return the urlPathMap value */ @@ -169,7 +169,7 @@ public SubResource urlPathMap() { } /** - * Set the urlPathMap value. + * Set uRL path map resource of the application gateway. * * @param urlPathMap the urlPathMap value to set * @return the ApplicationGatewayRequestRoutingRule object itself. @@ -180,7 +180,7 @@ public ApplicationGatewayRequestRoutingRule withUrlPathMap(SubResource urlPathMa } /** - * Get the redirectConfiguration value. + * Get redirect configuration resource of the application gateway. * * @return the redirectConfiguration value */ @@ -189,7 +189,7 @@ public SubResource redirectConfiguration() { } /** - * Set the redirectConfiguration value. + * Set redirect configuration resource of the application gateway. * * @param redirectConfiguration the redirectConfiguration value to set * @return the ApplicationGatewayRequestRoutingRule object itself. @@ -200,7 +200,7 @@ public ApplicationGatewayRequestRoutingRule withRedirectConfiguration(SubResourc } /** - * Get the provisioningState value. + * Get provisioning state of the request routing rule resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -209,7 +209,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set provisioning state of the request routing rule resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the ApplicationGatewayRequestRoutingRule object itself. @@ -220,7 +220,7 @@ public ApplicationGatewayRequestRoutingRule withProvisioningState(String provisi } /** - * Get the name value. + * Get name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -229,7 +229,7 @@ public String name() { } /** - * Set the name value. + * Set name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the ApplicationGatewayRequestRoutingRule object itself. @@ -240,7 +240,7 @@ public ApplicationGatewayRequestRoutingRule withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -249,7 +249,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the ApplicationGatewayRequestRoutingRule object itself. @@ -260,7 +260,7 @@ public ApplicationGatewayRequestRoutingRule withEtag(String etag) { } /** - * Get the type value. + * Get type of the resource. * * @return the type value */ @@ -269,7 +269,7 @@ public String type() { } /** - * Set the type value. + * Set type of the resource. * * @param type the type value to set * @return the ApplicationGatewayRequestRoutingRule object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySku.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySku.java index 5ae2c72c0976..f0e25b6ad2d7 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySku.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySku.java @@ -36,7 +36,7 @@ public class ApplicationGatewaySku { private Integer capacity; /** - * Get the name value. + * Get name of an application gateway SKU. Possible values include: 'Standard_Small', 'Standard_Medium', 'Standard_Large', 'WAF_Medium', 'WAF_Large'. * * @return the name value */ @@ -45,7 +45,7 @@ public ApplicationGatewaySkuName name() { } /** - * Set the name value. + * Set name of an application gateway SKU. Possible values include: 'Standard_Small', 'Standard_Medium', 'Standard_Large', 'WAF_Medium', 'WAF_Large'. * * @param name the name value to set * @return the ApplicationGatewaySku object itself. @@ -56,7 +56,7 @@ public ApplicationGatewaySku withName(ApplicationGatewaySkuName name) { } /** - * Get the tier value. + * Get tier of an application gateway. Possible values include: 'Standard', 'WAF'. * * @return the tier value */ @@ -65,7 +65,7 @@ public ApplicationGatewayTier tier() { } /** - * Set the tier value. + * Set tier of an application gateway. Possible values include: 'Standard', 'WAF'. * * @param tier the tier value to set * @return the ApplicationGatewaySku object itself. @@ -76,7 +76,7 @@ public ApplicationGatewaySku withTier(ApplicationGatewayTier tier) { } /** - * Get the capacity value. + * Get capacity (instance count) of an application gateway. * * @return the capacity value */ @@ -85,7 +85,7 @@ public Integer capacity() { } /** - * Set the capacity value. + * Set capacity (instance count) of an application gateway. * * @param capacity the capacity value to set * @return the ApplicationGatewaySku object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySslCertificate.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySslCertificate.java index 239651802fe2..189eb0f00d45 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySslCertificate.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySslCertificate.java @@ -64,7 +64,7 @@ public class ApplicationGatewaySslCertificate extends SubResource { private String type; /** - * Get the data value. + * Get base-64 encoded pfx certificate. Only applicable in PUT Request. * * @return the data value */ @@ -73,7 +73,7 @@ public String data() { } /** - * Set the data value. + * Set base-64 encoded pfx certificate. Only applicable in PUT Request. * * @param data the data value to set * @return the ApplicationGatewaySslCertificate object itself. @@ -84,7 +84,7 @@ public ApplicationGatewaySslCertificate withData(String data) { } /** - * Get the password value. + * Get password for the pfx file specified in data. Only applicable in PUT request. * * @return the password value */ @@ -93,7 +93,7 @@ public String password() { } /** - * Set the password value. + * Set password for the pfx file specified in data. Only applicable in PUT request. * * @param password the password value to set * @return the ApplicationGatewaySslCertificate object itself. @@ -104,7 +104,7 @@ public ApplicationGatewaySslCertificate withPassword(String password) { } /** - * Get the publicCertData value. + * Get base-64 encoded Public cert data corresponding to pfx specified in data. Only applicable in GET request. * * @return the publicCertData value */ @@ -113,7 +113,7 @@ public String publicCertData() { } /** - * Set the publicCertData value. + * Set base-64 encoded Public cert data corresponding to pfx specified in data. Only applicable in GET request. * * @param publicCertData the publicCertData value to set * @return the ApplicationGatewaySslCertificate object itself. @@ -124,7 +124,7 @@ public ApplicationGatewaySslCertificate withPublicCertData(String publicCertData } /** - * Get the provisioningState value. + * Get provisioning state of the SSL certificate resource Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -133,7 +133,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set provisioning state of the SSL certificate resource Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the ApplicationGatewaySslCertificate object itself. @@ -144,7 +144,7 @@ public ApplicationGatewaySslCertificate withProvisioningState(String provisionin } /** - * Get the name value. + * Get name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -153,7 +153,7 @@ public String name() { } /** - * Set the name value. + * Set name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the ApplicationGatewaySslCertificate object itself. @@ -164,7 +164,7 @@ public ApplicationGatewaySslCertificate withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -173,7 +173,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the ApplicationGatewaySslCertificate object itself. @@ -184,7 +184,7 @@ public ApplicationGatewaySslCertificate withEtag(String etag) { } /** - * Get the type value. + * Get type of the resource. * * @return the type value */ @@ -193,7 +193,7 @@ public String type() { } /** - * Set the type value. + * Set type of the resource. * * @param type the type value to set * @return the ApplicationGatewaySslCertificate object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySslPolicy.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySslPolicy.java index 94a7b8f5492e..ae96c43ae2e8 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySslPolicy.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationGatewaySslPolicy.java @@ -50,7 +50,7 @@ public class ApplicationGatewaySslPolicy { private ApplicationGatewaySslProtocol minProtocolVersion; /** - * Get the disabledSslProtocols value. + * Get ssl protocols to be disabled on application gateway. * * @return the disabledSslProtocols value */ @@ -59,7 +59,7 @@ public List disabledSslProtocols() { } /** - * Set the disabledSslProtocols value. + * Set ssl protocols to be disabled on application gateway. * * @param disabledSslProtocols the disabledSslProtocols value to set * @return the ApplicationGatewaySslPolicy object itself. @@ -70,7 +70,7 @@ public ApplicationGatewaySslPolicy withDisabledSslProtocols(List cipherSuites() { } /** - * Set the cipherSuites value. + * Set ssl cipher suites to be enabled in the specified order to application gateway. * * @param cipherSuites the cipherSuites value to set * @return the ApplicationGatewaySslPolicy object itself. @@ -130,7 +130,7 @@ public ApplicationGatewaySslPolicy withCipherSuites(List pathRules() { } /** - * Set the pathRules value. + * Set path rule of URL path map resource. * * @param pathRules the pathRules value to set * @return the ApplicationGatewayUrlPathMap object itself. @@ -150,7 +150,7 @@ public ApplicationGatewayUrlPathMap withPathRules(List disabledRuleGroups; /** - * Get the enabled value. + * Get whether the web application firewall is enabled or not. * * @return the enabled value */ @@ -57,7 +57,7 @@ public boolean enabled() { } /** - * Set the enabled value. + * Set whether the web application firewall is enabled or not. * * @param enabled the enabled value to set * @return the ApplicationGatewayWebApplicationFirewallConfiguration object itself. @@ -68,7 +68,7 @@ public ApplicationGatewayWebApplicationFirewallConfiguration withEnabled(boolean } /** - * Get the firewallMode value. + * Get web application firewall mode. Possible values include: 'Detection', 'Prevention'. * * @return the firewallMode value */ @@ -77,7 +77,7 @@ public ApplicationGatewayFirewallMode firewallMode() { } /** - * Set the firewallMode value. + * Set web application firewall mode. Possible values include: 'Detection', 'Prevention'. * * @param firewallMode the firewallMode value to set * @return the ApplicationGatewayWebApplicationFirewallConfiguration object itself. @@ -88,7 +88,7 @@ public ApplicationGatewayWebApplicationFirewallConfiguration withFirewallMode(Ap } /** - * Get the ruleSetType value. + * Get the type of the web application firewall rule set. Possible values are: 'OWASP'. * * @return the ruleSetType value */ @@ -97,7 +97,7 @@ public String ruleSetType() { } /** - * Set the ruleSetType value. + * Set the type of the web application firewall rule set. Possible values are: 'OWASP'. * * @param ruleSetType the ruleSetType value to set * @return the ApplicationGatewayWebApplicationFirewallConfiguration object itself. @@ -108,7 +108,7 @@ public ApplicationGatewayWebApplicationFirewallConfiguration withRuleSetType(Str } /** - * Get the ruleSetVersion value. + * Get the version of the rule set type. * * @return the ruleSetVersion value */ @@ -117,7 +117,7 @@ public String ruleSetVersion() { } /** - * Set the ruleSetVersion value. + * Set the version of the rule set type. * * @param ruleSetVersion the ruleSetVersion value to set * @return the ApplicationGatewayWebApplicationFirewallConfiguration object itself. @@ -128,7 +128,7 @@ public ApplicationGatewayWebApplicationFirewallConfiguration withRuleSetVersion( } /** - * Get the disabledRuleGroups value. + * Get the disabled rule groups. * * @return the disabledRuleGroups value */ @@ -137,7 +137,7 @@ public List disabledRuleGroups() { } /** - * Set the disabledRuleGroups value. + * Set the disabled rule groups. * * @param disabledRuleGroups the disabledRuleGroups value to set * @return the ApplicationGatewayWebApplicationFirewallConfiguration object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationSecurityGroup.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationSecurityGroup.java index 832256a7a426..cef44d09bc0b 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationSecurityGroup.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ApplicationSecurityGroup.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2017_10_01.implementation.NetworkManager; import com.microsoft.azure.management.network.v2017_10_01.implementation.ApplicationSecurityGroupInner; diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/Availability.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/Availability.java index d10995a6b628..5b4c390ef55c 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/Availability.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/Availability.java @@ -33,7 +33,7 @@ public class Availability { private String blobDuration; /** - * Get the timeGrain value. + * Get the time grain of the availability. * * @return the timeGrain value */ @@ -42,7 +42,7 @@ public String timeGrain() { } /** - * Set the timeGrain value. + * Set the time grain of the availability. * * @param timeGrain the timeGrain value to set * @return the Availability object itself. @@ -53,7 +53,7 @@ public Availability withTimeGrain(String timeGrain) { } /** - * Get the retention value. + * Get the retention of the availability. * * @return the retention value */ @@ -62,7 +62,7 @@ public String retention() { } /** - * Set the retention value. + * Set the retention of the availability. * * @param retention the retention value to set * @return the Availability object itself. @@ -73,7 +73,7 @@ public Availability withRetention(String retention) { } /** - * Get the blobDuration value. + * Get duration of the availability blob. * * @return the blobDuration value */ @@ -82,7 +82,7 @@ public String blobDuration() { } /** - * Set the blobDuration value. + * Set duration of the availability blob. * * @param blobDuration the blobDuration value to set * @return the Availability object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListCity.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListCity.java index 382d9384a41c..8dae67bee2da 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListCity.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListCity.java @@ -28,7 +28,7 @@ public class AvailableProvidersListCity { private List providers; /** - * Get the cityName value. + * Get the city or town name. * * @return the cityName value */ @@ -37,7 +37,7 @@ public String cityName() { } /** - * Set the cityName value. + * Set the city or town name. * * @param cityName the cityName value to set * @return the AvailableProvidersListCity object itself. @@ -48,7 +48,7 @@ public AvailableProvidersListCity withCityName(String cityName) { } /** - * Get the providers value. + * Get a list of Internet service providers. * * @return the providers value */ @@ -57,7 +57,7 @@ public List providers() { } /** - * Set the providers value. + * Set a list of Internet service providers. * * @param providers the providers value to set * @return the AvailableProvidersListCity object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListCountry.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListCountry.java index 4fd8031e90a8..f909f639965f 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListCountry.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListCountry.java @@ -34,7 +34,7 @@ public class AvailableProvidersListCountry { private List states; /** - * Get the countryName value. + * Get the country name. * * @return the countryName value */ @@ -43,7 +43,7 @@ public String countryName() { } /** - * Set the countryName value. + * Set the country name. * * @param countryName the countryName value to set * @return the AvailableProvidersListCountry object itself. @@ -54,7 +54,7 @@ public AvailableProvidersListCountry withCountryName(String countryName) { } /** - * Get the providers value. + * Get a list of Internet service providers. * * @return the providers value */ @@ -63,7 +63,7 @@ public List providers() { } /** - * Set the providers value. + * Set a list of Internet service providers. * * @param providers the providers value to set * @return the AvailableProvidersListCountry object itself. @@ -74,7 +74,7 @@ public AvailableProvidersListCountry withProviders(List providers) { } /** - * Get the states value. + * Get list of available states in the country. * * @return the states value */ @@ -83,7 +83,7 @@ public List states() { } /** - * Set the states value. + * Set list of available states in the country. * * @param states the states value to set * @return the AvailableProvidersListCountry object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListParameters.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListParameters.java index 6cd1b067032b..5cd2fdc4ef3b 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListParameters.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListParameters.java @@ -40,7 +40,7 @@ public class AvailableProvidersListParameters { private String city; /** - * Get the azureLocations value. + * Get a list of Azure regions. * * @return the azureLocations value */ @@ -49,7 +49,7 @@ public List azureLocations() { } /** - * Set the azureLocations value. + * Set a list of Azure regions. * * @param azureLocations the azureLocations value to set * @return the AvailableProvidersListParameters object itself. @@ -60,7 +60,7 @@ public AvailableProvidersListParameters withAzureLocations(List azureLoc } /** - * Get the country value. + * Get the country for available providers list. * * @return the country value */ @@ -69,7 +69,7 @@ public String country() { } /** - * Set the country value. + * Set the country for available providers list. * * @param country the country value to set * @return the AvailableProvidersListParameters object itself. @@ -80,7 +80,7 @@ public AvailableProvidersListParameters withCountry(String country) { } /** - * Get the state value. + * Get the state for available providers list. * * @return the state value */ @@ -89,7 +89,7 @@ public String state() { } /** - * Set the state value. + * Set the state for available providers list. * * @param state the state value to set * @return the AvailableProvidersListParameters object itself. @@ -100,7 +100,7 @@ public AvailableProvidersListParameters withState(String state) { } /** - * Get the city value. + * Get the city or town for available providers list. * * @return the city value */ @@ -109,7 +109,7 @@ public String city() { } /** - * Set the city value. + * Set the city or town for available providers list. * * @param city the city value to set * @return the AvailableProvidersListParameters object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListState.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListState.java index 4587a749771c..c1bfbadeba36 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListState.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AvailableProvidersListState.java @@ -34,7 +34,7 @@ public class AvailableProvidersListState { private List cities; /** - * Get the stateName value. + * Get the state name. * * @return the stateName value */ @@ -43,7 +43,7 @@ public String stateName() { } /** - * Set the stateName value. + * Set the state name. * * @param stateName the stateName value to set * @return the AvailableProvidersListState object itself. @@ -54,7 +54,7 @@ public AvailableProvidersListState withStateName(String stateName) { } /** - * Get the providers value. + * Get a list of Internet service providers. * * @return the providers value */ @@ -63,7 +63,7 @@ public List providers() { } /** - * Set the providers value. + * Set a list of Internet service providers. * * @param providers the providers value to set * @return the AvailableProvidersListState object itself. @@ -74,7 +74,7 @@ public AvailableProvidersListState withProviders(List providers) { } /** - * Get the cities value. + * Get list of available cities or towns in the state. * * @return the cities value */ @@ -83,7 +83,7 @@ public List cities() { } /** - * Set the cities value. + * Set list of available cities or towns in the state. * * @param cities the cities value to set * @return the AvailableProvidersListState object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureAsyncOperationResult.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureAsyncOperationResult.java index 974892d5dc14..f5025ffe5059 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureAsyncOperationResult.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureAsyncOperationResult.java @@ -36,7 +36,7 @@ public class AzureAsyncOperationResult { private Error error; /** - * Get the status value. + * Get status of the Azure async operation. Possible values are: 'InProgress', 'Succeeded', and 'Failed'. Possible values include: 'InProgress', 'Succeeded', 'Failed'. * * @return the status value */ @@ -45,7 +45,7 @@ public NetworkOperationStatus status() { } /** - * Set the status value. + * Set status of the Azure async operation. Possible values are: 'InProgress', 'Succeeded', and 'Failed'. Possible values include: 'InProgress', 'Succeeded', 'Failed'. * * @param status the status value to set * @return the AzureAsyncOperationResult object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportItem.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportItem.java index 64f2e38d90de..887eb3cbce5a 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportItem.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportItem.java @@ -34,7 +34,7 @@ public class AzureReachabilityReportItem { private List latencies; /** - * Get the provider value. + * Get the Internet service provider. * * @return the provider value */ @@ -43,7 +43,7 @@ public String provider() { } /** - * Set the provider value. + * Set the Internet service provider. * * @param provider the provider value to set * @return the AzureReachabilityReportItem object itself. @@ -54,7 +54,7 @@ public AzureReachabilityReportItem withProvider(String provider) { } /** - * Get the azureLocation value. + * Get the Azure region. * * @return the azureLocation value */ @@ -63,7 +63,7 @@ public String azureLocation() { } /** - * Set the azureLocation value. + * Set the Azure region. * * @param azureLocation the azureLocation value to set * @return the AzureReachabilityReportItem object itself. @@ -74,7 +74,7 @@ public AzureReachabilityReportItem withAzureLocation(String azureLocation) { } /** - * Get the latencies value. + * Get list of latency details for each of the time series. * * @return the latencies value */ @@ -83,7 +83,7 @@ public List latencies() { } /** - * Set the latencies value. + * Set list of latency details for each of the time series. * * @param latencies the latencies value to set * @return the AzureReachabilityReportItem object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportLatencyInfo.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportLatencyInfo.java index d3ee4e60b9d6..a042653fed40 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportLatencyInfo.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportLatencyInfo.java @@ -29,7 +29,7 @@ public class AzureReachabilityReportLatencyInfo { private Integer score; /** - * Get the timeStamp value. + * Get the time stamp. * * @return the timeStamp value */ @@ -38,7 +38,7 @@ public DateTime timeStamp() { } /** - * Set the timeStamp value. + * Set the time stamp. * * @param timeStamp the timeStamp value to set * @return the AzureReachabilityReportLatencyInfo object itself. @@ -49,7 +49,7 @@ public AzureReachabilityReportLatencyInfo withTimeStamp(DateTime timeStamp) { } /** - * Get the score value. + * Get the relative latency score between 1 and 100, higher values indicating a faster connection. * * @return the score value */ @@ -58,7 +58,7 @@ public Integer score() { } /** - * Set the score value. + * Set the relative latency score between 1 and 100, higher values indicating a faster connection. * * @param score the score value to set * @return the AzureReachabilityReportLatencyInfo object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportLocation.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportLocation.java index 38a23b41064d..3fda129d4a44 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportLocation.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportLocation.java @@ -33,7 +33,7 @@ public class AzureReachabilityReportLocation { private String city; /** - * Get the country value. + * Get the name of the country. * * @return the country value */ @@ -42,7 +42,7 @@ public String country() { } /** - * Set the country value. + * Set the name of the country. * * @param country the country value to set * @return the AzureReachabilityReportLocation object itself. @@ -53,7 +53,7 @@ public AzureReachabilityReportLocation withCountry(String country) { } /** - * Get the state value. + * Get the name of the state. * * @return the state value */ @@ -62,7 +62,7 @@ public String state() { } /** - * Set the state value. + * Set the name of the state. * * @param state the state value to set * @return the AzureReachabilityReportLocation object itself. @@ -73,7 +73,7 @@ public AzureReachabilityReportLocation withState(String state) { } /** - * Get the city value. + * Get the name of the city or town. * * @return the city value */ @@ -82,7 +82,7 @@ public String city() { } /** - * Set the city value. + * Set the name of the city or town. * * @param city the city value to set * @return the AzureReachabilityReportLocation object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportParameters.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportParameters.java index 9999a32767b1..74702b253482 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportParameters.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/AzureReachabilityReportParameters.java @@ -67,7 +67,7 @@ public AzureReachabilityReportParameters withProviderLocation(AzureReachabilityR } /** - * Get the providers value. + * Get list of Internet service providers. * * @return the providers value */ @@ -76,7 +76,7 @@ public List providers() { } /** - * Set the providers value. + * Set list of Internet service providers. * * @param providers the providers value to set * @return the AzureReachabilityReportParameters object itself. @@ -87,7 +87,7 @@ public AzureReachabilityReportParameters withProviders(List providers) { } /** - * Get the azureLocations value. + * Get optional Azure regions to scope the query to. * * @return the azureLocations value */ @@ -96,7 +96,7 @@ public List azureLocations() { } /** - * Set the azureLocations value. + * Set optional Azure regions to scope the query to. * * @param azureLocations the azureLocations value to set * @return the AzureReachabilityReportParameters object itself. @@ -107,7 +107,7 @@ public AzureReachabilityReportParameters withAzureLocations(List azureLo } /** - * Get the startTime value. + * Get the start time for the Azure reachability report. * * @return the startTime value */ @@ -116,7 +116,7 @@ public DateTime startTime() { } /** - * Set the startTime value. + * Set the start time for the Azure reachability report. * * @param startTime the startTime value to set * @return the AzureReachabilityReportParameters object itself. @@ -127,7 +127,7 @@ public AzureReachabilityReportParameters withStartTime(DateTime startTime) { } /** - * Get the endTime value. + * Get the end time for the Azure reachability report. * * @return the endTime value */ @@ -136,7 +136,7 @@ public DateTime endTime() { } /** - * Set the endTime value. + * Set the end time for the Azure reachability report. * * @param endTime the endTime value to set * @return the AzureReachabilityReportParameters object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BGPCommunity.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BGPCommunity.java index 0d34b843b045..f3f69c5deb9f 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BGPCommunity.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BGPCommunity.java @@ -53,7 +53,7 @@ public class BGPCommunity { private String serviceGroup; /** - * Get the serviceSupportedRegion value. + * Get the region which the service support. e.g. For O365, region is Global. * * @return the serviceSupportedRegion value */ @@ -62,7 +62,7 @@ public String serviceSupportedRegion() { } /** - * Set the serviceSupportedRegion value. + * Set the region which the service support. e.g. For O365, region is Global. * * @param serviceSupportedRegion the serviceSupportedRegion value to set * @return the BGPCommunity object itself. @@ -73,7 +73,7 @@ public BGPCommunity withServiceSupportedRegion(String serviceSupportedRegion) { } /** - * Get the communityName value. + * Get the name of the bgp community. e.g. Skype. * * @return the communityName value */ @@ -82,7 +82,7 @@ public String communityName() { } /** - * Set the communityName value. + * Set the name of the bgp community. e.g. Skype. * * @param communityName the communityName value to set * @return the BGPCommunity object itself. @@ -93,7 +93,7 @@ public BGPCommunity withCommunityName(String communityName) { } /** - * Get the communityValue value. + * Get the value of the bgp community. For more information: https://docs.microsoft.com/en-us/azure/expressroute/expressroute-routing. * * @return the communityValue value */ @@ -102,7 +102,7 @@ public String communityValue() { } /** - * Set the communityValue value. + * Set the value of the bgp community. For more information: https://docs.microsoft.com/en-us/azure/expressroute/expressroute-routing. * * @param communityValue the communityValue value to set * @return the BGPCommunity object itself. @@ -113,7 +113,7 @@ public BGPCommunity withCommunityValue(String communityValue) { } /** - * Get the communityPrefixes value. + * Get the prefixes that the bgp community contains. * * @return the communityPrefixes value */ @@ -122,7 +122,7 @@ public List communityPrefixes() { } /** - * Set the communityPrefixes value. + * Set the prefixes that the bgp community contains. * * @param communityPrefixes the communityPrefixes value to set * @return the BGPCommunity object itself. @@ -133,7 +133,7 @@ public BGPCommunity withCommunityPrefixes(List communityPrefixes) { } /** - * Get the isAuthorizedToUse value. + * Get customer is authorized to use bgp community or not. * * @return the isAuthorizedToUse value */ @@ -142,7 +142,7 @@ public Boolean isAuthorizedToUse() { } /** - * Set the isAuthorizedToUse value. + * Set customer is authorized to use bgp community or not. * * @param isAuthorizedToUse the isAuthorizedToUse value to set * @return the BGPCommunity object itself. @@ -153,7 +153,7 @@ public BGPCommunity withIsAuthorizedToUse(Boolean isAuthorizedToUse) { } /** - * Get the serviceGroup value. + * Get the service group of the bgp community contains. * * @return the serviceGroup value */ @@ -162,7 +162,7 @@ public String serviceGroup() { } /** - * Set the serviceGroup value. + * Set the service group of the bgp community contains. * * @param serviceGroup the serviceGroup value to set * @return the BGPCommunity object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpPeerStatus.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpPeerStatus.java index d110e2effba2..8356008b50cb 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpPeerStatus.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpPeerStatus.java @@ -64,7 +64,7 @@ public class BgpPeerStatus { private Long messagesReceived; /** - * Get the localAddress value. + * Get the virtual network gateway's local address. * * @return the localAddress value */ @@ -73,7 +73,7 @@ public String localAddress() { } /** - * Get the neighbor value. + * Get the remote BGP peer. * * @return the neighbor value */ @@ -82,7 +82,7 @@ public String neighbor() { } /** - * Get the asn value. + * Get the autonomous system number of the remote BGP peer. * * @return the asn value */ @@ -91,7 +91,7 @@ public Integer asn() { } /** - * Get the state value. + * Get the BGP peer state. Possible values include: 'Unknown', 'Stopped', 'Idle', 'Connecting', 'Connected'. * * @return the state value */ @@ -100,7 +100,7 @@ public BgpPeerState state() { } /** - * Get the connectedDuration value. + * Get for how long the peering has been up. * * @return the connectedDuration value */ @@ -109,7 +109,7 @@ public String connectedDuration() { } /** - * Get the routesReceived value. + * Get the number of routes learned from this peer. * * @return the routesReceived value */ @@ -118,7 +118,7 @@ public Long routesReceived() { } /** - * Get the messagesSent value. + * Get the number of BGP messages sent. * * @return the messagesSent value */ @@ -127,7 +127,7 @@ public Long messagesSent() { } /** - * Get the messagesReceived value. + * Get the number of BGP messages received. * * @return the messagesReceived value */ diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpServiceCommunity.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpServiceCommunity.java index fc8db713301a..44d54add9772 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpServiceCommunity.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpServiceCommunity.java @@ -9,8 +9,8 @@ package com.microsoft.azure.management.network.v2017_10_01; import com.microsoft.azure.arm.model.HasInner; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2017_10_01.implementation.NetworkManager; diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpSettings.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpSettings.java index 4317e32cdb47..91c89b86cbea 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpSettings.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/BgpSettings.java @@ -33,7 +33,7 @@ public class BgpSettings { private Integer peerWeight; /** - * Get the asn value. + * Get the BGP speaker's ASN. * * @return the asn value */ @@ -42,7 +42,7 @@ public Long asn() { } /** - * Set the asn value. + * Set the BGP speaker's ASN. * * @param asn the asn value to set * @return the BgpSettings object itself. @@ -53,7 +53,7 @@ public BgpSettings withAsn(Long asn) { } /** - * Get the bgpPeeringAddress value. + * Get the BGP peering address and BGP identifier of this BGP speaker. * * @return the bgpPeeringAddress value */ @@ -62,7 +62,7 @@ public String bgpPeeringAddress() { } /** - * Set the bgpPeeringAddress value. + * Set the BGP peering address and BGP identifier of this BGP speaker. * * @param bgpPeeringAddress the bgpPeeringAddress value to set * @return the BgpSettings object itself. @@ -73,7 +73,7 @@ public BgpSettings withBgpPeeringAddress(String bgpPeeringAddress) { } /** - * Get the peerWeight value. + * Get the weight added to routes learned from this BGP speaker. * * @return the peerWeight value */ @@ -82,7 +82,7 @@ public Integer peerWeight() { } /** - * Set the peerWeight value. + * Set the weight added to routes learned from this BGP speaker. * * @param peerWeight the peerWeight value to set * @return the BgpSettings object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorDestination.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorDestination.java index a828268325a2..6c17bc29337d 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorDestination.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorDestination.java @@ -33,7 +33,7 @@ public class ConnectionMonitorDestination { private Integer port; /** - * Get the resourceId value. + * Get the ID of the resource used as the destination by connection monitor. * * @return the resourceId value */ @@ -42,7 +42,7 @@ public String resourceId() { } /** - * Set the resourceId value. + * Set the ID of the resource used as the destination by connection monitor. * * @param resourceId the resourceId value to set * @return the ConnectionMonitorDestination object itself. @@ -53,7 +53,7 @@ public ConnectionMonitorDestination withResourceId(String resourceId) { } /** - * Get the address value. + * Get address of the connection monitor destination (IP or domain name). * * @return the address value */ @@ -62,7 +62,7 @@ public String address() { } /** - * Set the address value. + * Set address of the connection monitor destination (IP or domain name). * * @param address the address value to set * @return the ConnectionMonitorDestination object itself. @@ -73,7 +73,7 @@ public ConnectionMonitorDestination withAddress(String address) { } /** - * Get the port value. + * Get the destination port used by connection monitor. * * @return the port value */ @@ -82,7 +82,7 @@ public Integer port() { } /** - * Set the port value. + * Set the destination port used by connection monitor. * * @param port the port value to set * @return the ConnectionMonitorDestination object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorParameters.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorParameters.java index 4922930cc60e..df194a63fe66 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorParameters.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorParameters.java @@ -80,7 +80,7 @@ public ConnectionMonitorParameters withDestination(ConnectionMonitorDestination } /** - * Get the autoStart value. + * Get determines if the connection monitor will start automatically once created. * * @return the autoStart value */ @@ -89,7 +89,7 @@ public Boolean autoStart() { } /** - * Set the autoStart value. + * Set determines if the connection monitor will start automatically once created. * * @param autoStart the autoStart value to set * @return the ConnectionMonitorParameters object itself. @@ -100,7 +100,7 @@ public ConnectionMonitorParameters withAutoStart(Boolean autoStart) { } /** - * Get the monitoringIntervalInSeconds value. + * Get monitoring interval in seconds. * * @return the monitoringIntervalInSeconds value */ @@ -109,7 +109,7 @@ public Integer monitoringIntervalInSeconds() { } /** - * Set the monitoringIntervalInSeconds value. + * Set monitoring interval in seconds. * * @param monitoringIntervalInSeconds the monitoringIntervalInSeconds value to set * @return the ConnectionMonitorParameters object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorSource.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorSource.java index d7ce7b5d8bda..d19c742b0719 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorSource.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionMonitorSource.java @@ -27,7 +27,7 @@ public class ConnectionMonitorSource { private Integer port; /** - * Get the resourceId value. + * Get the ID of the resource used as the source by connection monitor. * * @return the resourceId value */ @@ -36,7 +36,7 @@ public String resourceId() { } /** - * Set the resourceId value. + * Set the ID of the resource used as the source by connection monitor. * * @param resourceId the resourceId value to set * @return the ConnectionMonitorSource object itself. @@ -47,7 +47,7 @@ public ConnectionMonitorSource withResourceId(String resourceId) { } /** - * Get the port value. + * Get the source port used by connection monitor. * * @return the port value */ @@ -56,7 +56,7 @@ public Integer port() { } /** - * Set the port value. + * Set the source port used by connection monitor. * * @param port the port value to set * @return the ConnectionMonitorSource object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionStateSnapshot.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionStateSnapshot.java index 5ab324127980..d217acc90d42 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionStateSnapshot.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectionStateSnapshot.java @@ -49,7 +49,7 @@ public class ConnectionStateSnapshot { private List hops; /** - * Get the connectionState value. + * Get the connection state. Possible values include: 'Reachable', 'Unreachable', 'Unknown'. * * @return the connectionState value */ @@ -58,7 +58,7 @@ public ConnectionState connectionState() { } /** - * Set the connectionState value. + * Set the connection state. Possible values include: 'Reachable', 'Unreachable', 'Unknown'. * * @param connectionState the connectionState value to set * @return the ConnectionStateSnapshot object itself. @@ -69,7 +69,7 @@ public ConnectionStateSnapshot withConnectionState(ConnectionState connectionSta } /** - * Get the startTime value. + * Get the start time of the connection snapshot. * * @return the startTime value */ @@ -78,7 +78,7 @@ public DateTime startTime() { } /** - * Set the startTime value. + * Set the start time of the connection snapshot. * * @param startTime the startTime value to set * @return the ConnectionStateSnapshot object itself. @@ -89,7 +89,7 @@ public ConnectionStateSnapshot withStartTime(DateTime startTime) { } /** - * Get the endTime value. + * Get the end time of the connection snapshot. * * @return the endTime value */ @@ -98,7 +98,7 @@ public DateTime endTime() { } /** - * Set the endTime value. + * Set the end time of the connection snapshot. * * @param endTime the endTime value to set * @return the ConnectionStateSnapshot object itself. @@ -109,7 +109,7 @@ public ConnectionStateSnapshot withEndTime(DateTime endTime) { } /** - * Get the evaluationState value. + * Get connectivity analysis evaluation state. Possible values include: 'NotStarted', 'InProgress', 'Completed'. * * @return the evaluationState value */ @@ -118,7 +118,7 @@ public EvaluationState evaluationState() { } /** - * Set the evaluationState value. + * Set connectivity analysis evaluation state. Possible values include: 'NotStarted', 'InProgress', 'Completed'. * * @param evaluationState the evaluationState value to set * @return the ConnectionStateSnapshot object itself. @@ -129,7 +129,7 @@ public ConnectionStateSnapshot withEvaluationState(EvaluationState evaluationSta } /** - * Get the hops value. + * Get list of hops between the source and the destination. * * @return the hops value */ diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityDestination.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityDestination.java index 544b5eee9bd8..bbc5f12ad5d9 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityDestination.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityDestination.java @@ -34,7 +34,7 @@ public class ConnectivityDestination { private Integer port; /** - * Get the resourceId value. + * Get the ID of the resource to which a connection attempt will be made. * * @return the resourceId value */ @@ -43,7 +43,7 @@ public String resourceId() { } /** - * Set the resourceId value. + * Set the ID of the resource to which a connection attempt will be made. * * @param resourceId the resourceId value to set * @return the ConnectivityDestination object itself. @@ -54,7 +54,7 @@ public ConnectivityDestination withResourceId(String resourceId) { } /** - * Get the address value. + * Get the IP address or URI the resource to which a connection attempt will be made. * * @return the address value */ @@ -63,7 +63,7 @@ public String address() { } /** - * Set the address value. + * Set the IP address or URI the resource to which a connection attempt will be made. * * @param address the address value to set * @return the ConnectivityDestination object itself. @@ -74,7 +74,7 @@ public ConnectivityDestination withAddress(String address) { } /** - * Get the port value. + * Get port on which check connectivity will be performed. * * @return the port value */ @@ -83,7 +83,7 @@ public Integer port() { } /** - * Set the port value. + * Set port on which check connectivity will be performed. * * @param port the port value to set * @return the ConnectivityDestination object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityHop.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityHop.java index 57247a15e8f2..6bfa1f8f970b 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityHop.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityHop.java @@ -52,7 +52,7 @@ public class ConnectivityHop { private List issues; /** - * Get the type value. + * Get the type of the hop. * * @return the type value */ @@ -61,7 +61,7 @@ public String type() { } /** - * Get the id value. + * Get the ID of the hop. * * @return the id value */ @@ -70,7 +70,7 @@ public String id() { } /** - * Get the address value. + * Get the IP address of the hop. * * @return the address value */ @@ -79,7 +79,7 @@ public String address() { } /** - * Get the resourceId value. + * Get the ID of the resource corresponding to this hop. * * @return the resourceId value */ @@ -88,7 +88,7 @@ public String resourceId() { } /** - * Get the nextHopIds value. + * Get list of next hop identifiers. * * @return the nextHopIds value */ @@ -97,7 +97,7 @@ public List nextHopIds() { } /** - * Get the issues value. + * Get list of issues. * * @return the issues value */ diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityIssue.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityIssue.java index f3f6f20cace9..dc3196287c0b 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityIssue.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivityIssue.java @@ -45,7 +45,7 @@ public class ConnectivityIssue { private List> context; /** - * Get the origin value. + * Get the origin of the issue. Possible values include: 'Local', 'Inbound', 'Outbound'. * * @return the origin value */ @@ -54,7 +54,7 @@ public Origin origin() { } /** - * Get the severity value. + * Get the severity of the issue. Possible values include: 'Error', 'Warning'. * * @return the severity value */ @@ -63,7 +63,7 @@ public Severity severity() { } /** - * Get the type value. + * Get the type of issue. Possible values include: 'Unknown', 'AgentStopped', 'GuestFirewall', 'DnsResolution', 'SocketBind', 'NetworkSecurityRule', 'UserDefinedRoute', 'PortThrottled', 'Platform'. * * @return the type value */ @@ -72,7 +72,7 @@ public IssueType type() { } /** - * Get the context value. + * Get provides additional context on the issue. * * @return the context value */ diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivitySource.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivitySource.java index 1b68714e72d0..95baccb3950e 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivitySource.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ConnectivitySource.java @@ -28,7 +28,7 @@ public class ConnectivitySource { private Integer port; /** - * Get the resourceId value. + * Get the ID of the resource from which a connectivity check will be initiated. * * @return the resourceId value */ @@ -37,7 +37,7 @@ public String resourceId() { } /** - * Set the resourceId value. + * Set the ID of the resource from which a connectivity check will be initiated. * * @param resourceId the resourceId value to set * @return the ConnectivitySource object itself. @@ -48,7 +48,7 @@ public ConnectivitySource withResourceId(String resourceId) { } /** - * Get the port value. + * Get the source port from which a connectivity check will be performed. * * @return the port value */ @@ -57,7 +57,7 @@ public Integer port() { } /** - * Set the port value. + * Set the source port from which a connectivity check will be performed. * * @param port the port value to set * @return the ConnectivitySource object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/DhcpOptions.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/DhcpOptions.java index 1b90a302d91a..4b6b3acefc5c 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/DhcpOptions.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/DhcpOptions.java @@ -24,7 +24,7 @@ public class DhcpOptions { private List dnsServers; /** - * Get the dnsServers value. + * Get the list of DNS servers IP addresses. * * @return the dnsServers value */ @@ -33,7 +33,7 @@ public List dnsServers() { } /** - * Set the dnsServers value. + * Set the list of DNS servers IP addresses. * * @param dnsServers the dnsServers value to set * @return the DhcpOptions object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/Dimension.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/Dimension.java index 6f53b2d19b45..82e50f4726e8 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/Dimension.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/Dimension.java @@ -33,7 +33,7 @@ public class Dimension { private String internalName; /** - * Get the name value. + * Get the name of the dimension. * * @return the name value */ @@ -42,7 +42,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the dimension. * * @param name the name value to set * @return the Dimension object itself. @@ -53,7 +53,7 @@ public Dimension withName(String name) { } /** - * Get the displayName value. + * Get the display name of the dimension. * * @return the displayName value */ @@ -62,7 +62,7 @@ public String displayName() { } /** - * Set the displayName value. + * Set the display name of the dimension. * * @param displayName the displayName value to set * @return the Dimension object itself. @@ -73,7 +73,7 @@ public Dimension withDisplayName(String displayName) { } /** - * Get the internalName value. + * Get the internal name of the dimension. * * @return the internalName value */ @@ -82,7 +82,7 @@ public String internalName() { } /** - * Set the internalName value. + * Set the internal name of the dimension. * * @param internalName the internalName value to set * @return the Dimension object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/EffectiveNetworkSecurityGroup.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/EffectiveNetworkSecurityGroup.java index bf1a922ce1d8..98b23947bcac 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/EffectiveNetworkSecurityGroup.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/EffectiveNetworkSecurityGroup.java @@ -42,7 +42,7 @@ public class EffectiveNetworkSecurityGroup { private Map> tagMap; /** - * Get the networkSecurityGroup value. + * Get the ID of network security group that is applied. * * @return the networkSecurityGroup value */ @@ -51,7 +51,7 @@ public SubResource networkSecurityGroup() { } /** - * Set the networkSecurityGroup value. + * Set the ID of network security group that is applied. * * @param networkSecurityGroup the networkSecurityGroup value to set * @return the EffectiveNetworkSecurityGroup object itself. @@ -62,7 +62,7 @@ public EffectiveNetworkSecurityGroup withNetworkSecurityGroup(SubResource networ } /** - * Get the association value. + * Get associated resources. * * @return the association value */ @@ -71,7 +71,7 @@ public EffectiveNetworkSecurityGroupAssociation association() { } /** - * Set the association value. + * Set associated resources. * * @param association the association value to set * @return the EffectiveNetworkSecurityGroup object itself. @@ -82,7 +82,7 @@ public EffectiveNetworkSecurityGroup withAssociation(EffectiveNetworkSecurityGro } /** - * Get the effectiveSecurityRules value. + * Get a collection of effective security rules. * * @return the effectiveSecurityRules value */ @@ -91,7 +91,7 @@ public List effectiveSecurityRules() { } /** - * Set the effectiveSecurityRules value. + * Set a collection of effective security rules. * * @param effectiveSecurityRules the effectiveSecurityRules value to set * @return the EffectiveNetworkSecurityGroup object itself. @@ -102,7 +102,7 @@ public EffectiveNetworkSecurityGroup withEffectiveSecurityRules(List> tagMap() { } /** - * Set the tagMap value. + * Set mapping of tags to list of IP Addresses included within the tag. * * @param tagMap the tagMap value to set * @return the EffectiveNetworkSecurityGroup object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/EffectiveNetworkSecurityGroupAssociation.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/EffectiveNetworkSecurityGroupAssociation.java index 7465459f69e6..758bf9a7bcec 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/EffectiveNetworkSecurityGroupAssociation.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/EffectiveNetworkSecurityGroupAssociation.java @@ -28,7 +28,7 @@ public class EffectiveNetworkSecurityGroupAssociation { private SubResource networkInterface; /** - * Get the subnet value. + * Get the ID of the subnet if assigned. * * @return the subnet value */ @@ -37,7 +37,7 @@ public SubResource subnet() { } /** - * Set the subnet value. + * Set the ID of the subnet if assigned. * * @param subnet the subnet value to set * @return the EffectiveNetworkSecurityGroupAssociation object itself. @@ -48,7 +48,7 @@ public EffectiveNetworkSecurityGroupAssociation withSubnet(SubResource subnet) { } /** - * Get the networkInterface value. + * Get the ID of the network interface if assigned. * * @return the networkInterface value */ @@ -57,7 +57,7 @@ public SubResource networkInterface() { } /** - * Set the networkInterface value. + * Set the ID of the network interface if assigned. * * @param networkInterface the networkInterface value to set * @return the EffectiveNetworkSecurityGroupAssociation object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/EffectiveNetworkSecurityRule.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/EffectiveNetworkSecurityRule.java index 55068b57d283..af13ed8ac60d 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/EffectiveNetworkSecurityRule.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/EffectiveNetworkSecurityRule.java @@ -118,7 +118,7 @@ public class EffectiveNetworkSecurityRule { private SecurityRuleDirection direction; /** - * Get the name value. + * Get the name of the security rule specified by the user (if created by the user). * * @return the name value */ @@ -127,7 +127,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the security rule specified by the user (if created by the user). * * @param name the name value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -138,7 +138,7 @@ public EffectiveNetworkSecurityRule withName(String name) { } /** - * Get the protocol value. + * Get the network protocol this rule applies to. Possible values are: 'Tcp', 'Udp', and 'All'. Possible values include: 'Tcp', 'Udp', 'All'. * * @return the protocol value */ @@ -147,7 +147,7 @@ public EffectiveSecurityRuleProtocol protocol() { } /** - * Set the protocol value. + * Set the network protocol this rule applies to. Possible values are: 'Tcp', 'Udp', and 'All'. Possible values include: 'Tcp', 'Udp', 'All'. * * @param protocol the protocol value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -158,7 +158,7 @@ public EffectiveNetworkSecurityRule withProtocol(EffectiveSecurityRuleProtocol p } /** - * Get the sourcePortRange value. + * Get the source port or range. * * @return the sourcePortRange value */ @@ -167,7 +167,7 @@ public String sourcePortRange() { } /** - * Set the sourcePortRange value. + * Set the source port or range. * * @param sourcePortRange the sourcePortRange value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -178,7 +178,7 @@ public EffectiveNetworkSecurityRule withSourcePortRange(String sourcePortRange) } /** - * Get the destinationPortRange value. + * Get the destination port or range. * * @return the destinationPortRange value */ @@ -187,7 +187,7 @@ public String destinationPortRange() { } /** - * Set the destinationPortRange value. + * Set the destination port or range. * * @param destinationPortRange the destinationPortRange value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -198,7 +198,7 @@ public EffectiveNetworkSecurityRule withDestinationPortRange(String destinationP } /** - * Get the sourcePortRanges value. + * Get the source port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as seperator (e.g. 100-400), or an asterix (*). * * @return the sourcePortRanges value */ @@ -207,7 +207,7 @@ public List sourcePortRanges() { } /** - * Set the sourcePortRanges value. + * Set the source port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as seperator (e.g. 100-400), or an asterix (*). * * @param sourcePortRanges the sourcePortRanges value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -218,7 +218,7 @@ public EffectiveNetworkSecurityRule withSourcePortRanges(List sourcePort } /** - * Get the destinationPortRanges value. + * Get the destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as seperator (e.g. 100-400), or an asterix (*). * * @return the destinationPortRanges value */ @@ -227,7 +227,7 @@ public List destinationPortRanges() { } /** - * Set the destinationPortRanges value. + * Set the destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as seperator (e.g. 100-400), or an asterix (*). * * @param destinationPortRanges the destinationPortRanges value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -238,7 +238,7 @@ public EffectiveNetworkSecurityRule withDestinationPortRanges(List desti } /** - * Get the sourceAddressPrefix value. + * Get the source address prefix. * * @return the sourceAddressPrefix value */ @@ -247,7 +247,7 @@ public String sourceAddressPrefix() { } /** - * Set the sourceAddressPrefix value. + * Set the source address prefix. * * @param sourceAddressPrefix the sourceAddressPrefix value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -258,7 +258,7 @@ public EffectiveNetworkSecurityRule withSourceAddressPrefix(String sourceAddress } /** - * Get the destinationAddressPrefix value. + * Get the destination address prefix. * * @return the destinationAddressPrefix value */ @@ -267,7 +267,7 @@ public String destinationAddressPrefix() { } /** - * Set the destinationAddressPrefix value. + * Set the destination address prefix. * * @param destinationAddressPrefix the destinationAddressPrefix value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -278,7 +278,7 @@ public EffectiveNetworkSecurityRule withDestinationAddressPrefix(String destinat } /** - * Get the sourceAddressPrefixes value. + * Get the source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, AureLoadBalancer, Internet), System Tags, and the asterix (*). * * @return the sourceAddressPrefixes value */ @@ -287,7 +287,7 @@ public List sourceAddressPrefixes() { } /** - * Set the sourceAddressPrefixes value. + * Set the source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, AureLoadBalancer, Internet), System Tags, and the asterix (*). * * @param sourceAddressPrefixes the sourceAddressPrefixes value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -298,7 +298,7 @@ public EffectiveNetworkSecurityRule withSourceAddressPrefixes(List sourc } /** - * Get the destinationAddressPrefixes value. + * Get the destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, AureLoadBalancer, Internet), System Tags, and the asterix (*). * * @return the destinationAddressPrefixes value */ @@ -307,7 +307,7 @@ public List destinationAddressPrefixes() { } /** - * Set the destinationAddressPrefixes value. + * Set the destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, AureLoadBalancer, Internet), System Tags, and the asterix (*). * * @param destinationAddressPrefixes the destinationAddressPrefixes value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -318,7 +318,7 @@ public EffectiveNetworkSecurityRule withDestinationAddressPrefixes(List } /** - * Get the expandedSourceAddressPrefix value. + * Get the expanded source address prefix. * * @return the expandedSourceAddressPrefix value */ @@ -327,7 +327,7 @@ public List expandedSourceAddressPrefix() { } /** - * Set the expandedSourceAddressPrefix value. + * Set the expanded source address prefix. * * @param expandedSourceAddressPrefix the expandedSourceAddressPrefix value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -338,7 +338,7 @@ public EffectiveNetworkSecurityRule withExpandedSourceAddressPrefix(List } /** - * Get the expandedDestinationAddressPrefix value. + * Get expanded destination address prefix. * * @return the expandedDestinationAddressPrefix value */ @@ -347,7 +347,7 @@ public List expandedDestinationAddressPrefix() { } /** - * Set the expandedDestinationAddressPrefix value. + * Set expanded destination address prefix. * * @param expandedDestinationAddressPrefix the expandedDestinationAddressPrefix value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -358,7 +358,7 @@ public EffectiveNetworkSecurityRule withExpandedDestinationAddressPrefix(List addressPrefix() { } /** - * Set the addressPrefix value. + * Set the address prefixes of the effective routes in CIDR notation. * * @param addressPrefix the addressPrefix value to set * @return the EffectiveRoute object itself. @@ -138,7 +138,7 @@ public EffectiveRoute withAddressPrefix(List addressPrefix) { } /** - * Get the nextHopIpAddress value. + * Get the IP address of the next hop of the effective route. * * @return the nextHopIpAddress value */ @@ -147,7 +147,7 @@ public List nextHopIpAddress() { } /** - * Set the nextHopIpAddress value. + * Set the IP address of the next hop of the effective route. * * @param nextHopIpAddress the nextHopIpAddress value to set * @return the EffectiveRoute object itself. @@ -158,7 +158,7 @@ public EffectiveRoute withNextHopIpAddress(List nextHopIpAddress) { } /** - * Get the nextHopType value. + * Get the type of Azure hop the packet should be sent to. Possible values are: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', and 'None'. Possible values include: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', 'None'. * * @return the nextHopType value */ @@ -167,7 +167,7 @@ public RouteNextHopType nextHopType() { } /** - * Set the nextHopType value. + * Set the type of Azure hop the packet should be sent to. Possible values are: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', and 'None'. Possible values include: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', 'None'. * * @param nextHopType the nextHopType value to set * @return the EffectiveRoute object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuit.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuit.java index 9cccc5c001af..aecb9a3cad7e 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuit.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuit.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2017_10_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitArpTable.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitArpTable.java index 78cc6d2f8354..5ff4c783c5d4 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitArpTable.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitArpTable.java @@ -39,7 +39,7 @@ public class ExpressRouteCircuitArpTable { private String macAddress; /** - * Get the age value. + * Get age. * * @return the age value */ @@ -48,7 +48,7 @@ public Integer age() { } /** - * Set the age value. + * Set age. * * @param age the age value to set * @return the ExpressRouteCircuitArpTable object itself. @@ -59,7 +59,7 @@ public ExpressRouteCircuitArpTable withAge(Integer age) { } /** - * Get the interfaceProperty value. + * Get interface. * * @return the interfaceProperty value */ @@ -68,7 +68,7 @@ public String interfaceProperty() { } /** - * Set the interfaceProperty value. + * Set interface. * * @param interfaceProperty the interfaceProperty value to set * @return the ExpressRouteCircuitArpTable object itself. @@ -79,7 +79,7 @@ public ExpressRouteCircuitArpTable withInterfaceProperty(String interfacePropert } /** - * Get the ipAddress value. + * Get the IP address. * * @return the ipAddress value */ @@ -88,7 +88,7 @@ public String ipAddress() { } /** - * Set the ipAddress value. + * Set the IP address. * * @param ipAddress the ipAddress value to set * @return the ExpressRouteCircuitArpTable object itself. @@ -99,7 +99,7 @@ public ExpressRouteCircuitArpTable withIpAddress(String ipAddress) { } /** - * Get the macAddress value. + * Get the MAC address. * * @return the macAddress value */ @@ -108,7 +108,7 @@ public String macAddress() { } /** - * Set the macAddress value. + * Set the MAC address. * * @param macAddress the macAddress value to set * @return the ExpressRouteCircuitArpTable object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitPeeringConfig.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitPeeringConfig.java index 22392bd33df4..1b9517850c79 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitPeeringConfig.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitPeeringConfig.java @@ -55,7 +55,7 @@ public class ExpressRouteCircuitPeeringConfig { private String routingRegistryName; /** - * Get the advertisedPublicPrefixes value. + * Get the reference of AdvertisedPublicPrefixes. * * @return the advertisedPublicPrefixes value */ @@ -64,7 +64,7 @@ public List advertisedPublicPrefixes() { } /** - * Set the advertisedPublicPrefixes value. + * Set the reference of AdvertisedPublicPrefixes. * * @param advertisedPublicPrefixes the advertisedPublicPrefixes value to set * @return the ExpressRouteCircuitPeeringConfig object itself. @@ -75,7 +75,7 @@ public ExpressRouteCircuitPeeringConfig withAdvertisedPublicPrefixes(List advertisedCommunities() { } /** - * Set the advertisedCommunities value. + * Set the communities of bgp peering. Spepcified for microsoft peering. * * @param advertisedCommunities the advertisedCommunities value to set * @return the ExpressRouteCircuitPeeringConfig object itself. @@ -95,7 +95,7 @@ public ExpressRouteCircuitPeeringConfig withAdvertisedCommunities(List a } /** - * Get the advertisedPublicPrefixesState value. + * Get advertisedPublicPrefixState of the Peering resource. Possible values are 'NotConfigured', 'Configuring', 'Configured', and 'ValidationNeeded'. Possible values include: 'NotConfigured', 'Configuring', 'Configured', 'ValidationNeeded'. * * @return the advertisedPublicPrefixesState value */ @@ -104,7 +104,7 @@ public ExpressRouteCircuitPeeringAdvertisedPublicPrefixState advertisedPublicPre } /** - * Set the advertisedPublicPrefixesState value. + * Set advertisedPublicPrefixState of the Peering resource. Possible values are 'NotConfigured', 'Configuring', 'Configured', and 'ValidationNeeded'. Possible values include: 'NotConfigured', 'Configuring', 'Configured', 'ValidationNeeded'. * * @param advertisedPublicPrefixesState the advertisedPublicPrefixesState value to set * @return the ExpressRouteCircuitPeeringConfig object itself. @@ -115,7 +115,7 @@ public ExpressRouteCircuitPeeringConfig withAdvertisedPublicPrefixesState(Expres } /** - * Get the legacyMode value. + * Get the legacy mode of the peering. * * @return the legacyMode value */ @@ -124,7 +124,7 @@ public Integer legacyMode() { } /** - * Set the legacyMode value. + * Set the legacy mode of the peering. * * @param legacyMode the legacyMode value to set * @return the ExpressRouteCircuitPeeringConfig object itself. @@ -135,7 +135,7 @@ public ExpressRouteCircuitPeeringConfig withLegacyMode(Integer legacyMode) { } /** - * Get the customerASN value. + * Get the CustomerASN of the peering. * * @return the customerASN value */ @@ -144,7 +144,7 @@ public Integer customerASN() { } /** - * Set the customerASN value. + * Set the CustomerASN of the peering. * * @param customerASN the customerASN value to set * @return the ExpressRouteCircuitPeeringConfig object itself. @@ -155,7 +155,7 @@ public ExpressRouteCircuitPeeringConfig withCustomerASN(Integer customerASN) { } /** - * Get the routingRegistryName value. + * Get the RoutingRegistryName of the configuration. * * @return the routingRegistryName value */ @@ -164,7 +164,7 @@ public String routingRegistryName() { } /** - * Set the routingRegistryName value. + * Set the RoutingRegistryName of the configuration. * * @param routingRegistryName the routingRegistryName value to set * @return the ExpressRouteCircuitPeeringConfig object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitRoutesTable.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitRoutesTable.java index 053628ef2011..41c86b8a86cc 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitRoutesTable.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitRoutesTable.java @@ -45,7 +45,7 @@ public class ExpressRouteCircuitRoutesTable { private String path; /** - * Get the network value. + * Get network. * * @return the network value */ @@ -54,7 +54,7 @@ public String network() { } /** - * Set the network value. + * Set network. * * @param network the network value to set * @return the ExpressRouteCircuitRoutesTable object itself. @@ -65,7 +65,7 @@ public ExpressRouteCircuitRoutesTable withNetwork(String network) { } /** - * Get the nextHop value. + * Get nextHop. * * @return the nextHop value */ @@ -74,7 +74,7 @@ public String nextHop() { } /** - * Set the nextHop value. + * Set nextHop. * * @param nextHop the nextHop value to set * @return the ExpressRouteCircuitRoutesTable object itself. @@ -85,7 +85,7 @@ public ExpressRouteCircuitRoutesTable withNextHop(String nextHop) { } /** - * Get the locPrf value. + * Get locPrf. * * @return the locPrf value */ @@ -94,7 +94,7 @@ public String locPrf() { } /** - * Set the locPrf value. + * Set locPrf. * * @param locPrf the locPrf value to set * @return the ExpressRouteCircuitRoutesTable object itself. @@ -105,7 +105,7 @@ public ExpressRouteCircuitRoutesTable withLocPrf(String locPrf) { } /** - * Get the weight value. + * Get weight. * * @return the weight value */ @@ -114,7 +114,7 @@ public Integer weight() { } /** - * Set the weight value. + * Set weight. * * @param weight the weight value to set * @return the ExpressRouteCircuitRoutesTable object itself. @@ -125,7 +125,7 @@ public ExpressRouteCircuitRoutesTable withWeight(Integer weight) { } /** - * Get the path value. + * Get path. * * @return the path value */ @@ -134,7 +134,7 @@ public String path() { } /** - * Set the path value. + * Set path. * * @param path the path value to set * @return the ExpressRouteCircuitRoutesTable object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitRoutesTableSummary.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitRoutesTableSummary.java index 9563a99b6d0e..cf94891df6e8 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitRoutesTableSummary.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitRoutesTableSummary.java @@ -47,7 +47,7 @@ public class ExpressRouteCircuitRoutesTableSummary { private String statePfxRcd; /** - * Get the neighbor value. + * Get neighbor. * * @return the neighbor value */ @@ -56,7 +56,7 @@ public String neighbor() { } /** - * Set the neighbor value. + * Set neighbor. * * @param neighbor the neighbor value to set * @return the ExpressRouteCircuitRoutesTableSummary object itself. @@ -67,7 +67,7 @@ public ExpressRouteCircuitRoutesTableSummary withNeighbor(String neighbor) { } /** - * Get the v value. + * Get bGP version number spoken to the neighbor. * * @return the v value */ @@ -76,7 +76,7 @@ public Integer v() { } /** - * Set the v value. + * Set bGP version number spoken to the neighbor. * * @param v the v value to set * @return the ExpressRouteCircuitRoutesTableSummary object itself. @@ -87,7 +87,7 @@ public ExpressRouteCircuitRoutesTableSummary withV(Integer v) { } /** - * Get the as value. + * Get autonomous system number. * * @return the as value */ @@ -96,7 +96,7 @@ public Integer as() { } /** - * Set the as value. + * Set autonomous system number. * * @param as the as value to set * @return the ExpressRouteCircuitRoutesTableSummary object itself. @@ -107,7 +107,7 @@ public ExpressRouteCircuitRoutesTableSummary withAs(Integer as) { } /** - * Get the upDown value. + * Get the length of time that the BGP session has been in the Established state, or the current status if not in the Established state. * * @return the upDown value */ @@ -116,7 +116,7 @@ public String upDown() { } /** - * Set the upDown value. + * Set the length of time that the BGP session has been in the Established state, or the current status if not in the Established state. * * @param upDown the upDown value to set * @return the ExpressRouteCircuitRoutesTableSummary object itself. @@ -127,7 +127,7 @@ public ExpressRouteCircuitRoutesTableSummary withUpDown(String upDown) { } /** - * Get the statePfxRcd value. + * Get current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group. * * @return the statePfxRcd value */ @@ -136,7 +136,7 @@ public String statePfxRcd() { } /** - * Set the statePfxRcd value. + * Set current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group. * * @param statePfxRcd the statePfxRcd value to set * @return the ExpressRouteCircuitRoutesTableSummary object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitServiceProviderProperties.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitServiceProviderProperties.java index deadc7d11b41..08511ee304d7 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitServiceProviderProperties.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitServiceProviderProperties.java @@ -33,7 +33,7 @@ public class ExpressRouteCircuitServiceProviderProperties { private Integer bandwidthInMbps; /** - * Get the serviceProviderName value. + * Get the serviceProviderName. * * @return the serviceProviderName value */ @@ -42,7 +42,7 @@ public String serviceProviderName() { } /** - * Set the serviceProviderName value. + * Set the serviceProviderName. * * @param serviceProviderName the serviceProviderName value to set * @return the ExpressRouteCircuitServiceProviderProperties object itself. @@ -53,7 +53,7 @@ public ExpressRouteCircuitServiceProviderProperties withServiceProviderName(Stri } /** - * Get the peeringLocation value. + * Get the peering location. * * @return the peeringLocation value */ @@ -62,7 +62,7 @@ public String peeringLocation() { } /** - * Set the peeringLocation value. + * Set the peering location. * * @param peeringLocation the peeringLocation value to set * @return the ExpressRouteCircuitServiceProviderProperties object itself. @@ -73,7 +73,7 @@ public ExpressRouteCircuitServiceProviderProperties withPeeringLocation(String p } /** - * Get the bandwidthInMbps value. + * Get the BandwidthInMbps. * * @return the bandwidthInMbps value */ @@ -82,7 +82,7 @@ public Integer bandwidthInMbps() { } /** - * Set the bandwidthInMbps value. + * Set the BandwidthInMbps. * * @param bandwidthInMbps the bandwidthInMbps value to set * @return the ExpressRouteCircuitServiceProviderProperties object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitSku.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitSku.java index 95fd10888062..60cccc5930b0 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitSku.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteCircuitSku.java @@ -35,7 +35,7 @@ public class ExpressRouteCircuitSku { private ExpressRouteCircuitSkuFamily family; /** - * Get the name value. + * Get the name of the SKU. * * @return the name value */ @@ -44,7 +44,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the SKU. * * @param name the name value to set * @return the ExpressRouteCircuitSku object itself. @@ -55,7 +55,7 @@ public ExpressRouteCircuitSku withName(String name) { } /** - * Get the tier value. + * Get the tier of the SKU. Possible values are 'Standard' and 'Premium'. Possible values include: 'Standard', 'Premium'. * * @return the tier value */ @@ -64,7 +64,7 @@ public ExpressRouteCircuitSkuTier tier() { } /** - * Set the tier value. + * Set the tier of the SKU. Possible values are 'Standard' and 'Premium'. Possible values include: 'Standard', 'Premium'. * * @param tier the tier value to set * @return the ExpressRouteCircuitSku object itself. @@ -75,7 +75,7 @@ public ExpressRouteCircuitSku withTier(ExpressRouteCircuitSkuTier tier) { } /** - * Get the family value. + * Get the family of the SKU. Possible values are: 'UnlimitedData' and 'MeteredData'. Possible values include: 'UnlimitedData', 'MeteredData'. * * @return the family value */ @@ -84,7 +84,7 @@ public ExpressRouteCircuitSkuFamily family() { } /** - * Set the family value. + * Set the family of the SKU. Possible values are: 'UnlimitedData' and 'MeteredData'. Possible values include: 'UnlimitedData', 'MeteredData'. * * @param family the family value to set * @return the ExpressRouteCircuitSku object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteServiceProvider.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteServiceProvider.java index 136bd5cac1e5..927693b82099 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteServiceProvider.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteServiceProvider.java @@ -9,8 +9,8 @@ package com.microsoft.azure.management.network.v2017_10_01; import com.microsoft.azure.arm.model.HasInner; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2017_10_01.implementation.NetworkManager; diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteServiceProviderBandwidthsOffered.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteServiceProviderBandwidthsOffered.java index aa224889393b..b7c477813621 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteServiceProviderBandwidthsOffered.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ExpressRouteServiceProviderBandwidthsOffered.java @@ -27,7 +27,7 @@ public class ExpressRouteServiceProviderBandwidthsOffered { private Integer valueInMbps; /** - * Get the offerName value. + * Get the OfferName. * * @return the offerName value */ @@ -36,7 +36,7 @@ public String offerName() { } /** - * Set the offerName value. + * Set the OfferName. * * @param offerName the offerName value to set * @return the ExpressRouteServiceProviderBandwidthsOffered object itself. @@ -47,7 +47,7 @@ public ExpressRouteServiceProviderBandwidthsOffered withOfferName(String offerNa } /** - * Get the valueInMbps value. + * Get the ValueInMbps. * * @return the valueInMbps value */ @@ -56,7 +56,7 @@ public Integer valueInMbps() { } /** - * Set the valueInMbps value. + * Set the ValueInMbps. * * @param valueInMbps the valueInMbps value to set * @return the ExpressRouteServiceProviderBandwidthsOffered object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/FlowLogStatusParameters.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/FlowLogStatusParameters.java index 335182763eab..0e8a766d34b3 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/FlowLogStatusParameters.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/FlowLogStatusParameters.java @@ -21,7 +21,7 @@ public class FlowLogStatusParameters { private String targetResourceId; /** - * Get the targetResourceId value. + * Get the target resource where getting the flow logging status. * * @return the targetResourceId value */ @@ -30,7 +30,7 @@ public String targetResourceId() { } /** - * Set the targetResourceId value. + * Set the target resource where getting the flow logging status. * * @param targetResourceId the targetResourceId value to set * @return the FlowLogStatusParameters object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/GatewayRoute.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/GatewayRoute.java index 82024ea29752..b4e916cb0009 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/GatewayRoute.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/GatewayRoute.java @@ -57,7 +57,7 @@ public class GatewayRoute { private Integer weight; /** - * Get the localAddress value. + * Get the gateway's local address. * * @return the localAddress value */ @@ -66,7 +66,7 @@ public String localAddress() { } /** - * Get the network value. + * Get the route's network prefix. * * @return the network value */ @@ -75,7 +75,7 @@ public String network() { } /** - * Get the nextHop value. + * Get the route's next hop. * * @return the nextHop value */ @@ -84,7 +84,7 @@ public String nextHop() { } /** - * Get the sourcePeer value. + * Get the peer this route was learned from. * * @return the sourcePeer value */ @@ -93,7 +93,7 @@ public String sourcePeer() { } /** - * Get the origin value. + * Get the source this route was learned from. * * @return the origin value */ @@ -102,7 +102,7 @@ public String origin() { } /** - * Get the asPath value. + * Get the route's AS path sequence. * * @return the asPath value */ @@ -111,7 +111,7 @@ public String asPath() { } /** - * Get the weight value. + * Get the route's weight. * * @return the weight value */ diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/IPConfiguration.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/IPConfiguration.java index 18d2681e6454..93a637fc9da6 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/IPConfiguration.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/IPConfiguration.java @@ -65,7 +65,7 @@ public class IPConfiguration extends SubResource { private String etag; /** - * Get the privateIPAddress value. + * Get the private IP address of the IP configuration. * * @return the privateIPAddress value */ @@ -74,7 +74,7 @@ public String privateIPAddress() { } /** - * Set the privateIPAddress value. + * Set the private IP address of the IP configuration. * * @param privateIPAddress the privateIPAddress value to set * @return the IPConfiguration object itself. @@ -85,7 +85,7 @@ public IPConfiguration withPrivateIPAddress(String privateIPAddress) { } /** - * Get the privateIPAllocationMethod value. + * Get the private IP allocation method. Possible values are 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'. * * @return the privateIPAllocationMethod value */ @@ -94,7 +94,7 @@ public IPAllocationMethod privateIPAllocationMethod() { } /** - * Set the privateIPAllocationMethod value. + * Set the private IP allocation method. Possible values are 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'. * * @param privateIPAllocationMethod the privateIPAllocationMethod value to set * @return the IPConfiguration object itself. @@ -105,7 +105,7 @@ public IPConfiguration withPrivateIPAllocationMethod(IPAllocationMethod privateI } /** - * Get the subnet value. + * Get the reference of the subnet resource. * * @return the subnet value */ @@ -114,7 +114,7 @@ public SubnetInner subnet() { } /** - * Set the subnet value. + * Set the reference of the subnet resource. * * @param subnet the subnet value to set * @return the IPConfiguration object itself. @@ -125,7 +125,7 @@ public IPConfiguration withSubnet(SubnetInner subnet) { } /** - * Get the publicIPAddress value. + * Get the reference of the public IP resource. * * @return the publicIPAddress value */ @@ -134,7 +134,7 @@ public PublicIPAddressInner publicIPAddress() { } /** - * Set the publicIPAddress value. + * Set the reference of the public IP resource. * * @param publicIPAddress the publicIPAddress value to set * @return the IPConfiguration object itself. @@ -145,7 +145,7 @@ public IPConfiguration withPublicIPAddress(PublicIPAddressInner publicIPAddress) } /** - * Get the provisioningState value. + * Get gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -154,7 +154,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the IPConfiguration object itself. @@ -165,7 +165,7 @@ public IPConfiguration withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -174,7 +174,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the IPConfiguration object itself. @@ -185,7 +185,7 @@ public IPConfiguration withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -194,7 +194,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the IPConfiguration object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/InboundNatPool.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/InboundNatPool.java index 99a97f1510b5..a5abb6109f40 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/InboundNatPool.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/InboundNatPool.java @@ -73,7 +73,7 @@ public class InboundNatPool extends SubResource { private String etag; /** - * Get the frontendIPConfiguration value. + * Get a reference to frontend IP addresses. * * @return the frontendIPConfiguration value */ @@ -82,7 +82,7 @@ public SubResource frontendIPConfiguration() { } /** - * Set the frontendIPConfiguration value. + * Set a reference to frontend IP addresses. * * @param frontendIPConfiguration the frontendIPConfiguration value to set * @return the InboundNatPool object itself. @@ -93,7 +93,7 @@ public InboundNatPool withFrontendIPConfiguration(SubResource frontendIPConfigur } /** - * Get the protocol value. + * Get possible values include: 'Udp', 'Tcp', 'All'. * * @return the protocol value */ @@ -102,7 +102,7 @@ public TransportProtocol protocol() { } /** - * Set the protocol value. + * Set possible values include: 'Udp', 'Tcp', 'All'. * * @param protocol the protocol value to set * @return the InboundNatPool object itself. @@ -113,7 +113,7 @@ public InboundNatPool withProtocol(TransportProtocol protocol) { } /** - * Get the frontendPortRangeStart value. + * Get the first port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and 65534. * * @return the frontendPortRangeStart value */ @@ -122,7 +122,7 @@ public int frontendPortRangeStart() { } /** - * Set the frontendPortRangeStart value. + * Set the first port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and 65534. * * @param frontendPortRangeStart the frontendPortRangeStart value to set * @return the InboundNatPool object itself. @@ -133,7 +133,7 @@ public InboundNatPool withFrontendPortRangeStart(int frontendPortRangeStart) { } /** - * Get the frontendPortRangeEnd value. + * Get the last port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and 65535. * * @return the frontendPortRangeEnd value */ @@ -142,7 +142,7 @@ public int frontendPortRangeEnd() { } /** - * Set the frontendPortRangeEnd value. + * Set the last port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and 65535. * * @param frontendPortRangeEnd the frontendPortRangeEnd value to set * @return the InboundNatPool object itself. @@ -153,7 +153,7 @@ public InboundNatPool withFrontendPortRangeEnd(int frontendPortRangeEnd) { } /** - * Get the backendPort value. + * Get the port used for internal connections on the endpoint. Acceptable values are between 1 and 65535. * * @return the backendPort value */ @@ -162,7 +162,7 @@ public int backendPort() { } /** - * Set the backendPort value. + * Set the port used for internal connections on the endpoint. Acceptable values are between 1 and 65535. * * @param backendPort the backendPort value to set * @return the InboundNatPool object itself. @@ -173,7 +173,7 @@ public InboundNatPool withBackendPort(int backendPort) { } /** - * Get the provisioningState value. + * Get gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -182,7 +182,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the InboundNatPool object itself. @@ -193,7 +193,7 @@ public InboundNatPool withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -202,7 +202,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the InboundNatPool object itself. @@ -213,7 +213,7 @@ public InboundNatPool withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -222,7 +222,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the InboundNatPool object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/IpsecPolicy.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/IpsecPolicy.java index 98fd9966ea74..0bba4ef4a38f 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/IpsecPolicy.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/IpsecPolicy.java @@ -73,7 +73,7 @@ public class IpsecPolicy { private PfsGroup pfsGroup; /** - * Get the saLifeTimeSeconds value. + * Get the IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel. * * @return the saLifeTimeSeconds value */ @@ -82,7 +82,7 @@ public int saLifeTimeSeconds() { } /** - * Set the saLifeTimeSeconds value. + * Set the IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel. * * @param saLifeTimeSeconds the saLifeTimeSeconds value to set * @return the IpsecPolicy object itself. @@ -93,7 +93,7 @@ public IpsecPolicy withSaLifeTimeSeconds(int saLifeTimeSeconds) { } /** - * Get the saDataSizeKilobytes value. + * Get the IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for a site to site VPN tunnel. * * @return the saDataSizeKilobytes value */ @@ -102,7 +102,7 @@ public int saDataSizeKilobytes() { } /** - * Set the saDataSizeKilobytes value. + * Set the IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for a site to site VPN tunnel. * * @param saDataSizeKilobytes the saDataSizeKilobytes value to set * @return the IpsecPolicy object itself. @@ -113,7 +113,7 @@ public IpsecPolicy withSaDataSizeKilobytes(int saDataSizeKilobytes) { } /** - * Get the ipsecEncryption value. + * Get the IPSec encryption algorithm (IKE phase 1). Possible values include: 'None', 'DES', 'DES3', 'AES128', 'AES192', 'AES256', 'GCMAES128', 'GCMAES192', 'GCMAES256'. * * @return the ipsecEncryption value */ @@ -122,7 +122,7 @@ public IpsecEncryption ipsecEncryption() { } /** - * Set the ipsecEncryption value. + * Set the IPSec encryption algorithm (IKE phase 1). Possible values include: 'None', 'DES', 'DES3', 'AES128', 'AES192', 'AES256', 'GCMAES128', 'GCMAES192', 'GCMAES256'. * * @param ipsecEncryption the ipsecEncryption value to set * @return the IpsecPolicy object itself. @@ -133,7 +133,7 @@ public IpsecPolicy withIpsecEncryption(IpsecEncryption ipsecEncryption) { } /** - * Get the ipsecIntegrity value. + * Get the IPSec integrity algorithm (IKE phase 1). Possible values include: 'MD5', 'SHA1', 'SHA256', 'GCMAES128', 'GCMAES192', 'GCMAES256'. * * @return the ipsecIntegrity value */ @@ -142,7 +142,7 @@ public IpsecIntegrity ipsecIntegrity() { } /** - * Set the ipsecIntegrity value. + * Set the IPSec integrity algorithm (IKE phase 1). Possible values include: 'MD5', 'SHA1', 'SHA256', 'GCMAES128', 'GCMAES192', 'GCMAES256'. * * @param ipsecIntegrity the ipsecIntegrity value to set * @return the IpsecPolicy object itself. @@ -153,7 +153,7 @@ public IpsecPolicy withIpsecIntegrity(IpsecIntegrity ipsecIntegrity) { } /** - * Get the ikeEncryption value. + * Get the IKE encryption algorithm (IKE phase 2). Possible values include: 'DES', 'DES3', 'AES128', 'AES192', 'AES256'. * * @return the ikeEncryption value */ @@ -162,7 +162,7 @@ public IkeEncryption ikeEncryption() { } /** - * Set the ikeEncryption value. + * Set the IKE encryption algorithm (IKE phase 2). Possible values include: 'DES', 'DES3', 'AES128', 'AES192', 'AES256'. * * @param ikeEncryption the ikeEncryption value to set * @return the IpsecPolicy object itself. @@ -173,7 +173,7 @@ public IpsecPolicy withIkeEncryption(IkeEncryption ikeEncryption) { } /** - * Get the ikeIntegrity value. + * Get the IKE integrity algorithm (IKE phase 2). Possible values include: 'MD5', 'SHA1', 'SHA256', 'SHA384'. * * @return the ikeIntegrity value */ @@ -182,7 +182,7 @@ public IkeIntegrity ikeIntegrity() { } /** - * Set the ikeIntegrity value. + * Set the IKE integrity algorithm (IKE phase 2). Possible values include: 'MD5', 'SHA1', 'SHA256', 'SHA384'. * * @param ikeIntegrity the ikeIntegrity value to set * @return the IpsecPolicy object itself. @@ -193,7 +193,7 @@ public IpsecPolicy withIkeIntegrity(IkeIntegrity ikeIntegrity) { } /** - * Get the dhGroup value. + * Get the DH Groups used in IKE Phase 1 for initial SA. Possible values include: 'None', 'DHGroup1', 'DHGroup2', 'DHGroup14', 'DHGroup2048', 'ECP256', 'ECP384', 'DHGroup24'. * * @return the dhGroup value */ @@ -202,7 +202,7 @@ public DhGroup dhGroup() { } /** - * Set the dhGroup value. + * Set the DH Groups used in IKE Phase 1 for initial SA. Possible values include: 'None', 'DHGroup1', 'DHGroup2', 'DHGroup14', 'DHGroup2048', 'ECP256', 'ECP384', 'DHGroup24'. * * @param dhGroup the dhGroup value to set * @return the IpsecPolicy object itself. @@ -213,7 +213,7 @@ public IpsecPolicy withDhGroup(DhGroup dhGroup) { } /** - * Get the pfsGroup value. + * Get the DH Groups used in IKE Phase 2 for new child SA. Possible values include: 'None', 'PFS1', 'PFS2', 'PFS2048', 'ECP256', 'ECP384', 'PFS24'. * * @return the pfsGroup value */ @@ -222,7 +222,7 @@ public PfsGroup pfsGroup() { } /** - * Set the pfsGroup value. + * Set the DH Groups used in IKE Phase 2 for new child SA. Possible values include: 'None', 'PFS1', 'PFS2', 'PFS2048', 'ECP256', 'ECP384', 'PFS24'. * * @param pfsGroup the pfsGroup value to set * @return the IpsecPolicy object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/Ipv6ExpressRouteCircuitPeeringConfig.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/Ipv6ExpressRouteCircuitPeeringConfig.java index 2b9570319899..a5e7342f65d9 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/Ipv6ExpressRouteCircuitPeeringConfig.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/Ipv6ExpressRouteCircuitPeeringConfig.java @@ -47,7 +47,7 @@ public class Ipv6ExpressRouteCircuitPeeringConfig { private ExpressRouteCircuitPeeringState state; /** - * Get the primaryPeerAddressPrefix value. + * Get the primary address prefix. * * @return the primaryPeerAddressPrefix value */ @@ -56,7 +56,7 @@ public String primaryPeerAddressPrefix() { } /** - * Set the primaryPeerAddressPrefix value. + * Set the primary address prefix. * * @param primaryPeerAddressPrefix the primaryPeerAddressPrefix value to set * @return the Ipv6ExpressRouteCircuitPeeringConfig object itself. @@ -67,7 +67,7 @@ public Ipv6ExpressRouteCircuitPeeringConfig withPrimaryPeerAddressPrefix(String } /** - * Get the secondaryPeerAddressPrefix value. + * Get the secondary address prefix. * * @return the secondaryPeerAddressPrefix value */ @@ -76,7 +76,7 @@ public String secondaryPeerAddressPrefix() { } /** - * Set the secondaryPeerAddressPrefix value. + * Set the secondary address prefix. * * @param secondaryPeerAddressPrefix the secondaryPeerAddressPrefix value to set * @return the Ipv6ExpressRouteCircuitPeeringConfig object itself. @@ -87,7 +87,7 @@ public Ipv6ExpressRouteCircuitPeeringConfig withSecondaryPeerAddressPrefix(Strin } /** - * Get the microsoftPeeringConfig value. + * Get the Microsoft peering configuration. * * @return the microsoftPeeringConfig value */ @@ -96,7 +96,7 @@ public ExpressRouteCircuitPeeringConfig microsoftPeeringConfig() { } /** - * Set the microsoftPeeringConfig value. + * Set the Microsoft peering configuration. * * @param microsoftPeeringConfig the microsoftPeeringConfig value to set * @return the Ipv6ExpressRouteCircuitPeeringConfig object itself. @@ -107,7 +107,7 @@ public Ipv6ExpressRouteCircuitPeeringConfig withMicrosoftPeeringConfig(ExpressRo } /** - * Get the routeFilter value. + * Get the reference of the RouteFilter resource. * * @return the routeFilter value */ @@ -116,7 +116,7 @@ public RouteFilterInner routeFilter() { } /** - * Set the routeFilter value. + * Set the reference of the RouteFilter resource. * * @param routeFilter the routeFilter value to set * @return the Ipv6ExpressRouteCircuitPeeringConfig object itself. @@ -127,7 +127,7 @@ public Ipv6ExpressRouteCircuitPeeringConfig withRouteFilter(RouteFilterInner rou } /** - * Get the state value. + * Get the state of peering. Possible values are: 'Disabled' and 'Enabled'. Possible values include: 'Disabled', 'Enabled'. * * @return the state value */ @@ -136,7 +136,7 @@ public ExpressRouteCircuitPeeringState state() { } /** - * Set the state value. + * Set the state of peering. Possible values are: 'Disabled' and 'Enabled'. Possible values include: 'Disabled', 'Enabled'. * * @param state the state value to set * @return the Ipv6ExpressRouteCircuitPeeringConfig object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/LoadBalancer.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/LoadBalancer.java index e2ad8bd7009a..6599d441fc6d 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/LoadBalancer.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/LoadBalancer.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2017_10_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/LoadBalancerSku.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/LoadBalancerSku.java index afcae2baba9c..a82ec4c913e4 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/LoadBalancerSku.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/LoadBalancerSku.java @@ -22,7 +22,7 @@ public class LoadBalancerSku { private LoadBalancerSkuName name; /** - * Get the name value. + * Get name of a load balancer SKU. Possible values include: 'Basic', 'Standard'. * * @return the name value */ @@ -31,7 +31,7 @@ public LoadBalancerSkuName name() { } /** - * Set the name value. + * Set name of a load balancer SKU. Possible values include: 'Basic', 'Standard'. * * @param name the name value to set * @return the LoadBalancerSku object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/LocalNetworkGateway.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/LocalNetworkGateway.java index db4ce3546d84..038cae5b6619 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/LocalNetworkGateway.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/LocalNetworkGateway.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2017_10_01.implementation.NetworkManager; import com.microsoft.azure.management.network.v2017_10_01.implementation.LocalNetworkGatewayInner; diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/LogSpecification.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/LogSpecification.java index c9961d2298f6..809e22ac7bb1 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/LogSpecification.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/LogSpecification.java @@ -33,7 +33,7 @@ public class LogSpecification { private String blobDuration; /** - * Get the name value. + * Get the name of the specification. * * @return the name value */ @@ -42,7 +42,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the specification. * * @param name the name value to set * @return the LogSpecification object itself. @@ -53,7 +53,7 @@ public LogSpecification withName(String name) { } /** - * Get the displayName value. + * Get the display name of the specification. * * @return the displayName value */ @@ -62,7 +62,7 @@ public String displayName() { } /** - * Set the displayName value. + * Set the display name of the specification. * * @param displayName the displayName value to set * @return the LogSpecification object itself. @@ -73,7 +73,7 @@ public LogSpecification withDisplayName(String displayName) { } /** - * Get the blobDuration value. + * Get duration of the blob. * * @return the blobDuration value */ @@ -82,7 +82,7 @@ public String blobDuration() { } /** - * Set the blobDuration value. + * Set duration of the blob. * * @param blobDuration the blobDuration value to set * @return the LogSpecification object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/MetricSpecification.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/MetricSpecification.java index e1fe1534be29..90326572e2a0 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/MetricSpecification.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/MetricSpecification.java @@ -100,7 +100,7 @@ public class MetricSpecification { private String resourceIdDimensionNameOverride; /** - * Get the name value. + * Get the name of the metric. * * @return the name value */ @@ -109,7 +109,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the metric. * * @param name the name value to set * @return the MetricSpecification object itself. @@ -120,7 +120,7 @@ public MetricSpecification withName(String name) { } /** - * Get the displayName value. + * Get the display name of the metric. * * @return the displayName value */ @@ -129,7 +129,7 @@ public String displayName() { } /** - * Set the displayName value. + * Set the display name of the metric. * * @param displayName the displayName value to set * @return the MetricSpecification object itself. @@ -140,7 +140,7 @@ public MetricSpecification withDisplayName(String displayName) { } /** - * Get the displayDescription value. + * Get the description of the metric. * * @return the displayDescription value */ @@ -149,7 +149,7 @@ public String displayDescription() { } /** - * Set the displayDescription value. + * Set the description of the metric. * * @param displayDescription the displayDescription value to set * @return the MetricSpecification object itself. @@ -160,7 +160,7 @@ public MetricSpecification withDisplayDescription(String displayDescription) { } /** - * Get the unit value. + * Get units the metric to be displayed in. * * @return the unit value */ @@ -169,7 +169,7 @@ public String unit() { } /** - * Set the unit value. + * Set units the metric to be displayed in. * * @param unit the unit value to set * @return the MetricSpecification object itself. @@ -180,7 +180,7 @@ public MetricSpecification withUnit(String unit) { } /** - * Get the aggregationType value. + * Get the aggregation type. * * @return the aggregationType value */ @@ -189,7 +189,7 @@ public String aggregationType() { } /** - * Set the aggregationType value. + * Set the aggregation type. * * @param aggregationType the aggregationType value to set * @return the MetricSpecification object itself. @@ -200,7 +200,7 @@ public MetricSpecification withAggregationType(String aggregationType) { } /** - * Get the availabilities value. + * Get list of availability. * * @return the availabilities value */ @@ -209,7 +209,7 @@ public List availabilities() { } /** - * Set the availabilities value. + * Set list of availability. * * @param availabilities the availabilities value to set * @return the MetricSpecification object itself. @@ -220,7 +220,7 @@ public MetricSpecification withAvailabilities(List availabilities) } /** - * Get the enableRegionalMdmAccount value. + * Get whether regional MDM account enabled. * * @return the enableRegionalMdmAccount value */ @@ -229,7 +229,7 @@ public Boolean enableRegionalMdmAccount() { } /** - * Set the enableRegionalMdmAccount value. + * Set whether regional MDM account enabled. * * @param enableRegionalMdmAccount the enableRegionalMdmAccount value to set * @return the MetricSpecification object itself. @@ -240,7 +240,7 @@ public MetricSpecification withEnableRegionalMdmAccount(Boolean enableRegionalMd } /** - * Get the fillGapWithZero value. + * Get whether gaps would be filled with zeros. * * @return the fillGapWithZero value */ @@ -249,7 +249,7 @@ public Boolean fillGapWithZero() { } /** - * Set the fillGapWithZero value. + * Set whether gaps would be filled with zeros. * * @param fillGapWithZero the fillGapWithZero value to set * @return the MetricSpecification object itself. @@ -260,7 +260,7 @@ public MetricSpecification withFillGapWithZero(Boolean fillGapWithZero) { } /** - * Get the metricFilterPattern value. + * Get pattern for the filter of the metric. * * @return the metricFilterPattern value */ @@ -269,7 +269,7 @@ public String metricFilterPattern() { } /** - * Set the metricFilterPattern value. + * Set pattern for the filter of the metric. * * @param metricFilterPattern the metricFilterPattern value to set * @return the MetricSpecification object itself. @@ -280,7 +280,7 @@ public MetricSpecification withMetricFilterPattern(String metricFilterPattern) { } /** - * Get the dimensions value. + * Get list of dimensions. * * @return the dimensions value */ @@ -289,7 +289,7 @@ public List dimensions() { } /** - * Set the dimensions value. + * Set list of dimensions. * * @param dimensions the dimensions value to set * @return the MetricSpecification object itself. @@ -300,7 +300,7 @@ public MetricSpecification withDimensions(List dimensions) { } /** - * Get the isInternal value. + * Get whether the metric is internal. * * @return the isInternal value */ @@ -309,7 +309,7 @@ public Boolean isInternal() { } /** - * Set the isInternal value. + * Set whether the metric is internal. * * @param isInternal the isInternal value to set * @return the MetricSpecification object itself. @@ -320,7 +320,7 @@ public MetricSpecification withIsInternal(Boolean isInternal) { } /** - * Get the sourceMdmAccount value. + * Get the source MDM account. * * @return the sourceMdmAccount value */ @@ -329,7 +329,7 @@ public String sourceMdmAccount() { } /** - * Set the sourceMdmAccount value. + * Set the source MDM account. * * @param sourceMdmAccount the sourceMdmAccount value to set * @return the MetricSpecification object itself. @@ -340,7 +340,7 @@ public MetricSpecification withSourceMdmAccount(String sourceMdmAccount) { } /** - * Get the sourceMdmNamespace value. + * Get the source MDM namespace. * * @return the sourceMdmNamespace value */ @@ -349,7 +349,7 @@ public String sourceMdmNamespace() { } /** - * Set the sourceMdmNamespace value. + * Set the source MDM namespace. * * @param sourceMdmNamespace the sourceMdmNamespace value to set * @return the MetricSpecification object itself. @@ -360,7 +360,7 @@ public MetricSpecification withSourceMdmNamespace(String sourceMdmNamespace) { } /** - * Get the resourceIdDimensionNameOverride value. + * Get the resource Id dimension name override. * * @return the resourceIdDimensionNameOverride value */ @@ -369,7 +369,7 @@ public String resourceIdDimensionNameOverride() { } /** - * Set the resourceIdDimensionNameOverride value. + * Set the resource Id dimension name override. * * @param resourceIdDimensionNameOverride the resourceIdDimensionNameOverride value to set * @return the MetricSpecification object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkInterface.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkInterface.java index 697363c996b9..64a6d573de2c 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkInterface.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkInterface.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2017_10_01.implementation.NetworkManager; import com.microsoft.azure.SubResource; diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkInterfaceAssociation.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkInterfaceAssociation.java index 17a44843019f..e465a648f18d 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkInterfaceAssociation.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkInterfaceAssociation.java @@ -29,7 +29,7 @@ public class NetworkInterfaceAssociation { private List securityRules; /** - * Get the id value. + * Get network interface ID. * * @return the id value */ @@ -38,7 +38,7 @@ public String id() { } /** - * Get the securityRules value. + * Get collection of custom security rules. * * @return the securityRules value */ @@ -47,7 +47,7 @@ public List securityRules() { } /** - * Set the securityRules value. + * Set collection of custom security rules. * * @param securityRules the securityRules value to set * @return the NetworkInterfaceAssociation object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkInterfaceDnsSettings.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkInterfaceDnsSettings.java index 1a3db3896f0d..d494dec6d350 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkInterfaceDnsSettings.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkInterfaceDnsSettings.java @@ -56,7 +56,7 @@ public class NetworkInterfaceDnsSettings { private String internalDomainNameSuffix; /** - * Get the dnsServers value. + * Get list of DNS servers IP addresses. Use 'AzureProvidedDNS' to switch to azure provided DNS resolution. 'AzureProvidedDNS' value cannot be combined with other IPs, it must be the only value in dnsServers collection. * * @return the dnsServers value */ @@ -65,7 +65,7 @@ public List dnsServers() { } /** - * Set the dnsServers value. + * Set list of DNS servers IP addresses. Use 'AzureProvidedDNS' to switch to azure provided DNS resolution. 'AzureProvidedDNS' value cannot be combined with other IPs, it must be the only value in dnsServers collection. * * @param dnsServers the dnsServers value to set * @return the NetworkInterfaceDnsSettings object itself. @@ -76,7 +76,7 @@ public NetworkInterfaceDnsSettings withDnsServers(List dnsServers) { } /** - * Get the appliedDnsServers value. + * Get if the VM that uses this NIC is part of an Availability Set, then this list will have the union of all DNS servers from all NICs that are part of the Availability Set. This property is what is configured on each of those VMs. * * @return the appliedDnsServers value */ @@ -85,7 +85,7 @@ public List appliedDnsServers() { } /** - * Set the appliedDnsServers value. + * Set if the VM that uses this NIC is part of an Availability Set, then this list will have the union of all DNS servers from all NICs that are part of the Availability Set. This property is what is configured on each of those VMs. * * @param appliedDnsServers the appliedDnsServers value to set * @return the NetworkInterfaceDnsSettings object itself. @@ -96,7 +96,7 @@ public NetworkInterfaceDnsSettings withAppliedDnsServers(List appliedDns } /** - * Get the internalDnsNameLabel value. + * Get relative DNS name for this NIC used for internal communications between VMs in the same virtual network. * * @return the internalDnsNameLabel value */ @@ -105,7 +105,7 @@ public String internalDnsNameLabel() { } /** - * Set the internalDnsNameLabel value. + * Set relative DNS name for this NIC used for internal communications between VMs in the same virtual network. * * @param internalDnsNameLabel the internalDnsNameLabel value to set * @return the NetworkInterfaceDnsSettings object itself. @@ -116,7 +116,7 @@ public NetworkInterfaceDnsSettings withInternalDnsNameLabel(String internalDnsNa } /** - * Get the internalFqdn value. + * Get fully qualified DNS name supporting internal communications between VMs in the same virtual network. * * @return the internalFqdn value */ @@ -125,7 +125,7 @@ public String internalFqdn() { } /** - * Set the internalFqdn value. + * Set fully qualified DNS name supporting internal communications between VMs in the same virtual network. * * @param internalFqdn the internalFqdn value to set * @return the NetworkInterfaceDnsSettings object itself. @@ -136,7 +136,7 @@ public NetworkInterfaceDnsSettings withInternalFqdn(String internalFqdn) { } /** - * Get the internalDomainNameSuffix value. + * Get even if internalDnsNameLabel is not specified, a DNS entry is created for the primary NIC of the VM. This DNS name can be constructed by concatenating the VM name with the value of internalDomainNameSuffix. * * @return the internalDomainNameSuffix value */ @@ -145,7 +145,7 @@ public String internalDomainNameSuffix() { } /** - * Set the internalDomainNameSuffix value. + * Set even if internalDnsNameLabel is not specified, a DNS entry is created for the primary NIC of the VM. This DNS name can be constructed by concatenating the VM name with the value of internalDomainNameSuffix. * * @param internalDomainNameSuffix the internalDomainNameSuffix value to set * @return the NetworkInterfaceDnsSettings object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkInterfaces.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkInterfaces.java index 051e80f578fd..c717b5fb2286 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkInterfaces.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkInterfaces.java @@ -17,6 +17,11 @@ * Type representing NetworkInterfaces. */ public interface NetworkInterfaces { + /** + * Begins definition for a new NetworkInterface resource. + * @param name resource name. + * @return the first stage of the new NetworkInterface definition. + */ NetworkInterface.DefinitionStages.Blank defineNetworkInterface(String name); /** diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkSecurityGroup.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkSecurityGroup.java index 1b6883880b9f..d8f4d852da36 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkSecurityGroup.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkSecurityGroup.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2017_10_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkWatcher.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkWatcher.java index 7107186ccc57..286bd789cd23 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkWatcher.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NetworkWatcher.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2017_10_01.implementation.NetworkManager; import com.microsoft.azure.management.network.v2017_10_01.implementation.NetworkWatcherInner; diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NextHopParameters.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NextHopParameters.java index ac846e78be7d..0d4edf038378 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NextHopParameters.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/NextHopParameters.java @@ -41,7 +41,7 @@ public class NextHopParameters { private String targetNicResourceId; /** - * Get the targetResourceId value. + * Get the resource identifier of the target resource against which the action is to be performed. * * @return the targetResourceId value */ @@ -50,7 +50,7 @@ public String targetResourceId() { } /** - * Set the targetResourceId value. + * Set the resource identifier of the target resource against which the action is to be performed. * * @param targetResourceId the targetResourceId value to set * @return the NextHopParameters object itself. @@ -61,7 +61,7 @@ public NextHopParameters withTargetResourceId(String targetResourceId) { } /** - * Get the sourceIPAddress value. + * Get the source IP address. * * @return the sourceIPAddress value */ @@ -70,7 +70,7 @@ public String sourceIPAddress() { } /** - * Set the sourceIPAddress value. + * Set the source IP address. * * @param sourceIPAddress the sourceIPAddress value to set * @return the NextHopParameters object itself. @@ -81,7 +81,7 @@ public NextHopParameters withSourceIPAddress(String sourceIPAddress) { } /** - * Get the destinationIPAddress value. + * Get the destination IP address. * * @return the destinationIPAddress value */ @@ -90,7 +90,7 @@ public String destinationIPAddress() { } /** - * Set the destinationIPAddress value. + * Set the destination IP address. * * @param destinationIPAddress the destinationIPAddress value to set * @return the NextHopParameters object itself. @@ -101,7 +101,7 @@ public NextHopParameters withDestinationIPAddress(String destinationIPAddress) { } /** - * Get the targetNicResourceId value. + * Get the NIC ID. (If VM has multiple NICs and IP forwarding is enabled on any of the nics, then this parameter must be specified. Otherwise optional). * * @return the targetNicResourceId value */ @@ -110,7 +110,7 @@ public String targetNicResourceId() { } /** - * Set the targetNicResourceId value. + * Set the NIC ID. (If VM has multiple NICs and IP forwarding is enabled on any of the nics, then this parameter must be specified. Otherwise optional). * * @param targetNicResourceId the targetNicResourceId value to set * @return the NextHopParameters object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/OperationDisplay.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/OperationDisplay.java index 93e4882c09d2..94224d1ec44f 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/OperationDisplay.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/OperationDisplay.java @@ -39,7 +39,7 @@ public class OperationDisplay { private String description; /** - * Get the provider value. + * Get service provider: Microsoft Network. * * @return the provider value */ @@ -48,7 +48,7 @@ public String provider() { } /** - * Set the provider value. + * Set service provider: Microsoft Network. * * @param provider the provider value to set * @return the OperationDisplay object itself. @@ -59,7 +59,7 @@ public OperationDisplay withProvider(String provider) { } /** - * Get the resource value. + * Get resource on which the operation is performed. * * @return the resource value */ @@ -68,7 +68,7 @@ public String resource() { } /** - * Set the resource value. + * Set resource on which the operation is performed. * * @param resource the resource value to set * @return the OperationDisplay object itself. @@ -79,7 +79,7 @@ public OperationDisplay withResource(String resource) { } /** - * Get the operation value. + * Get type of the operation: get, read, delete, etc. * * @return the operation value */ @@ -88,7 +88,7 @@ public String operation() { } /** - * Set the operation value. + * Set type of the operation: get, read, delete, etc. * * @param operation the operation value to set * @return the OperationDisplay object itself. @@ -99,7 +99,7 @@ public OperationDisplay withOperation(String operation) { } /** - * Get the description value. + * Get description of the operation. * * @return the description value */ @@ -108,7 +108,7 @@ public String description() { } /** - * Set the description value. + * Set description of the operation. * * @param description the description value to set * @return the OperationDisplay object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/OperationPropertiesFormatServiceSpecification.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/OperationPropertiesFormatServiceSpecification.java index b26ba7565b94..8a9e4e481b48 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/OperationPropertiesFormatServiceSpecification.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/OperationPropertiesFormatServiceSpecification.java @@ -28,7 +28,7 @@ public class OperationPropertiesFormatServiceSpecification { private List logSpecifications; /** - * Get the metricSpecifications value. + * Get operation service specification. * * @return the metricSpecifications value */ @@ -37,7 +37,7 @@ public List metricSpecifications() { } /** - * Set the metricSpecifications value. + * Set operation service specification. * * @param metricSpecifications the metricSpecifications value to set * @return the OperationPropertiesFormatServiceSpecification object itself. @@ -48,7 +48,7 @@ public OperationPropertiesFormatServiceSpecification withMetricSpecifications(Li } /** - * Get the logSpecifications value. + * Get operation log specification. * * @return the logSpecifications value */ @@ -57,7 +57,7 @@ public List logSpecifications() { } /** - * Set the logSpecifications value. + * Set operation log specification. * * @param logSpecifications the logSpecifications value to set * @return the OperationPropertiesFormatServiceSpecification object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/OutboundNatRule.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/OutboundNatRule.java index cf53b8ba2b93..4feaa8399f1d 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/OutboundNatRule.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/OutboundNatRule.java @@ -58,7 +58,7 @@ public class OutboundNatRule extends SubResource { private String etag; /** - * Get the allocatedOutboundPorts value. + * Get the number of outbound ports to be used for NAT. * * @return the allocatedOutboundPorts value */ @@ -67,7 +67,7 @@ public Integer allocatedOutboundPorts() { } /** - * Set the allocatedOutboundPorts value. + * Set the number of outbound ports to be used for NAT. * * @param allocatedOutboundPorts the allocatedOutboundPorts value to set * @return the OutboundNatRule object itself. @@ -78,7 +78,7 @@ public OutboundNatRule withAllocatedOutboundPorts(Integer allocatedOutboundPorts } /** - * Get the frontendIPConfigurations value. + * Get the Frontend IP addresses of the load balancer. * * @return the frontendIPConfigurations value */ @@ -87,7 +87,7 @@ public List frontendIPConfigurations() { } /** - * Set the frontendIPConfigurations value. + * Set the Frontend IP addresses of the load balancer. * * @param frontendIPConfigurations the frontendIPConfigurations value to set * @return the OutboundNatRule object itself. @@ -98,7 +98,7 @@ public OutboundNatRule withFrontendIPConfigurations(List frontendIP } /** - * Get the backendAddressPool value. + * Get a reference to a pool of DIPs. Outbound traffic is randomly load balanced across IPs in the backend IPs. * * @return the backendAddressPool value */ @@ -107,7 +107,7 @@ public SubResource backendAddressPool() { } /** - * Set the backendAddressPool value. + * Set a reference to a pool of DIPs. Outbound traffic is randomly load balanced across IPs in the backend IPs. * * @param backendAddressPool the backendAddressPool value to set * @return the OutboundNatRule object itself. @@ -118,7 +118,7 @@ public OutboundNatRule withBackendAddressPool(SubResource backendAddressPool) { } /** - * Get the provisioningState value. + * Get gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -127,7 +127,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the OutboundNatRule object itself. @@ -138,7 +138,7 @@ public OutboundNatRule withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -147,7 +147,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the OutboundNatRule object itself. @@ -158,7 +158,7 @@ public OutboundNatRule withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -167,7 +167,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the OutboundNatRule object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PacketCaptureFilter.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PacketCaptureFilter.java index 6e3659637fef..3949ba118e42 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PacketCaptureFilter.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PacketCaptureFilter.java @@ -59,7 +59,7 @@ public class PacketCaptureFilter { private String remotePort; /** - * Get the protocol value. + * Get protocol to be filtered on. Possible values include: 'TCP', 'UDP', 'Any'. * * @return the protocol value */ @@ -68,7 +68,7 @@ public PcProtocol protocol() { } /** - * Set the protocol value. + * Set protocol to be filtered on. Possible values include: 'TCP', 'UDP', 'Any'. * * @param protocol the protocol value to set * @return the PacketCaptureFilter object itself. @@ -79,7 +79,7 @@ public PacketCaptureFilter withProtocol(PcProtocol protocol) { } /** - * Get the localIPAddress value. + * Get local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5"? for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null. * * @return the localIPAddress value */ @@ -88,7 +88,7 @@ public String localIPAddress() { } /** - * Set the localIPAddress value. + * Set local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5"? for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null. * * @param localIPAddress the localIPAddress value to set * @return the PacketCaptureFilter object itself. @@ -99,7 +99,7 @@ public PacketCaptureFilter withLocalIPAddress(String localIPAddress) { } /** - * Get the remoteIPAddress value. + * Get local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null. * * @return the remoteIPAddress value */ @@ -108,7 +108,7 @@ public String remoteIPAddress() { } /** - * Set the remoteIPAddress value. + * Set local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null. * * @param remoteIPAddress the remoteIPAddress value to set * @return the PacketCaptureFilter object itself. @@ -119,7 +119,7 @@ public PacketCaptureFilter withRemoteIPAddress(String remoteIPAddress) { } /** - * Get the localPort value. + * Get local port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null. * * @return the localPort value */ @@ -128,7 +128,7 @@ public String localPort() { } /** - * Set the localPort value. + * Set local port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null. * * @param localPort the localPort value to set * @return the PacketCaptureFilter object itself. @@ -139,7 +139,7 @@ public PacketCaptureFilter withLocalPort(String localPort) { } /** - * Get the remotePort value. + * Get remote port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null. * * @return the remotePort value */ @@ -148,7 +148,7 @@ public String remotePort() { } /** - * Set the remotePort value. + * Set remote port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null. * * @param remotePort the remotePort value to set * @return the PacketCaptureFilter object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PacketCaptureParameters.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PacketCaptureParameters.java index 1f05ba20202e..0cc34ff8b0c0 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PacketCaptureParameters.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PacketCaptureParameters.java @@ -52,7 +52,7 @@ public class PacketCaptureParameters { private List filters; /** - * Get the target value. + * Get the ID of the targeted resource, only VM is currently supported. * * @return the target value */ @@ -61,7 +61,7 @@ public String target() { } /** - * Set the target value. + * Set the ID of the targeted resource, only VM is currently supported. * * @param target the target value to set * @return the PacketCaptureParameters object itself. @@ -72,7 +72,7 @@ public PacketCaptureParameters withTarget(String target) { } /** - * Get the bytesToCapturePerPacket value. + * Get number of bytes captured per packet, the remaining bytes are truncated. * * @return the bytesToCapturePerPacket value */ @@ -81,7 +81,7 @@ public Integer bytesToCapturePerPacket() { } /** - * Set the bytesToCapturePerPacket value. + * Set number of bytes captured per packet, the remaining bytes are truncated. * * @param bytesToCapturePerPacket the bytesToCapturePerPacket value to set * @return the PacketCaptureParameters object itself. @@ -92,7 +92,7 @@ public PacketCaptureParameters withBytesToCapturePerPacket(Integer bytesToCaptur } /** - * Get the totalBytesPerSession value. + * Get maximum size of the capture output. * * @return the totalBytesPerSession value */ @@ -101,7 +101,7 @@ public Integer totalBytesPerSession() { } /** - * Set the totalBytesPerSession value. + * Set maximum size of the capture output. * * @param totalBytesPerSession the totalBytesPerSession value to set * @return the PacketCaptureParameters object itself. @@ -112,7 +112,7 @@ public PacketCaptureParameters withTotalBytesPerSession(Integer totalBytesPerSes } /** - * Get the timeLimitInSeconds value. + * Get maximum duration of the capture session in seconds. * * @return the timeLimitInSeconds value */ @@ -121,7 +121,7 @@ public Integer timeLimitInSeconds() { } /** - * Set the timeLimitInSeconds value. + * Set maximum duration of the capture session in seconds. * * @param timeLimitInSeconds the timeLimitInSeconds value to set * @return the PacketCaptureParameters object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PacketCaptureStorageLocation.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PacketCaptureStorageLocation.java index da24dc03d500..44b819d87bac 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PacketCaptureStorageLocation.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PacketCaptureStorageLocation.java @@ -38,7 +38,7 @@ public class PacketCaptureStorageLocation { private String filePath; /** - * Get the storageId value. + * Get the ID of the storage account to save the packet capture session. Required if no local file path is provided. * * @return the storageId value */ @@ -47,7 +47,7 @@ public String storageId() { } /** - * Set the storageId value. + * Set the ID of the storage account to save the packet capture session. Required if no local file path is provided. * * @param storageId the storageId value to set * @return the PacketCaptureStorageLocation object itself. @@ -58,7 +58,7 @@ public PacketCaptureStorageLocation withStorageId(String storageId) { } /** - * Get the storagePath value. + * Get the URI of the storage path to save the packet capture. Must be a well-formed URI describing the location to save the packet capture. * * @return the storagePath value */ @@ -67,7 +67,7 @@ public String storagePath() { } /** - * Set the storagePath value. + * Set the URI of the storage path to save the packet capture. Must be a well-formed URI describing the location to save the packet capture. * * @param storagePath the storagePath value to set * @return the PacketCaptureStorageLocation object itself. @@ -78,7 +78,7 @@ public PacketCaptureStorageLocation withStoragePath(String storagePath) { } /** - * Get the filePath value. + * Get a valid local path on the targeting VM. Must include the name of the capture file (*.cap). For linux virtual machine it must start with /var/captures. Required if no storage ID is provided, otherwise optional. * * @return the filePath value */ @@ -87,7 +87,7 @@ public String filePath() { } /** - * Set the filePath value. + * Set a valid local path on the targeting VM. Must include the name of the capture file (*.cap). For linux virtual machine it must start with /var/captures. Required if no storage ID is provided, otherwise optional. * * @param filePath the filePath value to set * @return the PacketCaptureStorageLocation object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PatchRouteFilter.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PatchRouteFilter.java index 064d8e6c7ff8..1e8e117ef2e6 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PatchRouteFilter.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PatchRouteFilter.java @@ -66,7 +66,7 @@ public class PatchRouteFilter extends SubResource { private Map tags; /** - * Get the rules value. + * Get collection of RouteFilterRules contained within a route filter. * * @return the rules value */ @@ -75,7 +75,7 @@ public List rules() { } /** - * Set the rules value. + * Set collection of RouteFilterRules contained within a route filter. * * @param rules the rules value to set * @return the PatchRouteFilter object itself. @@ -86,7 +86,7 @@ public PatchRouteFilter withRules(List rules) { } /** - * Get the peerings value. + * Get a collection of references to express route circuit peerings. * * @return the peerings value */ @@ -95,7 +95,7 @@ public List peerings() { } /** - * Set the peerings value. + * Set a collection of references to express route circuit peerings. * * @param peerings the peerings value to set * @return the PatchRouteFilter object itself. @@ -106,7 +106,7 @@ public PatchRouteFilter withPeerings(List peeri } /** - * Get the provisioningState value. + * Get the provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'. * * @return the provisioningState value */ @@ -115,7 +115,7 @@ public String provisioningState() { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -124,7 +124,7 @@ public String name() { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -133,7 +133,7 @@ public String etag() { } /** - * Get the type value. + * Get resource type. * * @return the type value */ @@ -142,7 +142,7 @@ public String type() { } /** - * Get the tags value. + * Get resource tags. * * @return the tags value */ @@ -151,7 +151,7 @@ public Map tags() { } /** - * Set the tags value. + * Set resource tags. * * @param tags the tags value to set * @return the PatchRouteFilter object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PatchRouteFilterRule.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PatchRouteFilterRule.java index ffc450615aa4..c1f9b023173e 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PatchRouteFilterRule.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PatchRouteFilterRule.java @@ -67,13 +67,15 @@ public class PatchRouteFilterRule extends SubResource { /** * Creates an instance of PatchRouteFilterRule class. + * @param access the access type of the rule. Valid values are: 'Allow', 'Deny'. Possible values include: 'Allow', 'Deny'. + * @param communities the collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']. */ public PatchRouteFilterRule() { routeFilterRuleType = "Community"; } /** - * Get the access value. + * Get the access type of the rule. Valid values are: 'Allow', 'Deny'. Possible values include: 'Allow', 'Deny'. * * @return the access value */ @@ -82,7 +84,7 @@ public Access access() { } /** - * Set the access value. + * Set the access type of the rule. Valid values are: 'Allow', 'Deny'. Possible values include: 'Allow', 'Deny'. * * @param access the access value to set * @return the PatchRouteFilterRule object itself. @@ -93,7 +95,7 @@ public PatchRouteFilterRule withAccess(Access access) { } /** - * Get the routeFilterRuleType value. + * Get the rule type of the rule. Valid value is: 'Community'. * * @return the routeFilterRuleType value */ @@ -102,7 +104,7 @@ public String routeFilterRuleType() { } /** - * Set the routeFilterRuleType value. + * Set the rule type of the rule. Valid value is: 'Community'. * * @param routeFilterRuleType the routeFilterRuleType value to set * @return the PatchRouteFilterRule object itself. @@ -113,7 +115,7 @@ public PatchRouteFilterRule withRouteFilterRuleType(String routeFilterRuleType) } /** - * Get the communities value. + * Get the collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']. * * @return the communities value */ @@ -122,7 +124,7 @@ public List communities() { } /** - * Set the communities value. + * Set the collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']. * * @param communities the communities value to set * @return the PatchRouteFilterRule object itself. @@ -133,7 +135,7 @@ public PatchRouteFilterRule withCommunities(List communities) { } /** - * Get the provisioningState value. + * Get the provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'. * * @return the provisioningState value */ @@ -142,7 +144,7 @@ public String provisioningState() { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -151,7 +153,7 @@ public String name() { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -160,7 +162,7 @@ public String etag() { } /** - * Get the tags value. + * Get resource tags. * * @return the tags value */ @@ -169,7 +171,7 @@ public Map tags() { } /** - * Set the tags value. + * Set resource tags. * * @param tags the tags value to set * @return the PatchRouteFilterRule object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PublicIPAddress.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PublicIPAddress.java index da4ddb6be973..b6c57a337aab 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PublicIPAddress.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PublicIPAddress.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2017_10_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PublicIPAddressDnsSettings.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PublicIPAddressDnsSettings.java index 9e997de2cb9c..7b9eeb3041c1 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PublicIPAddressDnsSettings.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PublicIPAddressDnsSettings.java @@ -42,7 +42,7 @@ public class PublicIPAddressDnsSettings { private String reverseFqdn; /** - * Get the domainNameLabel value. + * Get gets or sets the Domain name label.The concatenation of the domain name label and the regionalized DNS zone make up the fully qualified domain name associated with the public IP address. If a domain name label is specified, an A DNS record is created for the public IP in the Microsoft Azure DNS system. * * @return the domainNameLabel value */ @@ -51,7 +51,7 @@ public String domainNameLabel() { } /** - * Set the domainNameLabel value. + * Set gets or sets the Domain name label.The concatenation of the domain name label and the regionalized DNS zone make up the fully qualified domain name associated with the public IP address. If a domain name label is specified, an A DNS record is created for the public IP in the Microsoft Azure DNS system. * * @param domainNameLabel the domainNameLabel value to set * @return the PublicIPAddressDnsSettings object itself. @@ -62,7 +62,7 @@ public PublicIPAddressDnsSettings withDomainNameLabel(String domainNameLabel) { } /** - * Get the fqdn value. + * Get gets the FQDN, Fully qualified domain name of the A DNS record associated with the public IP. This is the concatenation of the domainNameLabel and the regionalized DNS zone. * * @return the fqdn value */ @@ -71,7 +71,7 @@ public String fqdn() { } /** - * Set the fqdn value. + * Set gets the FQDN, Fully qualified domain name of the A DNS record associated with the public IP. This is the concatenation of the domainNameLabel and the regionalized DNS zone. * * @param fqdn the fqdn value to set * @return the PublicIPAddressDnsSettings object itself. @@ -82,7 +82,7 @@ public PublicIPAddressDnsSettings withFqdn(String fqdn) { } /** - * Get the reverseFqdn value. + * Get gets or Sets the Reverse FQDN. A user-visible, fully qualified domain name that resolves to this public IP address. If the reverseFqdn is specified, then a PTR DNS record is created pointing from the IP address in the in-addr.arpa domain to the reverse FQDN. * * @return the reverseFqdn value */ @@ -91,7 +91,7 @@ public String reverseFqdn() { } /** - * Set the reverseFqdn value. + * Set gets or Sets the Reverse FQDN. A user-visible, fully qualified domain name that resolves to this public IP address. If the reverseFqdn is specified, then a PTR DNS record is created pointing from the IP address in the in-addr.arpa domain to the reverse FQDN. * * @param reverseFqdn the reverseFqdn value to set * @return the PublicIPAddressDnsSettings object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PublicIPAddressSku.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PublicIPAddressSku.java index 8f205716fdff..3eae403e2099 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PublicIPAddressSku.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/PublicIPAddressSku.java @@ -22,7 +22,7 @@ public class PublicIPAddressSku { private PublicIPAddressSkuName name; /** - * Get the name value. + * Get name of a public IP address SKU. Possible values include: 'Basic', 'Standard'. * * @return the name value */ @@ -31,7 +31,7 @@ public PublicIPAddressSkuName name() { } /** - * Set the name value. + * Set name of a public IP address SKU. Possible values include: 'Basic', 'Standard'. * * @param name the name value to set * @return the PublicIPAddressSku object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/QueryTroubleshootingParameters.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/QueryTroubleshootingParameters.java index abe75e13d8da..93e3dc545407 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/QueryTroubleshootingParameters.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/QueryTroubleshootingParameters.java @@ -21,7 +21,7 @@ public class QueryTroubleshootingParameters { private String targetResourceId; /** - * Get the targetResourceId value. + * Get the target resource ID to query the troubleshooting result. * * @return the targetResourceId value */ @@ -30,7 +30,7 @@ public String targetResourceId() { } /** - * Set the targetResourceId value. + * Set the target resource ID to query the troubleshooting result. * * @param targetResourceId the targetResourceId value to set * @return the QueryTroubleshootingParameters object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ResourceNavigationLink.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ResourceNavigationLink.java index 4ce98b8738da..0e2785f98c6f 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ResourceNavigationLink.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ResourceNavigationLink.java @@ -49,7 +49,7 @@ public class ResourceNavigationLink extends SubResource { private String etag; /** - * Get the linkedResourceType value. + * Get resource type of the linked resource. * * @return the linkedResourceType value */ @@ -58,7 +58,7 @@ public String linkedResourceType() { } /** - * Set the linkedResourceType value. + * Set resource type of the linked resource. * * @param linkedResourceType the linkedResourceType value to set * @return the ResourceNavigationLink object itself. @@ -69,7 +69,7 @@ public ResourceNavigationLink withLinkedResourceType(String linkedResourceType) } /** - * Get the link value. + * Get link to the external resource. * * @return the link value */ @@ -78,7 +78,7 @@ public String link() { } /** - * Set the link value. + * Set link to the external resource. * * @param link the link value to set * @return the ResourceNavigationLink object itself. @@ -89,7 +89,7 @@ public ResourceNavigationLink withLink(String link) { } /** - * Get the provisioningState value. + * Get provisioning state of the ResourceNavigationLink resource. * * @return the provisioningState value */ @@ -98,7 +98,7 @@ public String provisioningState() { } /** - * Get the name value. + * Get name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -107,7 +107,7 @@ public String name() { } /** - * Set the name value. + * Set name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the ResourceNavigationLink object itself. @@ -118,7 +118,7 @@ public ResourceNavigationLink withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/RetentionPolicyParameters.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/RetentionPolicyParameters.java index 0173fbc98929..658ab098e3ad 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/RetentionPolicyParameters.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/RetentionPolicyParameters.java @@ -27,7 +27,7 @@ public class RetentionPolicyParameters { private Boolean enabled; /** - * Get the days value. + * Get number of days to retain flow log records. * * @return the days value */ @@ -36,7 +36,7 @@ public Integer days() { } /** - * Set the days value. + * Set number of days to retain flow log records. * * @param days the days value to set * @return the RetentionPolicyParameters object itself. @@ -47,7 +47,7 @@ public RetentionPolicyParameters withDays(Integer days) { } /** - * Get the enabled value. + * Get flag to enable/disable retention. * * @return the enabled value */ @@ -56,7 +56,7 @@ public Boolean enabled() { } /** - * Set the enabled value. + * Set flag to enable/disable retention. * * @param enabled the enabled value to set * @return the RetentionPolicyParameters object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/RouteFilter.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/RouteFilter.java index 2502b3d0217e..ec914861450f 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/RouteFilter.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/RouteFilter.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2017_10_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/RouteTable.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/RouteTable.java index 5e5dded5c240..5d96193b1677 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/RouteTable.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/RouteTable.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2017_10_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/SecurityGroupNetworkInterface.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/SecurityGroupNetworkInterface.java index da08d6ee57ad..5c98dedc7995 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/SecurityGroupNetworkInterface.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/SecurityGroupNetworkInterface.java @@ -27,7 +27,7 @@ public class SecurityGroupNetworkInterface { private SecurityRuleAssociations securityRuleAssociations; /** - * Get the id value. + * Get iD of the network interface. * * @return the id value */ @@ -36,7 +36,7 @@ public String id() { } /** - * Set the id value. + * Set iD of the network interface. * * @param id the id value to set * @return the SecurityGroupNetworkInterface object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/SecurityGroupViewParameters.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/SecurityGroupViewParameters.java index 6a56a5fd8adc..679b22afca2f 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/SecurityGroupViewParameters.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/SecurityGroupViewParameters.java @@ -21,7 +21,7 @@ public class SecurityGroupViewParameters { private String targetResourceId; /** - * Get the targetResourceId value. + * Get iD of the target VM. * * @return the targetResourceId value */ @@ -30,7 +30,7 @@ public String targetResourceId() { } /** - * Set the targetResourceId value. + * Set iD of the target VM. * * @param targetResourceId the targetResourceId value to set * @return the SecurityGroupViewParameters object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/SecurityRuleAssociations.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/SecurityRuleAssociations.java index 89fd687bde51..5e2516c23ad8 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/SecurityRuleAssociations.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/SecurityRuleAssociations.java @@ -81,7 +81,7 @@ public SecurityRuleAssociations withSubnetAssociation(SubnetAssociation subnetAs } /** - * Get the defaultSecurityRules value. + * Get collection of default security rules of the network security group. * * @return the defaultSecurityRules value */ @@ -90,7 +90,7 @@ public List defaultSecurityRules() { } /** - * Set the defaultSecurityRules value. + * Set collection of default security rules of the network security group. * * @param defaultSecurityRules the defaultSecurityRules value to set * @return the SecurityRuleAssociations object itself. @@ -101,7 +101,7 @@ public SecurityRuleAssociations withDefaultSecurityRules(List } /** - * Get the effectiveSecurityRules value. + * Get collection of effective security rules. * * @return the effectiveSecurityRules value */ @@ -110,7 +110,7 @@ public List effectiveSecurityRules() { } /** - * Set the effectiveSecurityRules value. + * Set collection of effective security rules. * * @param effectiveSecurityRules the effectiveSecurityRules value to set * @return the SecurityRuleAssociations object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ServiceEndpointPropertiesFormat.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ServiceEndpointPropertiesFormat.java index 1f8580a97895..416ae36c2a8e 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ServiceEndpointPropertiesFormat.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/ServiceEndpointPropertiesFormat.java @@ -34,7 +34,7 @@ public class ServiceEndpointPropertiesFormat { private String provisioningState; /** - * Get the service value. + * Get the type of the endpoint service. * * @return the service value */ @@ -43,7 +43,7 @@ public String service() { } /** - * Set the service value. + * Set the type of the endpoint service. * * @param service the service value to set * @return the ServiceEndpointPropertiesFormat object itself. @@ -54,7 +54,7 @@ public ServiceEndpointPropertiesFormat withService(String service) { } /** - * Get the locations value. + * Get a list of locations. * * @return the locations value */ @@ -63,7 +63,7 @@ public List locations() { } /** - * Set the locations value. + * Set a list of locations. * * @param locations the locations value to set * @return the ServiceEndpointPropertiesFormat object itself. @@ -74,7 +74,7 @@ public ServiceEndpointPropertiesFormat withLocations(List locations) { } /** - * Get the provisioningState value. + * Get the provisioning state of the resource. * * @return the provisioningState value */ @@ -83,7 +83,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set the provisioning state of the resource. * * @param provisioningState the provisioningState value to set * @return the ServiceEndpointPropertiesFormat object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/SubnetAssociation.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/SubnetAssociation.java index 94708818b958..55d9534810f7 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/SubnetAssociation.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/SubnetAssociation.java @@ -29,7 +29,7 @@ public class SubnetAssociation { private List securityRules; /** - * Get the id value. + * Get subnet ID. * * @return the id value */ @@ -38,7 +38,7 @@ public String id() { } /** - * Get the securityRules value. + * Get collection of custom security rules. * * @return the securityRules value */ @@ -47,7 +47,7 @@ public List securityRules() { } /** - * Set the securityRules value. + * Set collection of custom security rules. * * @param securityRules the securityRules value to set * @return the SubnetAssociation object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TagsObject.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TagsObject.java index e587b958754f..a14955100df1 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TagsObject.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TagsObject.java @@ -22,7 +22,7 @@ public class TagsObject { private Map tags; /** - * Get the tags value. + * Get resource tags. * * @return the tags value */ @@ -31,7 +31,7 @@ public Map tags() { } /** - * Set the tags value. + * Set resource tags. * * @param tags the tags value to set * @return the TagsObject object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TopologyAssociation.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TopologyAssociation.java index 521af4b86435..861db2b67a02 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TopologyAssociation.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TopologyAssociation.java @@ -34,7 +34,7 @@ public class TopologyAssociation { private AssociationType associationType; /** - * Get the name value. + * Get the name of the resource that is associated with the parent resource. * * @return the name value */ @@ -43,7 +43,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is associated with the parent resource. * * @param name the name value to set * @return the TopologyAssociation object itself. @@ -54,7 +54,7 @@ public TopologyAssociation withName(String name) { } /** - * Get the resourceId value. + * Get the ID of the resource that is associated with the parent resource. * * @return the resourceId value */ @@ -63,7 +63,7 @@ public String resourceId() { } /** - * Set the resourceId value. + * Set the ID of the resource that is associated with the parent resource. * * @param resourceId the resourceId value to set * @return the TopologyAssociation object itself. @@ -74,7 +74,7 @@ public TopologyAssociation withResourceId(String resourceId) { } /** - * Get the associationType value. + * Get the association type of the child resource to the parent resource. Possible values include: 'Associated', 'Contains'. * * @return the associationType value */ @@ -83,7 +83,7 @@ public AssociationType associationType() { } /** - * Set the associationType value. + * Set the association type of the child resource to the parent resource. Possible values include: 'Associated', 'Contains'. * * @param associationType the associationType value to set * @return the TopologyAssociation object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TopologyParameters.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TopologyParameters.java index ecedb3330078..dca83fa86d05 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TopologyParameters.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TopologyParameters.java @@ -34,7 +34,7 @@ public class TopologyParameters { private SubResource targetSubnet; /** - * Get the targetResourceGroupName value. + * Get the name of the target resource group to perform topology on. * * @return the targetResourceGroupName value */ @@ -43,7 +43,7 @@ public String targetResourceGroupName() { } /** - * Set the targetResourceGroupName value. + * Set the name of the target resource group to perform topology on. * * @param targetResourceGroupName the targetResourceGroupName value to set * @return the TopologyParameters object itself. @@ -54,7 +54,7 @@ public TopologyParameters withTargetResourceGroupName(String targetResourceGroup } /** - * Get the targetVirtualNetwork value. + * Get the reference of the Virtual Network resource. * * @return the targetVirtualNetwork value */ @@ -63,7 +63,7 @@ public SubResource targetVirtualNetwork() { } /** - * Set the targetVirtualNetwork value. + * Set the reference of the Virtual Network resource. * * @param targetVirtualNetwork the targetVirtualNetwork value to set * @return the TopologyParameters object itself. @@ -74,7 +74,7 @@ public TopologyParameters withTargetVirtualNetwork(SubResource targetVirtualNetw } /** - * Get the targetSubnet value. + * Get the reference of the Subnet resource. * * @return the targetSubnet value */ @@ -83,7 +83,7 @@ public SubResource targetSubnet() { } /** - * Set the targetSubnet value. + * Set the reference of the Subnet resource. * * @param targetSubnet the targetSubnet value to set * @return the TopologyParameters object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TopologyResource.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TopologyResource.java index 642d371cb854..21980b68b3f1 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TopologyResource.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TopologyResource.java @@ -41,7 +41,7 @@ public class TopologyResource { private List associations; /** - * Get the name value. + * Get name of the resource. * * @return the name value */ @@ -50,7 +50,7 @@ public String name() { } /** - * Set the name value. + * Set name of the resource. * * @param name the name value to set * @return the TopologyResource object itself. @@ -61,7 +61,7 @@ public TopologyResource withName(String name) { } /** - * Get the id value. + * Get iD of the resource. * * @return the id value */ @@ -70,7 +70,7 @@ public String id() { } /** - * Set the id value. + * Set iD of the resource. * * @param id the id value to set * @return the TopologyResource object itself. @@ -81,7 +81,7 @@ public TopologyResource withId(String id) { } /** - * Get the location value. + * Get resource location. * * @return the location value */ @@ -90,7 +90,7 @@ public String location() { } /** - * Set the location value. + * Set resource location. * * @param location the location value to set * @return the TopologyResource object itself. @@ -101,7 +101,7 @@ public TopologyResource withLocation(String location) { } /** - * Get the associations value. + * Get holds the associations the resource has with other resources in the resource group. * * @return the associations value */ @@ -110,7 +110,7 @@ public List associations() { } /** - * Set the associations value. + * Set holds the associations the resource has with other resources in the resource group. * * @param associations the associations value to set * @return the TopologyResource object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TroubleshootingDetails.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TroubleshootingDetails.java index 2a9603ecede1..300a622f2a69 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TroubleshootingDetails.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TroubleshootingDetails.java @@ -46,7 +46,7 @@ public class TroubleshootingDetails { private List recommendedActions; /** - * Get the id value. + * Get the id of the get troubleshoot operation. * * @return the id value */ @@ -55,7 +55,7 @@ public String id() { } /** - * Set the id value. + * Set the id of the get troubleshoot operation. * * @param id the id value to set * @return the TroubleshootingDetails object itself. @@ -66,7 +66,7 @@ public TroubleshootingDetails withId(String id) { } /** - * Get the reasonType value. + * Get reason type of failure. * * @return the reasonType value */ @@ -75,7 +75,7 @@ public String reasonType() { } /** - * Set the reasonType value. + * Set reason type of failure. * * @param reasonType the reasonType value to set * @return the TroubleshootingDetails object itself. @@ -86,7 +86,7 @@ public TroubleshootingDetails withReasonType(String reasonType) { } /** - * Get the summary value. + * Get a summary of troubleshooting. * * @return the summary value */ @@ -95,7 +95,7 @@ public String summary() { } /** - * Set the summary value. + * Set a summary of troubleshooting. * * @param summary the summary value to set * @return the TroubleshootingDetails object itself. @@ -106,7 +106,7 @@ public TroubleshootingDetails withSummary(String summary) { } /** - * Get the detail value. + * Get details on troubleshooting results. * * @return the detail value */ @@ -115,7 +115,7 @@ public String detail() { } /** - * Set the detail value. + * Set details on troubleshooting results. * * @param detail the detail value to set * @return the TroubleshootingDetails object itself. @@ -126,7 +126,7 @@ public TroubleshootingDetails withDetail(String detail) { } /** - * Get the recommendedActions value. + * Get list of recommended actions. * * @return the recommendedActions value */ @@ -135,7 +135,7 @@ public List recommendedActions() { } /** - * Set the recommendedActions value. + * Set list of recommended actions. * * @param recommendedActions the recommendedActions value to set * @return the TroubleshootingDetails object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TroubleshootingParameters.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TroubleshootingParameters.java index b9d9f6ac47df..b8d93c80601c 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TroubleshootingParameters.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TroubleshootingParameters.java @@ -35,7 +35,7 @@ public class TroubleshootingParameters { private String storagePath; /** - * Get the targetResourceId value. + * Get the target resource to troubleshoot. * * @return the targetResourceId value */ @@ -44,7 +44,7 @@ public String targetResourceId() { } /** - * Set the targetResourceId value. + * Set the target resource to troubleshoot. * * @param targetResourceId the targetResourceId value to set * @return the TroubleshootingParameters object itself. @@ -55,7 +55,7 @@ public TroubleshootingParameters withTargetResourceId(String targetResourceId) { } /** - * Get the storageId value. + * Get the ID for the storage account to save the troubleshoot result. * * @return the storageId value */ @@ -64,7 +64,7 @@ public String storageId() { } /** - * Set the storageId value. + * Set the ID for the storage account to save the troubleshoot result. * * @param storageId the storageId value to set * @return the TroubleshootingParameters object itself. @@ -75,7 +75,7 @@ public TroubleshootingParameters withStorageId(String storageId) { } /** - * Get the storagePath value. + * Get the path to the blob to save the troubleshoot result in. * * @return the storagePath value */ @@ -84,7 +84,7 @@ public String storagePath() { } /** - * Set the storagePath value. + * Set the path to the blob to save the troubleshoot result in. * * @param storagePath the storagePath value to set * @return the TroubleshootingParameters object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TroubleshootingRecommendedActions.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TroubleshootingRecommendedActions.java index b63c2b05a99d..947581833fa4 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TroubleshootingRecommendedActions.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TroubleshootingRecommendedActions.java @@ -41,7 +41,7 @@ public class TroubleshootingRecommendedActions { private String actionUriText; /** - * Get the actionId value. + * Get iD of the recommended action. * * @return the actionId value */ @@ -50,7 +50,7 @@ public String actionId() { } /** - * Set the actionId value. + * Set iD of the recommended action. * * @param actionId the actionId value to set * @return the TroubleshootingRecommendedActions object itself. @@ -61,7 +61,7 @@ public TroubleshootingRecommendedActions withActionId(String actionId) { } /** - * Get the actionText value. + * Get description of recommended actions. * * @return the actionText value */ @@ -70,7 +70,7 @@ public String actionText() { } /** - * Set the actionText value. + * Set description of recommended actions. * * @param actionText the actionText value to set * @return the TroubleshootingRecommendedActions object itself. @@ -81,7 +81,7 @@ public TroubleshootingRecommendedActions withActionText(String actionText) { } /** - * Get the actionUri value. + * Get the uri linking to a documentation for the recommended troubleshooting actions. * * @return the actionUri value */ @@ -90,7 +90,7 @@ public String actionUri() { } /** - * Set the actionUri value. + * Set the uri linking to a documentation for the recommended troubleshooting actions. * * @param actionUri the actionUri value to set * @return the TroubleshootingRecommendedActions object itself. @@ -101,7 +101,7 @@ public TroubleshootingRecommendedActions withActionUri(String actionUri) { } /** - * Get the actionUriText value. + * Get the information from the URI for the recommended troubleshooting actions. * * @return the actionUriText value */ @@ -110,7 +110,7 @@ public String actionUriText() { } /** - * Set the actionUriText value. + * Set the information from the URI for the recommended troubleshooting actions. * * @param actionUriText the actionUriText value to set * @return the TroubleshootingRecommendedActions object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TunnelConnectionHealth.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TunnelConnectionHealth.java index edc692e22b44..fb98c232f8b7 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TunnelConnectionHealth.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/TunnelConnectionHealth.java @@ -46,7 +46,7 @@ public class TunnelConnectionHealth { private String lastConnectionEstablishedUtcTime; /** - * Get the tunnel value. + * Get tunnel name. * * @return the tunnel value */ @@ -55,7 +55,7 @@ public String tunnel() { } /** - * Get the connectionStatus value. + * Get virtual network Gateway connection status. Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected'. * * @return the connectionStatus value */ @@ -64,7 +64,7 @@ public VirtualNetworkGatewayConnectionStatus connectionStatus() { } /** - * Get the ingressBytesTransferred value. + * Get the Ingress Bytes Transferred in this connection. * * @return the ingressBytesTransferred value */ @@ -73,7 +73,7 @@ public Long ingressBytesTransferred() { } /** - * Get the egressBytesTransferred value. + * Get the Egress Bytes Transferred in this connection. * * @return the egressBytesTransferred value */ @@ -82,7 +82,7 @@ public Long egressBytesTransferred() { } /** - * Get the lastConnectionEstablishedUtcTime value. + * Get the time at which connection was established in Utc format. * * @return the lastConnectionEstablishedUtcTime value */ diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/UsageName.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/UsageName.java index 615752b7a093..c846ba280f61 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/UsageName.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/UsageName.java @@ -27,7 +27,7 @@ public class UsageName { private String localizedValue; /** - * Get the value value. + * Get a string describing the resource name. * * @return the value value */ @@ -36,7 +36,7 @@ public String value() { } /** - * Set the value value. + * Set a string describing the resource name. * * @param value the value value to set * @return the UsageName object itself. @@ -47,7 +47,7 @@ public UsageName withValue(String value) { } /** - * Get the localizedValue value. + * Get a localized string describing the resource name. * * @return the localizedValue value */ @@ -56,7 +56,7 @@ public String localizedValue() { } /** - * Set the localizedValue value. + * Set a localized string describing the resource name. * * @param localizedValue the localizedValue value to set * @return the UsageName object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VerificationIPFlowParameters.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VerificationIPFlowParameters.java index 4ac66e81c62e..43a77ff17c9b 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VerificationIPFlowParameters.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VerificationIPFlowParameters.java @@ -69,7 +69,7 @@ public class VerificationIPFlowParameters { private String targetNicResourceId; /** - * Get the targetResourceId value. + * Get the ID of the target resource to perform next-hop on. * * @return the targetResourceId value */ @@ -78,7 +78,7 @@ public String targetResourceId() { } /** - * Set the targetResourceId value. + * Set the ID of the target resource to perform next-hop on. * * @param targetResourceId the targetResourceId value to set * @return the VerificationIPFlowParameters object itself. @@ -89,7 +89,7 @@ public VerificationIPFlowParameters withTargetResourceId(String targetResourceId } /** - * Get the direction value. + * Get the direction of the packet represented as a 5-tuple. Possible values include: 'Inbound', 'Outbound'. * * @return the direction value */ @@ -98,7 +98,7 @@ public Direction direction() { } /** - * Set the direction value. + * Set the direction of the packet represented as a 5-tuple. Possible values include: 'Inbound', 'Outbound'. * * @param direction the direction value to set * @return the VerificationIPFlowParameters object itself. @@ -109,7 +109,7 @@ public VerificationIPFlowParameters withDirection(Direction direction) { } /** - * Get the protocol value. + * Get protocol to be verified on. Possible values include: 'TCP', 'UDP'. * * @return the protocol value */ @@ -118,7 +118,7 @@ public Protocol protocol() { } /** - * Set the protocol value. + * Set protocol to be verified on. Possible values include: 'TCP', 'UDP'. * * @param protocol the protocol value to set * @return the VerificationIPFlowParameters object itself. @@ -129,7 +129,7 @@ public VerificationIPFlowParameters withProtocol(Protocol protocol) { } /** - * Get the localPort value. + * Get the local port. Acceptable values are a single integer in the range (0-65535). Support for * for the source port, which depends on the direction. * * @return the localPort value */ @@ -138,7 +138,7 @@ public String localPort() { } /** - * Set the localPort value. + * Set the local port. Acceptable values are a single integer in the range (0-65535). Support for * for the source port, which depends on the direction. * * @param localPort the localPort value to set * @return the VerificationIPFlowParameters object itself. @@ -149,7 +149,7 @@ public VerificationIPFlowParameters withLocalPort(String localPort) { } /** - * Get the remotePort value. + * Get the remote port. Acceptable values are a single integer in the range (0-65535). Support for * for the source port, which depends on the direction. * * @return the remotePort value */ @@ -158,7 +158,7 @@ public String remotePort() { } /** - * Set the remotePort value. + * Set the remote port. Acceptable values are a single integer in the range (0-65535). Support for * for the source port, which depends on the direction. * * @param remotePort the remotePort value to set * @return the VerificationIPFlowParameters object itself. @@ -169,7 +169,7 @@ public VerificationIPFlowParameters withRemotePort(String remotePort) { } /** - * Get the localIPAddress value. + * Get the local IP address. Acceptable values are valid IPv4 addresses. * * @return the localIPAddress value */ @@ -178,7 +178,7 @@ public String localIPAddress() { } /** - * Set the localIPAddress value. + * Set the local IP address. Acceptable values are valid IPv4 addresses. * * @param localIPAddress the localIPAddress value to set * @return the VerificationIPFlowParameters object itself. @@ -189,7 +189,7 @@ public VerificationIPFlowParameters withLocalIPAddress(String localIPAddress) { } /** - * Get the remoteIPAddress value. + * Get the remote IP address. Acceptable values are valid IPv4 addresses. * * @return the remoteIPAddress value */ @@ -198,7 +198,7 @@ public String remoteIPAddress() { } /** - * Set the remoteIPAddress value. + * Set the remote IP address. Acceptable values are valid IPv4 addresses. * * @param remoteIPAddress the remoteIPAddress value to set * @return the VerificationIPFlowParameters object itself. @@ -209,7 +209,7 @@ public VerificationIPFlowParameters withRemoteIPAddress(String remoteIPAddress) } /** - * Get the targetNicResourceId value. + * Get the NIC ID. (If VM has multiple NICs and IP forwarding is enabled on any of them, then this parameter must be specified. Otherwise optional). * * @return the targetNicResourceId value */ @@ -218,7 +218,7 @@ public String targetNicResourceId() { } /** - * Set the targetNicResourceId value. + * Set the NIC ID. (If VM has multiple NICs and IP forwarding is enabled on any of them, then this parameter must be specified. Otherwise optional). * * @param targetNicResourceId the targetNicResourceId value to set * @return the VerificationIPFlowParameters object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetwork.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetwork.java index 9d3c1cd187df..3acb2291c364 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetwork.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetwork.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2017_10_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkConnectionGatewayReference.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkConnectionGatewayReference.java index a53652587733..0588126ef733 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkConnectionGatewayReference.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkConnectionGatewayReference.java @@ -21,7 +21,7 @@ public class VirtualNetworkConnectionGatewayReference { private String id; /** - * Get the id value. + * Get the ID of VirtualNetworkGateway or LocalNetworkGateway resource. * * @return the id value */ @@ -30,7 +30,7 @@ public String id() { } /** - * Set the id value. + * Set the ID of VirtualNetworkGateway or LocalNetworkGateway resource. * * @param id the id value to set * @return the VirtualNetworkConnectionGatewayReference object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkGateway.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkGateway.java index ee0c39dfeefd..6cd6576fa118 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkGateway.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkGateway.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2017_10_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkGatewayConnection.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkGatewayConnection.java index da126542d228..4a6be4c84b9e 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkGatewayConnection.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkGatewayConnection.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2017_10_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkGatewayIPConfiguration.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkGatewayIPConfiguration.java index 337a65fff470..2ea5d637c395 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkGatewayIPConfiguration.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkGatewayIPConfiguration.java @@ -57,7 +57,7 @@ public class VirtualNetworkGatewayIPConfiguration extends SubResource { private String etag; /** - * Get the privateIPAllocationMethod value. + * Get the private IP allocation method. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'. * * @return the privateIPAllocationMethod value */ @@ -66,7 +66,7 @@ public IPAllocationMethod privateIPAllocationMethod() { } /** - * Set the privateIPAllocationMethod value. + * Set the private IP allocation method. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'. * * @param privateIPAllocationMethod the privateIPAllocationMethod value to set * @return the VirtualNetworkGatewayIPConfiguration object itself. @@ -77,7 +77,7 @@ public VirtualNetworkGatewayIPConfiguration withPrivateIPAllocationMethod(IPAllo } /** - * Get the subnet value. + * Get the reference of the subnet resource. * * @return the subnet value */ @@ -86,7 +86,7 @@ public SubResource subnet() { } /** - * Set the subnet value. + * Set the reference of the subnet resource. * * @param subnet the subnet value to set * @return the VirtualNetworkGatewayIPConfiguration object itself. @@ -97,7 +97,7 @@ public VirtualNetworkGatewayIPConfiguration withSubnet(SubResource subnet) { } /** - * Get the publicIPAddress value. + * Get the reference of the public IP resource. * * @return the publicIPAddress value */ @@ -106,7 +106,7 @@ public SubResource publicIPAddress() { } /** - * Set the publicIPAddress value. + * Set the reference of the public IP resource. * * @param publicIPAddress the publicIPAddress value to set * @return the VirtualNetworkGatewayIPConfiguration object itself. @@ -117,7 +117,7 @@ public VirtualNetworkGatewayIPConfiguration withPublicIPAddress(SubResource publ } /** - * Get the provisioningState value. + * Get the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -126,7 +126,7 @@ public String provisioningState() { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -135,7 +135,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the VirtualNetworkGatewayIPConfiguration object itself. @@ -146,7 +146,7 @@ public VirtualNetworkGatewayIPConfiguration withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -155,7 +155,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the VirtualNetworkGatewayIPConfiguration object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkGatewaySku.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkGatewaySku.java index 6961bbcd02e9..c3ff718dfbeb 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkGatewaySku.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkGatewaySku.java @@ -35,7 +35,7 @@ public class VirtualNetworkGatewaySku { private Integer capacity; /** - * Get the name value. + * Get gateway SKU name. Possible values include: 'Basic', 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', 'VpnGw3'. * * @return the name value */ @@ -44,7 +44,7 @@ public VirtualNetworkGatewaySkuName name() { } /** - * Set the name value. + * Set gateway SKU name. Possible values include: 'Basic', 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', 'VpnGw3'. * * @param name the name value to set * @return the VirtualNetworkGatewaySku object itself. @@ -55,7 +55,7 @@ public VirtualNetworkGatewaySku withName(VirtualNetworkGatewaySkuName name) { } /** - * Get the tier value. + * Get gateway SKU tier. Possible values include: 'Basic', 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', 'VpnGw3'. * * @return the tier value */ @@ -64,7 +64,7 @@ public VirtualNetworkGatewaySkuTier tier() { } /** - * Set the tier value. + * Set gateway SKU tier. Possible values include: 'Basic', 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', 'VpnGw3'. * * @param tier the tier value to set * @return the VirtualNetworkGatewaySku object itself. @@ -75,7 +75,7 @@ public VirtualNetworkGatewaySku withTier(VirtualNetworkGatewaySkuTier tier) { } /** - * Get the capacity value. + * Get the capacity. * * @return the capacity value */ @@ -84,7 +84,7 @@ public Integer capacity() { } /** - * Set the capacity value. + * Set the capacity. * * @param capacity the capacity value to set * @return the VirtualNetworkGatewaySku object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkUsageName.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkUsageName.java index cd58ad2dce89..c73ef6df0056 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkUsageName.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VirtualNetworkUsageName.java @@ -27,7 +27,7 @@ public class VirtualNetworkUsageName { private String value; /** - * Get the localizedValue value. + * Get localized subnet size and usage string. * * @return the localizedValue value */ @@ -36,7 +36,7 @@ public String localizedValue() { } /** - * Get the value value. + * Get subnet size and usage string. * * @return the value value */ diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VpnClientConfiguration.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VpnClientConfiguration.java index 7d6722861773..2e0f60123131 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VpnClientConfiguration.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VpnClientConfiguration.java @@ -55,7 +55,7 @@ public class VpnClientConfiguration { private String radiusServerSecret; /** - * Get the vpnClientAddressPool value. + * Get the reference of the address space resource which represents Address space for P2S VpnClient. * * @return the vpnClientAddressPool value */ @@ -64,7 +64,7 @@ public AddressSpace vpnClientAddressPool() { } /** - * Set the vpnClientAddressPool value. + * Set the reference of the address space resource which represents Address space for P2S VpnClient. * * @param vpnClientAddressPool the vpnClientAddressPool value to set * @return the VpnClientConfiguration object itself. @@ -75,7 +75,7 @@ public VpnClientConfiguration withVpnClientAddressPool(AddressSpace vpnClientAdd } /** - * Get the vpnClientRootCertificates value. + * Get vpnClientRootCertificate for virtual network gateway. * * @return the vpnClientRootCertificates value */ @@ -84,7 +84,7 @@ public List vpnClientRootCertificates() { } /** - * Set the vpnClientRootCertificates value. + * Set vpnClientRootCertificate for virtual network gateway. * * @param vpnClientRootCertificates the vpnClientRootCertificates value to set * @return the VpnClientConfiguration object itself. @@ -95,7 +95,7 @@ public VpnClientConfiguration withVpnClientRootCertificates(List vpnClientRevokedCertificates() { } /** - * Set the vpnClientRevokedCertificates value. + * Set vpnClientRevokedCertificate for Virtual network gateway. * * @param vpnClientRevokedCertificates the vpnClientRevokedCertificates value to set * @return the VpnClientConfiguration object itself. @@ -115,7 +115,7 @@ public VpnClientConfiguration withVpnClientRevokedCertificates(List vpnClientProtocols() { } /** - * Set the vpnClientProtocols value. + * Set vpnClientProtocols for Virtual network gateway. * * @param vpnClientProtocols the vpnClientProtocols value to set * @return the VpnClientConfiguration object itself. @@ -135,7 +135,7 @@ public VpnClientConfiguration withVpnClientProtocols(List vpn } /** - * Get the radiusServerAddress value. + * Get the radius server address property of the VirtualNetworkGateway resource for vpn client connection. * * @return the radiusServerAddress value */ @@ -144,7 +144,7 @@ public String radiusServerAddress() { } /** - * Set the radiusServerAddress value. + * Set the radius server address property of the VirtualNetworkGateway resource for vpn client connection. * * @param radiusServerAddress the radiusServerAddress value to set * @return the VpnClientConfiguration object itself. @@ -155,7 +155,7 @@ public VpnClientConfiguration withRadiusServerAddress(String radiusServerAddress } /** - * Get the radiusServerSecret value. + * Get the radius secret property of the VirtualNetworkGateway resource for vpn client connection. * * @return the radiusServerSecret value */ @@ -164,7 +164,7 @@ public String radiusServerSecret() { } /** - * Set the radiusServerSecret value. + * Set the radius secret property of the VirtualNetworkGateway resource for vpn client connection. * * @param radiusServerSecret the radiusServerSecret value to set * @return the VpnClientConfiguration object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VpnClientParameters.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VpnClientParameters.java index d7347aaf5fe5..f4bcfa65ad2f 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VpnClientParameters.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VpnClientParameters.java @@ -46,7 +46,7 @@ public class VpnClientParameters { private List clientRootCertificates; /** - * Get the processorArchitecture value. + * Get vPN client Processor Architecture. Possible values are: 'AMD64' and 'X86'. Possible values include: 'Amd64', 'X86'. * * @return the processorArchitecture value */ @@ -55,7 +55,7 @@ public ProcessorArchitecture processorArchitecture() { } /** - * Set the processorArchitecture value. + * Set vPN client Processor Architecture. Possible values are: 'AMD64' and 'X86'. Possible values include: 'Amd64', 'X86'. * * @param processorArchitecture the processorArchitecture value to set * @return the VpnClientParameters object itself. @@ -66,7 +66,7 @@ public VpnClientParameters withProcessorArchitecture(ProcessorArchitecture proce } /** - * Get the authenticationMethod value. + * Get vPN client Authentication Method. Possible values are: 'EAPTLS' and 'EAPMSCHAPv2'. Possible values include: 'EAPTLS', 'EAPMSCHAPv2'. * * @return the authenticationMethod value */ @@ -75,7 +75,7 @@ public AuthenticationMethod authenticationMethod() { } /** - * Set the authenticationMethod value. + * Set vPN client Authentication Method. Possible values are: 'EAPTLS' and 'EAPMSCHAPv2'. Possible values include: 'EAPTLS', 'EAPMSCHAPv2'. * * @param authenticationMethod the authenticationMethod value to set * @return the VpnClientParameters object itself. @@ -86,7 +86,7 @@ public VpnClientParameters withAuthenticationMethod(AuthenticationMethod authent } /** - * Get the radiusServerAuthCertificate value. + * Get the public certificate data for the radius server authentication certificate as a Base-64 encoded string. Required only if external radius authentication has been configured with EAPTLS authentication. * * @return the radiusServerAuthCertificate value */ @@ -95,7 +95,7 @@ public String radiusServerAuthCertificate() { } /** - * Set the radiusServerAuthCertificate value. + * Set the public certificate data for the radius server authentication certificate as a Base-64 encoded string. Required only if external radius authentication has been configured with EAPTLS authentication. * * @param radiusServerAuthCertificate the radiusServerAuthCertificate value to set * @return the VpnClientParameters object itself. @@ -106,7 +106,7 @@ public VpnClientParameters withRadiusServerAuthCertificate(String radiusServerAu } /** - * Get the clientRootCertificates value. + * Get a list of client root certificates public certificate data encoded as Base-64 strings. Optional parameter for external radius based authentication with EAPTLS. * * @return the clientRootCertificates value */ @@ -115,7 +115,7 @@ public List clientRootCertificates() { } /** - * Set the clientRootCertificates value. + * Set a list of client root certificates public certificate data encoded as Base-64 strings. Optional parameter for external radius based authentication with EAPTLS. * * @param clientRootCertificates the clientRootCertificates value to set * @return the VpnClientParameters object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VpnClientRevokedCertificate.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VpnClientRevokedCertificate.java index 6d7ea1b9c2cc..66f25e067e8f 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VpnClientRevokedCertificate.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VpnClientRevokedCertificate.java @@ -44,7 +44,7 @@ public class VpnClientRevokedCertificate extends SubResource { private String etag; /** - * Get the thumbprint value. + * Get the revoked VPN client certificate thumbprint. * * @return the thumbprint value */ @@ -53,7 +53,7 @@ public String thumbprint() { } /** - * Set the thumbprint value. + * Set the revoked VPN client certificate thumbprint. * * @param thumbprint the thumbprint value to set * @return the VpnClientRevokedCertificate object itself. @@ -64,7 +64,7 @@ public VpnClientRevokedCertificate withThumbprint(String thumbprint) { } /** - * Get the provisioningState value. + * Get the provisioning state of the VPN client revoked certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -73,7 +73,7 @@ public String provisioningState() { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -82,7 +82,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the VpnClientRevokedCertificate object itself. @@ -93,7 +93,7 @@ public VpnClientRevokedCertificate withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -102,7 +102,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the VpnClientRevokedCertificate object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VpnClientRootCertificate.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VpnClientRootCertificate.java index 3e7a7f7dd509..096a845f8a9c 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VpnClientRootCertificate.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VpnClientRootCertificate.java @@ -44,7 +44,7 @@ public class VpnClientRootCertificate extends SubResource { private String etag; /** - * Get the publicCertData value. + * Get the certificate public data. * * @return the publicCertData value */ @@ -53,7 +53,7 @@ public String publicCertData() { } /** - * Set the publicCertData value. + * Set the certificate public data. * * @param publicCertData the publicCertData value to set * @return the VpnClientRootCertificate object itself. @@ -64,7 +64,7 @@ public VpnClientRootCertificate withPublicCertData(String publicCertData) { } /** - * Get the provisioningState value. + * Get the provisioning state of the VPN client root certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -73,7 +73,7 @@ public String provisioningState() { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -82,7 +82,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the VpnClientRootCertificate object itself. @@ -93,7 +93,7 @@ public VpnClientRootCertificate withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -102,7 +102,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the VpnClientRootCertificate object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VpnDeviceScriptParameters.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VpnDeviceScriptParameters.java index 55b2ab25fe7c..92c72a19e332 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VpnDeviceScriptParameters.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/VpnDeviceScriptParameters.java @@ -33,7 +33,7 @@ public class VpnDeviceScriptParameters { private String firmwareVersion; /** - * Get the vendor value. + * Get the vendor for the vpn device. * * @return the vendor value */ @@ -42,7 +42,7 @@ public String vendor() { } /** - * Set the vendor value. + * Set the vendor for the vpn device. * * @param vendor the vendor value to set * @return the VpnDeviceScriptParameters object itself. @@ -53,7 +53,7 @@ public VpnDeviceScriptParameters withVendor(String vendor) { } /** - * Get the deviceFamily value. + * Get the device family for the vpn device. * * @return the deviceFamily value */ @@ -62,7 +62,7 @@ public String deviceFamily() { } /** - * Set the deviceFamily value. + * Set the device family for the vpn device. * * @param deviceFamily the deviceFamily value to set * @return the VpnDeviceScriptParameters object itself. @@ -73,7 +73,7 @@ public VpnDeviceScriptParameters withDeviceFamily(String deviceFamily) { } /** - * Get the firmwareVersion value. + * Get the firmware version for the vpn device. * * @return the firmwareVersion value */ @@ -82,7 +82,7 @@ public String firmwareVersion() { } /** - * Set the firmwareVersion value. + * Set the firmware version for the vpn device. * * @param firmwareVersion the firmwareVersion value to set * @return the VpnDeviceScriptParameters object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ApplicationGatewayAvailableSslOptionsInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ApplicationGatewayAvailableSslOptionsInner.java index 323d0265d329..ccdb6772468e 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ApplicationGatewayAvailableSslOptionsInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ApplicationGatewayAvailableSslOptionsInner.java @@ -57,7 +57,7 @@ public class ApplicationGatewayAvailableSslOptionsInner extends Resource { private String id; /** - * Get the predefinedPolicies value. + * Get list of available Ssl predefined policy. * * @return the predefinedPolicies value */ @@ -66,7 +66,7 @@ public List predefinedPolicies() { } /** - * Set the predefinedPolicies value. + * Set list of available Ssl predefined policy. * * @param predefinedPolicies the predefinedPolicies value to set * @return the ApplicationGatewayAvailableSslOptionsInner object itself. @@ -77,7 +77,7 @@ public ApplicationGatewayAvailableSslOptionsInner withPredefinedPolicies(List availableCipherSuites() { } /** - * Set the availableCipherSuites value. + * Set list of available Ssl cipher suites. * * @param availableCipherSuites the availableCipherSuites value to set * @return the ApplicationGatewayAvailableSslOptionsInner object itself. @@ -117,7 +117,7 @@ public ApplicationGatewayAvailableSslOptionsInner withAvailableCipherSuites(List } /** - * Get the availableProtocols value. + * Get list of available Ssl protocols. * * @return the availableProtocols value */ @@ -126,7 +126,7 @@ public List availableProtocols() { } /** - * Set the availableProtocols value. + * Set list of available Ssl protocols. * * @param availableProtocols the availableProtocols value to set * @return the ApplicationGatewayAvailableSslOptionsInner object itself. @@ -137,7 +137,7 @@ public ApplicationGatewayAvailableSslOptionsInner withAvailableProtocols(List value; /** - * Get the value value. + * Get the list of application gateway rule sets. * * @return the value value */ @@ -32,7 +32,7 @@ public List value() { } /** - * Set the value value. + * Set the list of application gateway rule sets. * * @param value the value value to set * @return the ApplicationGatewayAvailableWafRuleSetsResultInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ApplicationGatewayInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ApplicationGatewayInner.java index 930ff4dea321..ba46dbd1ffe7 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ApplicationGatewayInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ApplicationGatewayInner.java @@ -165,7 +165,7 @@ public class ApplicationGatewayInner extends Resource { private String id; /** - * Get the sku value. + * Get sKU of the application gateway resource. * * @return the sku value */ @@ -174,7 +174,7 @@ public ApplicationGatewaySku sku() { } /** - * Set the sku value. + * Set sKU of the application gateway resource. * * @param sku the sku value to set * @return the ApplicationGatewayInner object itself. @@ -185,7 +185,7 @@ public ApplicationGatewayInner withSku(ApplicationGatewaySku sku) { } /** - * Get the sslPolicy value. + * Get sSL policy of the application gateway resource. * * @return the sslPolicy value */ @@ -194,7 +194,7 @@ public ApplicationGatewaySslPolicy sslPolicy() { } /** - * Set the sslPolicy value. + * Set sSL policy of the application gateway resource. * * @param sslPolicy the sslPolicy value to set * @return the ApplicationGatewayInner object itself. @@ -205,7 +205,7 @@ public ApplicationGatewayInner withSslPolicy(ApplicationGatewaySslPolicy sslPoli } /** - * Get the operationalState value. + * Get operational state of the application gateway resource. Possible values include: 'Stopped', 'Starting', 'Running', 'Stopping'. * * @return the operationalState value */ @@ -214,7 +214,7 @@ public ApplicationGatewayOperationalState operationalState() { } /** - * Get the gatewayIPConfigurations value. + * Get subnets of application the gateway resource. * * @return the gatewayIPConfigurations value */ @@ -223,7 +223,7 @@ public List gatewayIPConfigurations() { } /** - * Set the gatewayIPConfigurations value. + * Set subnets of application the gateway resource. * * @param gatewayIPConfigurations the gatewayIPConfigurations value to set * @return the ApplicationGatewayInner object itself. @@ -234,7 +234,7 @@ public ApplicationGatewayInner withGatewayIPConfigurations(List authenticationCertifica } /** - * Set the authenticationCertificates value. + * Set authentication certificates of the application gateway resource. * * @param authenticationCertificates the authenticationCertificates value to set * @return the ApplicationGatewayInner object itself. @@ -254,7 +254,7 @@ public ApplicationGatewayInner withAuthenticationCertificates(List sslCertificates() { } /** - * Set the sslCertificates value. + * Set sSL certificates of the application gateway resource. * * @param sslCertificates the sslCertificates value to set * @return the ApplicationGatewayInner object itself. @@ -274,7 +274,7 @@ public ApplicationGatewayInner withSslCertificates(List frontendIPConfigurations( } /** - * Set the frontendIPConfigurations value. + * Set frontend IP addresses of the application gateway resource. * * @param frontendIPConfigurations the frontendIPConfigurations value to set * @return the ApplicationGatewayInner object itself. @@ -294,7 +294,7 @@ public ApplicationGatewayInner withFrontendIPConfigurations(List frontendPorts() { } /** - * Set the frontendPorts value. + * Set frontend ports of the application gateway resource. * * @param frontendPorts the frontendPorts value to set * @return the ApplicationGatewayInner object itself. @@ -314,7 +314,7 @@ public ApplicationGatewayInner withFrontendPorts(List probes() { } /** - * Set the probes value. + * Set probes of the application gateway resource. * * @param probes the probes value to set * @return the ApplicationGatewayInner object itself. @@ -334,7 +334,7 @@ public ApplicationGatewayInner withProbes(List probes) } /** - * Get the backendAddressPools value. + * Get backend address pool of the application gateway resource. * * @return the backendAddressPools value */ @@ -343,7 +343,7 @@ public List backendAddressPools() { } /** - * Set the backendAddressPools value. + * Set backend address pool of the application gateway resource. * * @param backendAddressPools the backendAddressPools value to set * @return the ApplicationGatewayInner object itself. @@ -354,7 +354,7 @@ public ApplicationGatewayInner withBackendAddressPools(List backendHttpSettingsCollection } /** - * Set the backendHttpSettingsCollection value. + * Set backend http settings of the application gateway resource. * * @param backendHttpSettingsCollection the backendHttpSettingsCollection value to set * @return the ApplicationGatewayInner object itself. @@ -374,7 +374,7 @@ public ApplicationGatewayInner withBackendHttpSettingsCollection(List httpListeners() { } /** - * Set the httpListeners value. + * Set http listeners of the application gateway resource. * * @param httpListeners the httpListeners value to set * @return the ApplicationGatewayInner object itself. @@ -394,7 +394,7 @@ public ApplicationGatewayInner withHttpListeners(List urlPathMaps() { } /** - * Set the urlPathMaps value. + * Set uRL path map of the application gateway resource. * * @param urlPathMaps the urlPathMaps value to set * @return the ApplicationGatewayInner object itself. @@ -414,7 +414,7 @@ public ApplicationGatewayInner withUrlPathMaps(List requestRoutingRules() { } /** - * Set the requestRoutingRules value. + * Set request routing rules of the application gateway resource. * * @param requestRoutingRules the requestRoutingRules value to set * @return the ApplicationGatewayInner object itself. @@ -434,7 +434,7 @@ public ApplicationGatewayInner withRequestRoutingRules(List redirectConfigurations() { } /** - * Set the redirectConfigurations value. + * Set redirect configurations of the application gateway resource. * * @param redirectConfigurations the redirectConfigurations value to set * @return the ApplicationGatewayInner object itself. @@ -454,7 +454,7 @@ public ApplicationGatewayInner withRedirectConfigurations(List cipherSuites() { } /** - * Set the cipherSuites value. + * Set ssl cipher suites to be enabled in the specified order for application gateway. * * @param cipherSuites the cipherSuites value to set * @return the ApplicationGatewaySslPredefinedPolicyInner object itself. @@ -81,7 +81,7 @@ public ApplicationGatewaySslPredefinedPolicyInner withCipherSuites(List listAvailableSslPredefi public Iterable call(Page page) { return page.items(); } - }) .map(new Func1() { + }) + .map(new Func1() { @Override public ApplicationGatewaySslPredefinedPolicy call(ApplicationGatewaySslPredefinedPolicyInner inner) { return new ApplicationGatewaySslPredefinedPolicyImpl(inner, manager()); diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ApplicationSecurityGroupInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ApplicationSecurityGroupInner.java index 7399849d82e2..164127d9645d 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ApplicationSecurityGroupInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ApplicationSecurityGroupInner.java @@ -47,7 +47,7 @@ public class ApplicationSecurityGroupInner extends Resource { private String id; /** - * Get the resourceGuid value. + * Get the resource GUID property of the application security group resource. It uniquely identifies a resource, even if the user changes its name or migrate the resource across subscriptions or resource groups. * * @return the resourceGuid value */ @@ -56,7 +56,7 @@ public String resourceGuid() { } /** - * Get the provisioningState value. + * Get the provisioning state of the application security group resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -65,7 +65,7 @@ public String provisioningState() { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -74,7 +74,7 @@ public String etag() { } /** - * Get the id value. + * Get resource ID. * * @return the id value */ @@ -83,7 +83,7 @@ public String id() { } /** - * Set the id value. + * Set resource ID. * * @param id the id value to set * @return the ApplicationSecurityGroupInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/AvailableProvidersListInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/AvailableProvidersListInner.java index 07db48d7eb9c..ea457174e380 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/AvailableProvidersListInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/AvailableProvidersListInner.java @@ -23,7 +23,7 @@ public class AvailableProvidersListInner { private List countries; /** - * Get the countries value. + * Get list of available countries. * * @return the countries value */ @@ -32,7 +32,7 @@ public List countries() { } /** - * Set the countries value. + * Set list of available countries. * * @param countries the countries value to set * @return the AvailableProvidersListInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/AzureReachabilityReportInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/AzureReachabilityReportInner.java index e67d33f7dfb2..592c120562ef 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/AzureReachabilityReportInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/AzureReachabilityReportInner.java @@ -37,7 +37,7 @@ public class AzureReachabilityReportInner { private List reachabilityReport; /** - * Get the aggregationLevel value. + * Get the aggregation level of Azure reachability report. Can be Country, State or City. * * @return the aggregationLevel value */ @@ -46,7 +46,7 @@ public String aggregationLevel() { } /** - * Set the aggregationLevel value. + * Set the aggregation level of Azure reachability report. Can be Country, State or City. * * @param aggregationLevel the aggregationLevel value to set * @return the AzureReachabilityReportInner object itself. @@ -77,7 +77,7 @@ public AzureReachabilityReportInner withProviderLocation(AzureReachabilityReport } /** - * Get the reachabilityReport value. + * Get list of Azure reachability report items. * * @return the reachabilityReport value */ @@ -86,7 +86,7 @@ public List reachabilityReport() { } /** - * Set the reachabilityReport value. + * Set list of Azure reachability report items. * * @param reachabilityReport the reachabilityReport value to set * @return the AzureReachabilityReportInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/BackendAddressPoolInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/BackendAddressPoolInner.java index 186dfede47a9..2035a5798225 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/BackendAddressPoolInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/BackendAddressPoolInner.java @@ -58,7 +58,7 @@ public class BackendAddressPoolInner extends SubResource { private String etag; /** - * Get the backendIPConfigurations value. + * Get gets collection of references to IP addresses defined in network interfaces. * * @return the backendIPConfigurations value */ @@ -67,7 +67,7 @@ public List backendIPConfigurations() { } /** - * Get the loadBalancingRules value. + * Get gets load balancing rules that use this backend address pool. * * @return the loadBalancingRules value */ @@ -76,7 +76,7 @@ public List loadBalancingRules() { } /** - * Get the outboundNatRule value. + * Get gets outbound rules that use this backend address pool. * * @return the outboundNatRule value */ @@ -85,7 +85,7 @@ public SubResource outboundNatRule() { } /** - * Get the provisioningState value. + * Get get provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -94,7 +94,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set get provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the BackendAddressPoolInner object itself. @@ -105,7 +105,7 @@ public BackendAddressPoolInner withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get gets name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -114,7 +114,7 @@ public String name() { } /** - * Set the name value. + * Set gets name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the BackendAddressPoolInner object itself. @@ -125,7 +125,7 @@ public BackendAddressPoolInner withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -134,7 +134,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the BackendAddressPoolInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/BgpPeerStatusListResultInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/BgpPeerStatusListResultInner.java index ffd3a501078b..f32e9180841e 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/BgpPeerStatusListResultInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/BgpPeerStatusListResultInner.java @@ -23,7 +23,7 @@ public class BgpPeerStatusListResultInner { private List value; /** - * Get the value value. + * Get list of BGP peers. * * @return the value value */ @@ -32,7 +32,7 @@ public List value() { } /** - * Set the value value. + * Set list of BGP peers. * * @param value the value value to set * @return the BgpPeerStatusListResultInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/BgpServiceCommunityInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/BgpServiceCommunityInner.java index 0d64728cc995..eb0a1cf050fc 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/BgpServiceCommunityInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/BgpServiceCommunityInner.java @@ -40,7 +40,7 @@ public class BgpServiceCommunityInner extends Resource { private String id; /** - * Get the serviceName value. + * Get the name of the bgp community. e.g. Skype. * * @return the serviceName value */ @@ -49,7 +49,7 @@ public String serviceName() { } /** - * Set the serviceName value. + * Set the name of the bgp community. e.g. Skype. * * @param serviceName the serviceName value to set * @return the BgpServiceCommunityInner object itself. @@ -60,7 +60,7 @@ public BgpServiceCommunityInner withServiceName(String serviceName) { } /** - * Get the bgpCommunities value. + * Get get a list of bgp communities. * * @return the bgpCommunities value */ @@ -69,7 +69,7 @@ public List bgpCommunities() { } /** - * Set the bgpCommunities value. + * Set get a list of bgp communities. * * @param bgpCommunities the bgpCommunities value to set * @return the BgpServiceCommunityInner object itself. @@ -80,7 +80,7 @@ public BgpServiceCommunityInner withBgpCommunities(List bgpCommuni } /** - * Get the id value. + * Get resource ID. * * @return the id value */ @@ -89,7 +89,7 @@ public String id() { } /** - * Set the id value. + * Set resource ID. * * @param id the id value to set * @return the BgpServiceCommunityInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectionMonitorInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectionMonitorInner.java index 54d70e9fda20..4d80e2261096 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectionMonitorInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectionMonitorInner.java @@ -57,7 +57,7 @@ public class ConnectionMonitorInner { private Integer monitoringIntervalInSeconds; /** - * Get the location value. + * Get connection monitor location. * * @return the location value */ @@ -66,7 +66,7 @@ public String location() { } /** - * Set the location value. + * Set connection monitor location. * * @param location the location value to set * @return the ConnectionMonitorInner object itself. @@ -77,7 +77,7 @@ public ConnectionMonitorInner withLocation(String location) { } /** - * Get the tags value. + * Get connection monitor tags. * * @return the tags value */ @@ -86,7 +86,7 @@ public Map tags() { } /** - * Set the tags value. + * Set connection monitor tags. * * @param tags the tags value to set * @return the ConnectionMonitorInner object itself. @@ -137,7 +137,7 @@ public ConnectionMonitorInner withDestination(ConnectionMonitorDestination desti } /** - * Get the autoStart value. + * Get determines if the connection monitor will start automatically once created. * * @return the autoStart value */ @@ -146,7 +146,7 @@ public Boolean autoStart() { } /** - * Set the autoStart value. + * Set determines if the connection monitor will start automatically once created. * * @param autoStart the autoStart value to set * @return the ConnectionMonitorInner object itself. @@ -157,7 +157,7 @@ public ConnectionMonitorInner withAutoStart(Boolean autoStart) { } /** - * Get the monitoringIntervalInSeconds value. + * Get monitoring interval in seconds. * * @return the monitoringIntervalInSeconds value */ @@ -166,7 +166,7 @@ public Integer monitoringIntervalInSeconds() { } /** - * Set the monitoringIntervalInSeconds value. + * Set monitoring interval in seconds. * * @param monitoringIntervalInSeconds the monitoringIntervalInSeconds value to set * @return the ConnectionMonitorInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectionMonitorQueryResultInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectionMonitorQueryResultInner.java index 0e314c344265..80f309724483 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectionMonitorQueryResultInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectionMonitorQueryResultInner.java @@ -23,7 +23,7 @@ public class ConnectionMonitorQueryResultInner { private List states; /** - * Get the states value. + * Get information about connection states. * * @return the states value */ @@ -32,7 +32,7 @@ public List states() { } /** - * Set the states value. + * Set information about connection states. * * @param states the states value to set * @return the ConnectionMonitorQueryResultInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectionMonitorResultInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectionMonitorResultInner.java index 9d7b50e2c784..c08a2f956935 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectionMonitorResultInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectionMonitorResultInner.java @@ -132,7 +132,7 @@ public ConnectionMonitorResultInner withDestination(ConnectionMonitorDestination } /** - * Get the autoStart value. + * Get determines if the connection monitor will start automatically once created. * * @return the autoStart value */ @@ -141,7 +141,7 @@ public Boolean autoStart() { } /** - * Set the autoStart value. + * Set determines if the connection monitor will start automatically once created. * * @param autoStart the autoStart value to set * @return the ConnectionMonitorResultInner object itself. @@ -152,7 +152,7 @@ public ConnectionMonitorResultInner withAutoStart(Boolean autoStart) { } /** - * Get the monitoringIntervalInSeconds value. + * Get monitoring interval in seconds. * * @return the monitoringIntervalInSeconds value */ @@ -161,7 +161,7 @@ public Integer monitoringIntervalInSeconds() { } /** - * Set the monitoringIntervalInSeconds value. + * Set monitoring interval in seconds. * * @param monitoringIntervalInSeconds the monitoringIntervalInSeconds value to set * @return the ConnectionMonitorResultInner object itself. @@ -172,7 +172,7 @@ public ConnectionMonitorResultInner withMonitoringIntervalInSeconds(Integer moni } /** - * Get the provisioningState value. + * Get the provisioning state of the connection monitor. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'. * * @return the provisioningState value */ @@ -181,7 +181,7 @@ public ProvisioningState provisioningState() { } /** - * Set the provisioningState value. + * Set the provisioning state of the connection monitor. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'. * * @param provisioningState the provisioningState value to set * @return the ConnectionMonitorResultInner object itself. @@ -192,7 +192,7 @@ public ConnectionMonitorResultInner withProvisioningState(ProvisioningState prov } /** - * Get the startTime value. + * Get the date and time when the connection monitor was started. * * @return the startTime value */ @@ -201,7 +201,7 @@ public DateTime startTime() { } /** - * Set the startTime value. + * Set the date and time when the connection monitor was started. * * @param startTime the startTime value to set * @return the ConnectionMonitorResultInner object itself. @@ -212,7 +212,7 @@ public ConnectionMonitorResultInner withStartTime(DateTime startTime) { } /** - * Get the monitoringStatus value. + * Get the monitoring status of the connection monitor. * * @return the monitoringStatus value */ @@ -221,7 +221,7 @@ public String monitoringStatus() { } /** - * Set the monitoringStatus value. + * Set the monitoring status of the connection monitor. * * @param monitoringStatus the monitoringStatus value to set * @return the ConnectionMonitorResultInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectionResetSharedKeyInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectionResetSharedKeyInner.java index 78efe529b5f7..830661e4b148 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectionResetSharedKeyInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectionResetSharedKeyInner.java @@ -22,7 +22,7 @@ public class ConnectionResetSharedKeyInner { private int keyLength; /** - * Get the keyLength value. + * Get the virtual network connection reset shared key length, should between 1 and 128. * * @return the keyLength value */ @@ -31,7 +31,7 @@ public int keyLength() { } /** - * Set the keyLength value. + * Set the virtual network connection reset shared key length, should between 1 and 128. * * @param keyLength the keyLength value to set * @return the ConnectionResetSharedKeyInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectionSharedKeyInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectionSharedKeyInner.java index d2b0f0aa3ee0..c42d5dc2fb5c 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectionSharedKeyInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectionSharedKeyInner.java @@ -21,7 +21,7 @@ public class ConnectionSharedKeyInner { private String value; /** - * Get the value value. + * Get the virtual network connection shared key value. * * @return the value value */ @@ -30,7 +30,7 @@ public String value() { } /** - * Set the value value. + * Set the virtual network connection shared key value. * * @param value the value value to set * @return the ConnectionSharedKeyInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectivityInformationInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectivityInformationInner.java index 8aa4bc1fbadb..c6b0dd153df0 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectivityInformationInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ConnectivityInformationInner.java @@ -61,7 +61,7 @@ public class ConnectivityInformationInner { private Integer probesFailed; /** - * Get the hops value. + * Get list of hops between the source and the destination. * * @return the hops value */ @@ -70,7 +70,7 @@ public List hops() { } /** - * Get the connectionStatus value. + * Get the connection status. Possible values include: 'Unknown', 'Connected', 'Disconnected', 'Degraded'. * * @return the connectionStatus value */ @@ -79,7 +79,7 @@ public ConnectionStatus connectionStatus() { } /** - * Get the avgLatencyInMs value. + * Get average latency in milliseconds. * * @return the avgLatencyInMs value */ @@ -88,7 +88,7 @@ public Integer avgLatencyInMs() { } /** - * Get the minLatencyInMs value. + * Get minimum latency in milliseconds. * * @return the minLatencyInMs value */ @@ -97,7 +97,7 @@ public Integer minLatencyInMs() { } /** - * Get the maxLatencyInMs value. + * Get maximum latency in milliseconds. * * @return the maxLatencyInMs value */ @@ -106,7 +106,7 @@ public Integer maxLatencyInMs() { } /** - * Get the probesSent value. + * Get total number of probes sent. * * @return the probesSent value */ @@ -115,7 +115,7 @@ public Integer probesSent() { } /** - * Get the probesFailed value. + * Get number of failed probes. * * @return the probesFailed value */ diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/DnsNameAvailabilityResultInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/DnsNameAvailabilityResultInner.java index 4261a5da7383..cfe6eefda9a0 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/DnsNameAvailabilityResultInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/DnsNameAvailabilityResultInner.java @@ -21,7 +21,7 @@ public class DnsNameAvailabilityResultInner { private Boolean available; /** - * Get the available value. + * Get domain availability (True/False). * * @return the available value */ @@ -30,7 +30,7 @@ public Boolean available() { } /** - * Set the available value. + * Set domain availability (True/False). * * @param available the available value to set * @return the DnsNameAvailabilityResultInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/EffectiveNetworkSecurityGroupListResultInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/EffectiveNetworkSecurityGroupListResultInner.java index bb056c584280..46f60a53bf66 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/EffectiveNetworkSecurityGroupListResultInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/EffectiveNetworkSecurityGroupListResultInner.java @@ -29,7 +29,7 @@ public class EffectiveNetworkSecurityGroupListResultInner { private String nextLink; /** - * Get the value value. + * Get a list of effective network security groups. * * @return the value value */ @@ -38,7 +38,7 @@ public List value() { } /** - * Set the value value. + * Set a list of effective network security groups. * * @param value the value value to set * @return the EffectiveNetworkSecurityGroupListResultInner object itself. @@ -49,7 +49,7 @@ public EffectiveNetworkSecurityGroupListResultInner withValue(List value() { } /** - * Set the value value. + * Set a list of effective routes. * * @param value the value value to set * @return the EffectiveRouteListResultInner object itself. @@ -49,7 +49,7 @@ public EffectiveRouteListResultInner withValue(List value) { } /** - * Get the nextLink value. + * Get the URL to get the next set of results. * * @return the nextLink value */ diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/EndpointServiceResultInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/EndpointServiceResultInner.java index 58cb181c4394..848c6e38f865 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/EndpointServiceResultInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/EndpointServiceResultInner.java @@ -28,7 +28,7 @@ public class EndpointServiceResultInner extends SubResource { private String type; /** - * Get the name value. + * Get name of the endpoint service. * * @return the name value */ @@ -37,7 +37,7 @@ public String name() { } /** - * Get the type value. + * Get type of the endpoint service. * * @return the type value */ diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ExpressRouteCircuitAuthorizationInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ExpressRouteCircuitAuthorizationInner.java index 3efcf05c838a..0f1383c81c21 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ExpressRouteCircuitAuthorizationInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ExpressRouteCircuitAuthorizationInner.java @@ -52,7 +52,7 @@ public class ExpressRouteCircuitAuthorizationInner extends SubResource { private String etag; /** - * Get the authorizationKey value. + * Get the authorization key. * * @return the authorizationKey value */ @@ -61,7 +61,7 @@ public String authorizationKey() { } /** - * Set the authorizationKey value. + * Set the authorization key. * * @param authorizationKey the authorizationKey value to set * @return the ExpressRouteCircuitAuthorizationInner object itself. @@ -72,7 +72,7 @@ public ExpressRouteCircuitAuthorizationInner withAuthorizationKey(String authori } /** - * Get the authorizationUseStatus value. + * Get authorizationUseStatus. Possible values are: 'Available' and 'InUse'. Possible values include: 'Available', 'InUse'. * * @return the authorizationUseStatus value */ @@ -81,7 +81,7 @@ public AuthorizationUseStatus authorizationUseStatus() { } /** - * Set the authorizationUseStatus value. + * Set authorizationUseStatus. Possible values are: 'Available' and 'InUse'. Possible values include: 'Available', 'InUse'. * * @param authorizationUseStatus the authorizationUseStatus value to set * @return the ExpressRouteCircuitAuthorizationInner object itself. @@ -92,7 +92,7 @@ public ExpressRouteCircuitAuthorizationInner withAuthorizationUseStatus(Authoriz } /** - * Get the provisioningState value. + * Get gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -101,7 +101,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the ExpressRouteCircuitAuthorizationInner object itself. @@ -112,7 +112,7 @@ public ExpressRouteCircuitAuthorizationInner withProvisioningState(String provis } /** - * Get the name value. + * Get gets name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -121,7 +121,7 @@ public String name() { } /** - * Set the name value. + * Set gets name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the ExpressRouteCircuitAuthorizationInner object itself. @@ -132,7 +132,7 @@ public ExpressRouteCircuitAuthorizationInner withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ExpressRouteCircuitInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ExpressRouteCircuitInner.java index 6c3b581b7a41..a59f9d1577cf 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ExpressRouteCircuitInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ExpressRouteCircuitInner.java @@ -107,7 +107,7 @@ public class ExpressRouteCircuitInner extends Resource { private String id; /** - * Get the sku value. + * Get the SKU. * * @return the sku value */ @@ -116,7 +116,7 @@ public ExpressRouteCircuitSku sku() { } /** - * Set the sku value. + * Set the SKU. * * @param sku the sku value to set * @return the ExpressRouteCircuitInner object itself. @@ -127,7 +127,7 @@ public ExpressRouteCircuitInner withSku(ExpressRouteCircuitSku sku) { } /** - * Get the allowClassicOperations value. + * Get allow classic operations. * * @return the allowClassicOperations value */ @@ -136,7 +136,7 @@ public Boolean allowClassicOperations() { } /** - * Set the allowClassicOperations value. + * Set allow classic operations. * * @param allowClassicOperations the allowClassicOperations value to set * @return the ExpressRouteCircuitInner object itself. @@ -147,7 +147,7 @@ public ExpressRouteCircuitInner withAllowClassicOperations(Boolean allowClassicO } /** - * Get the circuitProvisioningState value. + * Get the CircuitProvisioningState state of the resource. * * @return the circuitProvisioningState value */ @@ -156,7 +156,7 @@ public String circuitProvisioningState() { } /** - * Set the circuitProvisioningState value. + * Set the CircuitProvisioningState state of the resource. * * @param circuitProvisioningState the circuitProvisioningState value to set * @return the ExpressRouteCircuitInner object itself. @@ -167,7 +167,7 @@ public ExpressRouteCircuitInner withCircuitProvisioningState(String circuitProvi } /** - * Get the serviceProviderProvisioningState value. + * Get the ServiceProviderProvisioningState state of the resource. Possible values are 'NotProvisioned', 'Provisioning', 'Provisioned', and 'Deprovisioning'. Possible values include: 'NotProvisioned', 'Provisioning', 'Provisioned', 'Deprovisioning'. * * @return the serviceProviderProvisioningState value */ @@ -176,7 +176,7 @@ public ServiceProviderProvisioningState serviceProviderProvisioningState() { } /** - * Set the serviceProviderProvisioningState value. + * Set the ServiceProviderProvisioningState state of the resource. Possible values are 'NotProvisioned', 'Provisioning', 'Provisioned', and 'Deprovisioning'. Possible values include: 'NotProvisioned', 'Provisioning', 'Provisioned', 'Deprovisioning'. * * @param serviceProviderProvisioningState the serviceProviderProvisioningState value to set * @return the ExpressRouteCircuitInner object itself. @@ -187,7 +187,7 @@ public ExpressRouteCircuitInner withServiceProviderProvisioningState(ServiceProv } /** - * Get the authorizations value. + * Get the list of authorizations. * * @return the authorizations value */ @@ -196,7 +196,7 @@ public List authorizations() { } /** - * Set the authorizations value. + * Set the list of authorizations. * * @param authorizations the authorizations value to set * @return the ExpressRouteCircuitInner object itself. @@ -207,7 +207,7 @@ public ExpressRouteCircuitInner withAuthorizations(List peerings() { } /** - * Set the peerings value. + * Set the list of peerings. * * @param peerings the peerings value to set * @return the ExpressRouteCircuitInner object itself. @@ -227,7 +227,7 @@ public ExpressRouteCircuitInner withPeerings(List value() { } /** - * Set the value value. + * Set gets list of the ARP table. * * @param value the value value to set * @return the ExpressRouteCircuitsArpTableListResultInner object itself. @@ -49,7 +49,7 @@ public ExpressRouteCircuitsArpTableListResultInner withValue(List value() { } /** - * Set the value value. + * Set the list of routes table. * * @param value the value value to set * @return the ExpressRouteCircuitsRoutesTableListResultInner object itself. @@ -49,7 +49,7 @@ public ExpressRouteCircuitsRoutesTableListResultInner withValue(List value() { } /** - * Set the value value. + * Set a list of the routes table. * * @param value the value value to set * @return the ExpressRouteCircuitsRoutesTableSummaryListResultInner object itself. @@ -49,7 +49,7 @@ public ExpressRouteCircuitsRoutesTableSummaryListResultInner withValue(List peeringLocations() { } /** - * Set the peeringLocations value. + * Set get a list of peering locations. * * @param peeringLocations the peeringLocations value to set * @return the ExpressRouteServiceProviderInner object itself. @@ -66,7 +66,7 @@ public ExpressRouteServiceProviderInner withPeeringLocations(List peerin } /** - * Get the bandwidthsOffered value. + * Get gets bandwidths offered. * * @return the bandwidthsOffered value */ @@ -75,7 +75,7 @@ public List bandwidthsOffered() { } /** - * Set the bandwidthsOffered value. + * Set gets bandwidths offered. * * @param bandwidthsOffered the bandwidthsOffered value to set * @return the ExpressRouteServiceProviderInner object itself. @@ -86,7 +86,7 @@ public ExpressRouteServiceProviderInner withBandwidthsOffered(List zones; /** - * Get the inboundNatRules value. + * Get read only. Inbound rules URIs that use this frontend IP. * * @return the inboundNatRules value */ @@ -105,7 +105,7 @@ public List inboundNatRules() { } /** - * Get the inboundNatPools value. + * Get read only. Inbound pools URIs that use this frontend IP. * * @return the inboundNatPools value */ @@ -114,7 +114,7 @@ public List inboundNatPools() { } /** - * Get the outboundNatRules value. + * Get read only. Outbound rules URIs that use this frontend IP. * * @return the outboundNatRules value */ @@ -123,7 +123,7 @@ public List outboundNatRules() { } /** - * Get the loadBalancingRules value. + * Get gets load balancing rules URIs that use this frontend IP. * * @return the loadBalancingRules value */ @@ -132,7 +132,7 @@ public List loadBalancingRules() { } /** - * Get the privateIPAddress value. + * Get the private IP address of the IP configuration. * * @return the privateIPAddress value */ @@ -141,7 +141,7 @@ public String privateIPAddress() { } /** - * Set the privateIPAddress value. + * Set the private IP address of the IP configuration. * * @param privateIPAddress the privateIPAddress value to set * @return the FrontendIPConfigurationInner object itself. @@ -152,7 +152,7 @@ public FrontendIPConfigurationInner withPrivateIPAddress(String privateIPAddress } /** - * Get the privateIPAllocationMethod value. + * Get the Private IP allocation method. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'. * * @return the privateIPAllocationMethod value */ @@ -161,7 +161,7 @@ public IPAllocationMethod privateIPAllocationMethod() { } /** - * Set the privateIPAllocationMethod value. + * Set the Private IP allocation method. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'. * * @param privateIPAllocationMethod the privateIPAllocationMethod value to set * @return the FrontendIPConfigurationInner object itself. @@ -172,7 +172,7 @@ public FrontendIPConfigurationInner withPrivateIPAllocationMethod(IPAllocationMe } /** - * Get the subnet value. + * Get the reference of the subnet resource. * * @return the subnet value */ @@ -181,7 +181,7 @@ public SubnetInner subnet() { } /** - * Set the subnet value. + * Set the reference of the subnet resource. * * @param subnet the subnet value to set * @return the FrontendIPConfigurationInner object itself. @@ -192,7 +192,7 @@ public FrontendIPConfigurationInner withSubnet(SubnetInner subnet) { } /** - * Get the publicIPAddress value. + * Get the reference of the Public IP resource. * * @return the publicIPAddress value */ @@ -201,7 +201,7 @@ public PublicIPAddressInner publicIPAddress() { } /** - * Set the publicIPAddress value. + * Set the reference of the Public IP resource. * * @param publicIPAddress the publicIPAddress value to set * @return the FrontendIPConfigurationInner object itself. @@ -212,7 +212,7 @@ public FrontendIPConfigurationInner withPublicIPAddress(PublicIPAddressInner pub } /** - * Get the provisioningState value. + * Get gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -221,7 +221,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the FrontendIPConfigurationInner object itself. @@ -232,7 +232,7 @@ public FrontendIPConfigurationInner withProvisioningState(String provisioningSta } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -241,7 +241,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the FrontendIPConfigurationInner object itself. @@ -252,7 +252,7 @@ public FrontendIPConfigurationInner withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -261,7 +261,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the FrontendIPConfigurationInner object itself. @@ -272,7 +272,7 @@ public FrontendIPConfigurationInner withEtag(String etag) { } /** - * Get the zones value. + * Get a list of availability zones denoting the IP allocated for the resource needs to come from. * * @return the zones value */ @@ -281,7 +281,7 @@ public List zones() { } /** - * Set the zones value. + * Set a list of availability zones denoting the IP allocated for the resource needs to come from. * * @param zones the zones value to set * @return the FrontendIPConfigurationInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/GatewayRouteListResultInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/GatewayRouteListResultInner.java index 822105ee224f..ada4fdcd4185 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/GatewayRouteListResultInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/GatewayRouteListResultInner.java @@ -23,7 +23,7 @@ public class GatewayRouteListResultInner { private List value; /** - * Get the value value. + * Get list of gateway routes. * * @return the value value */ @@ -32,7 +32,7 @@ public List value() { } /** - * Set the value value. + * Set list of gateway routes. * * @param value the value value to set * @return the GatewayRouteListResultInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/IPAddressAvailabilityResultInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/IPAddressAvailabilityResultInner.java index 14326b1a7168..3f849204b87d 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/IPAddressAvailabilityResultInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/IPAddressAvailabilityResultInner.java @@ -29,7 +29,7 @@ public class IPAddressAvailabilityResultInner { private List availableIPAddresses; /** - * Get the available value. + * Get private IP address availability. * * @return the available value */ @@ -38,7 +38,7 @@ public Boolean available() { } /** - * Set the available value. + * Set private IP address availability. * * @param available the available value to set * @return the IPAddressAvailabilityResultInner object itself. @@ -49,7 +49,7 @@ public IPAddressAvailabilityResultInner withAvailable(Boolean available) { } /** - * Get the availableIPAddresses value. + * Get contains other available private IP addresses if the asked for address is taken. * * @return the availableIPAddresses value */ @@ -58,7 +58,7 @@ public List availableIPAddresses() { } /** - * Set the availableIPAddresses value. + * Set contains other available private IP addresses if the asked for address is taken. * * @param availableIPAddresses the availableIPAddresses value to set * @return the IPAddressAvailabilityResultInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/InboundNatRuleInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/InboundNatRuleInner.java index bfd64e7746a1..3247f5418922 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/InboundNatRuleInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/InboundNatRuleInner.java @@ -91,7 +91,7 @@ public class InboundNatRuleInner extends SubResource { private String etag; /** - * Get the frontendIPConfiguration value. + * Get a reference to frontend IP addresses. * * @return the frontendIPConfiguration value */ @@ -100,7 +100,7 @@ public SubResource frontendIPConfiguration() { } /** - * Set the frontendIPConfiguration value. + * Set a reference to frontend IP addresses. * * @param frontendIPConfiguration the frontendIPConfiguration value to set * @return the InboundNatRuleInner object itself. @@ -111,7 +111,7 @@ public InboundNatRuleInner withFrontendIPConfiguration(SubResource frontendIPCon } /** - * Get the backendIPConfiguration value. + * Get a reference to a private IP address defined on a network interface of a VM. Traffic sent to the frontend port of each of the frontend IP configurations is forwarded to the backend IP. * * @return the backendIPConfiguration value */ @@ -120,7 +120,7 @@ public NetworkInterfaceIPConfigurationInner backendIPConfiguration() { } /** - * Get the protocol value. + * Get possible values include: 'Udp', 'Tcp', 'All'. * * @return the protocol value */ @@ -129,7 +129,7 @@ public TransportProtocol protocol() { } /** - * Set the protocol value. + * Set possible values include: 'Udp', 'Tcp', 'All'. * * @param protocol the protocol value to set * @return the InboundNatRuleInner object itself. @@ -140,7 +140,7 @@ public InboundNatRuleInner withProtocol(TransportProtocol protocol) { } /** - * Get the frontendPort value. + * Get the port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values range from 1 to 65534. * * @return the frontendPort value */ @@ -149,7 +149,7 @@ public Integer frontendPort() { } /** - * Set the frontendPort value. + * Set the port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values range from 1 to 65534. * * @param frontendPort the frontendPort value to set * @return the InboundNatRuleInner object itself. @@ -160,7 +160,7 @@ public InboundNatRuleInner withFrontendPort(Integer frontendPort) { } /** - * Get the backendPort value. + * Get the port used for the internal endpoint. Acceptable values range from 1 to 65535. * * @return the backendPort value */ @@ -169,7 +169,7 @@ public Integer backendPort() { } /** - * Set the backendPort value. + * Set the port used for the internal endpoint. Acceptable values range from 1 to 65535. * * @param backendPort the backendPort value to set * @return the InboundNatRuleInner object itself. @@ -180,7 +180,7 @@ public InboundNatRuleInner withBackendPort(Integer backendPort) { } /** - * Get the idleTimeoutInMinutes value. + * Get the timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP. * * @return the idleTimeoutInMinutes value */ @@ -189,7 +189,7 @@ public Integer idleTimeoutInMinutes() { } /** - * Set the idleTimeoutInMinutes value. + * Set the timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP. * * @param idleTimeoutInMinutes the idleTimeoutInMinutes value to set * @return the InboundNatRuleInner object itself. @@ -200,7 +200,7 @@ public InboundNatRuleInner withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes } /** - * Get the enableFloatingIP value. + * Get configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group. This setting is required when using the SQL AlwaysOn Availability Groups in SQL server. This setting can't be changed after you create the endpoint. * * @return the enableFloatingIP value */ @@ -209,7 +209,7 @@ public Boolean enableFloatingIP() { } /** - * Set the enableFloatingIP value. + * Set configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group. This setting is required when using the SQL AlwaysOn Availability Groups in SQL server. This setting can't be changed after you create the endpoint. * * @param enableFloatingIP the enableFloatingIP value to set * @return the InboundNatRuleInner object itself. @@ -220,7 +220,7 @@ public InboundNatRuleInner withEnableFloatingIP(Boolean enableFloatingIP) { } /** - * Get the provisioningState value. + * Get gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -229,7 +229,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the InboundNatRuleInner object itself. @@ -240,7 +240,7 @@ public InboundNatRuleInner withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get gets name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -249,7 +249,7 @@ public String name() { } /** - * Set the name value. + * Set gets name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the InboundNatRuleInner object itself. @@ -260,7 +260,7 @@ public InboundNatRuleInner withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -269,7 +269,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the InboundNatRuleInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/LoadBalancerInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/LoadBalancerInner.java index 65eca7ea6387..58b8cc91a9ca 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/LoadBalancerInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/LoadBalancerInner.java @@ -110,7 +110,7 @@ public class LoadBalancerInner extends Resource { private String id; /** - * Get the sku value. + * Get the load balancer SKU. * * @return the sku value */ @@ -119,7 +119,7 @@ public LoadBalancerSku sku() { } /** - * Set the sku value. + * Set the load balancer SKU. * * @param sku the sku value to set * @return the LoadBalancerInner object itself. @@ -130,7 +130,7 @@ public LoadBalancerInner withSku(LoadBalancerSku sku) { } /** - * Get the frontendIPConfigurations value. + * Get object representing the frontend IPs to be used for the load balancer. * * @return the frontendIPConfigurations value */ @@ -139,7 +139,7 @@ public List frontendIPConfigurations() { } /** - * Set the frontendIPConfigurations value. + * Set object representing the frontend IPs to be used for the load balancer. * * @param frontendIPConfigurations the frontendIPConfigurations value to set * @return the LoadBalancerInner object itself. @@ -150,7 +150,7 @@ public LoadBalancerInner withFrontendIPConfigurations(List backendAddressPools() { } /** - * Set the backendAddressPools value. + * Set collection of backend address pools used by a load balancer. * * @param backendAddressPools the backendAddressPools value to set * @return the LoadBalancerInner object itself. @@ -170,7 +170,7 @@ public LoadBalancerInner withBackendAddressPools(List b } /** - * Get the loadBalancingRules value. + * Get object collection representing the load balancing rules Gets the provisioning. * * @return the loadBalancingRules value */ @@ -179,7 +179,7 @@ public List loadBalancingRules() { } /** - * Set the loadBalancingRules value. + * Set object collection representing the load balancing rules Gets the provisioning. * * @param loadBalancingRules the loadBalancingRules value to set * @return the LoadBalancerInner object itself. @@ -190,7 +190,7 @@ public LoadBalancerInner withLoadBalancingRules(List loa } /** - * Get the probes value. + * Get collection of probe objects used in the load balancer. * * @return the probes value */ @@ -199,7 +199,7 @@ public List probes() { } /** - * Set the probes value. + * Set collection of probe objects used in the load balancer. * * @param probes the probes value to set * @return the LoadBalancerInner object itself. @@ -210,7 +210,7 @@ public LoadBalancerInner withProbes(List probes) { } /** - * Get the inboundNatRules value. + * Get collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules. * * @return the inboundNatRules value */ @@ -219,7 +219,7 @@ public List inboundNatRules() { } /** - * Set the inboundNatRules value. + * Set collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules. * * @param inboundNatRules the inboundNatRules value to set * @return the LoadBalancerInner object itself. @@ -230,7 +230,7 @@ public LoadBalancerInner withInboundNatRules(List inboundNa } /** - * Get the inboundNatPools value. + * Get defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer. Inbound NAT rules are created automatically for each NIC associated with the Load Balancer using an external port from this range. Defining an Inbound NAT pool on your Load Balancer is mutually exclusive with defining inbound Nat rules. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an inbound NAT pool. They have to reference individual inbound NAT rules. * * @return the inboundNatPools value */ @@ -239,7 +239,7 @@ public List inboundNatPools() { } /** - * Set the inboundNatPools value. + * Set defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer. Inbound NAT rules are created automatically for each NIC associated with the Load Balancer using an external port from this range. Defining an Inbound NAT pool on your Load Balancer is mutually exclusive with defining inbound Nat rules. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an inbound NAT pool. They have to reference individual inbound NAT rules. * * @param inboundNatPools the inboundNatPools value to set * @return the LoadBalancerInner object itself. @@ -250,7 +250,7 @@ public LoadBalancerInner withInboundNatPools(List inboundNatPool } /** - * Get the outboundNatRules value. + * Get the outbound NAT rules. * * @return the outboundNatRules value */ @@ -259,7 +259,7 @@ public List outboundNatRules() { } /** - * Set the outboundNatRules value. + * Set the outbound NAT rules. * * @param outboundNatRules the outboundNatRules value to set * @return the LoadBalancerInner object itself. @@ -270,7 +270,7 @@ public LoadBalancerInner withOutboundNatRules(List outboundNatR } /** - * Get the resourceGuid value. + * Get the resource GUID property of the load balancer resource. * * @return the resourceGuid value */ @@ -279,7 +279,7 @@ public String resourceGuid() { } /** - * Set the resourceGuid value. + * Set the resource GUID property of the load balancer resource. * * @param resourceGuid the resourceGuid value to set * @return the LoadBalancerInner object itself. @@ -290,7 +290,7 @@ public LoadBalancerInner withResourceGuid(String resourceGuid) { } /** - * Get the provisioningState value. + * Get gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -299,7 +299,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the LoadBalancerInner object itself. @@ -310,7 +310,7 @@ public LoadBalancerInner withProvisioningState(String provisioningState) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -319,7 +319,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the LoadBalancerInner object itself. @@ -330,7 +330,7 @@ public LoadBalancerInner withEtag(String etag) { } /** - * Get the id value. + * Get resource ID. * * @return the id value */ @@ -339,7 +339,7 @@ public String id() { } /** - * Set the id value. + * Set resource ID. * * @param id the id value to set * @return the LoadBalancerInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/LoadBalancingRuleInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/LoadBalancingRuleInner.java index cd77cf793efc..1754310ce13d 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/LoadBalancingRuleInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/LoadBalancingRuleInner.java @@ -113,7 +113,7 @@ public class LoadBalancingRuleInner extends SubResource { private String etag; /** - * Get the frontendIPConfiguration value. + * Get a reference to frontend IP addresses. * * @return the frontendIPConfiguration value */ @@ -122,7 +122,7 @@ public SubResource frontendIPConfiguration() { } /** - * Set the frontendIPConfiguration value. + * Set a reference to frontend IP addresses. * * @param frontendIPConfiguration the frontendIPConfiguration value to set * @return the LoadBalancingRuleInner object itself. @@ -133,7 +133,7 @@ public LoadBalancingRuleInner withFrontendIPConfiguration(SubResource frontendIP } /** - * Get the backendAddressPool value. + * Get a reference to a pool of DIPs. Inbound traffic is randomly load balanced across IPs in the backend IPs. * * @return the backendAddressPool value */ @@ -142,7 +142,7 @@ public SubResource backendAddressPool() { } /** - * Set the backendAddressPool value. + * Set a reference to a pool of DIPs. Inbound traffic is randomly load balanced across IPs in the backend IPs. * * @param backendAddressPool the backendAddressPool value to set * @return the LoadBalancingRuleInner object itself. @@ -153,7 +153,7 @@ public LoadBalancingRuleInner withBackendAddressPool(SubResource backendAddressP } /** - * Get the probe value. + * Get the reference of the load balancer probe used by the load balancing rule. * * @return the probe value */ @@ -162,7 +162,7 @@ public SubResource probe() { } /** - * Set the probe value. + * Set the reference of the load balancer probe used by the load balancing rule. * * @param probe the probe value to set * @return the LoadBalancingRuleInner object itself. @@ -173,7 +173,7 @@ public LoadBalancingRuleInner withProbe(SubResource probe) { } /** - * Get the protocol value. + * Get possible values include: 'Udp', 'Tcp', 'All'. * * @return the protocol value */ @@ -182,7 +182,7 @@ public TransportProtocol protocol() { } /** - * Set the protocol value. + * Set possible values include: 'Udp', 'Tcp', 'All'. * * @param protocol the protocol value to set * @return the LoadBalancingRuleInner object itself. @@ -193,7 +193,7 @@ public LoadBalancingRuleInner withProtocol(TransportProtocol protocol) { } /** - * Get the loadDistribution value. + * Get the load distribution policy for this rule. Possible values are 'Default', 'SourceIP', and 'SourceIPProtocol'. Possible values include: 'Default', 'SourceIP', 'SourceIPProtocol'. * * @return the loadDistribution value */ @@ -202,7 +202,7 @@ public LoadDistribution loadDistribution() { } /** - * Set the loadDistribution value. + * Set the load distribution policy for this rule. Possible values are 'Default', 'SourceIP', and 'SourceIPProtocol'. Possible values include: 'Default', 'SourceIP', 'SourceIPProtocol'. * * @param loadDistribution the loadDistribution value to set * @return the LoadBalancingRuleInner object itself. @@ -213,7 +213,7 @@ public LoadBalancingRuleInner withLoadDistribution(LoadDistribution loadDistribu } /** - * Get the frontendPort value. + * Get the port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values are between 0 and 65534. Note that value 0 enables "Any Port". * * @return the frontendPort value */ @@ -222,7 +222,7 @@ public int frontendPort() { } /** - * Set the frontendPort value. + * Set the port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values are between 0 and 65534. Note that value 0 enables "Any Port". * * @param frontendPort the frontendPort value to set * @return the LoadBalancingRuleInner object itself. @@ -233,7 +233,7 @@ public LoadBalancingRuleInner withFrontendPort(int frontendPort) { } /** - * Get the backendPort value. + * Get the port used for internal connections on the endpoint. Acceptable values are between 0 and 65535. Note that value 0 enables "Any Port". * * @return the backendPort value */ @@ -242,7 +242,7 @@ public Integer backendPort() { } /** - * Set the backendPort value. + * Set the port used for internal connections on the endpoint. Acceptable values are between 0 and 65535. Note that value 0 enables "Any Port". * * @param backendPort the backendPort value to set * @return the LoadBalancingRuleInner object itself. @@ -253,7 +253,7 @@ public LoadBalancingRuleInner withBackendPort(Integer backendPort) { } /** - * Get the idleTimeoutInMinutes value. + * Get the timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP. * * @return the idleTimeoutInMinutes value */ @@ -262,7 +262,7 @@ public Integer idleTimeoutInMinutes() { } /** - * Set the idleTimeoutInMinutes value. + * Set the timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP. * * @param idleTimeoutInMinutes the idleTimeoutInMinutes value to set * @return the LoadBalancingRuleInner object itself. @@ -273,7 +273,7 @@ public LoadBalancingRuleInner withIdleTimeoutInMinutes(Integer idleTimeoutInMinu } /** - * Get the enableFloatingIP value. + * Get configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group. This setting is required when using the SQL AlwaysOn Availability Groups in SQL server. This setting can't be changed after you create the endpoint. * * @return the enableFloatingIP value */ @@ -282,7 +282,7 @@ public Boolean enableFloatingIP() { } /** - * Set the enableFloatingIP value. + * Set configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group. This setting is required when using the SQL AlwaysOn Availability Groups in SQL server. This setting can't be changed after you create the endpoint. * * @param enableFloatingIP the enableFloatingIP value to set * @return the LoadBalancingRuleInner object itself. @@ -293,7 +293,7 @@ public LoadBalancingRuleInner withEnableFloatingIP(Boolean enableFloatingIP) { } /** - * Get the disableOutboundSnat value. + * Get configures SNAT for the VMs in the backend pool to use the publicIP address specified in the frontend of the load balancing rule. * * @return the disableOutboundSnat value */ @@ -302,7 +302,7 @@ public Boolean disableOutboundSnat() { } /** - * Set the disableOutboundSnat value. + * Set configures SNAT for the VMs in the backend pool to use the publicIP address specified in the frontend of the load balancing rule. * * @param disableOutboundSnat the disableOutboundSnat value to set * @return the LoadBalancingRuleInner object itself. @@ -313,7 +313,7 @@ public LoadBalancingRuleInner withDisableOutboundSnat(Boolean disableOutboundSna } /** - * Get the provisioningState value. + * Get gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -322,7 +322,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the LoadBalancingRuleInner object itself. @@ -333,7 +333,7 @@ public LoadBalancingRuleInner withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -342,7 +342,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the LoadBalancingRuleInner object itself. @@ -353,7 +353,7 @@ public LoadBalancingRuleInner withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -362,7 +362,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the LoadBalancingRuleInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/LocalNetworkGatewayInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/LocalNetworkGatewayInner.java index 79e2d8ad9334..d16d9e7c4eea 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/LocalNetworkGatewayInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/LocalNetworkGatewayInner.java @@ -65,7 +65,7 @@ public class LocalNetworkGatewayInner extends Resource { private String id; /** - * Get the localNetworkAddressSpace value. + * Get local network site address space. * * @return the localNetworkAddressSpace value */ @@ -74,7 +74,7 @@ public AddressSpace localNetworkAddressSpace() { } /** - * Set the localNetworkAddressSpace value. + * Set local network site address space. * * @param localNetworkAddressSpace the localNetworkAddressSpace value to set * @return the LocalNetworkGatewayInner object itself. @@ -85,7 +85,7 @@ public LocalNetworkGatewayInner withLocalNetworkAddressSpace(AddressSpace localN } /** - * Get the gatewayIpAddress value. + * Get iP address of local network gateway. * * @return the gatewayIpAddress value */ @@ -94,7 +94,7 @@ public String gatewayIpAddress() { } /** - * Set the gatewayIpAddress value. + * Set iP address of local network gateway. * * @param gatewayIpAddress the gatewayIpAddress value to set * @return the LocalNetworkGatewayInner object itself. @@ -105,7 +105,7 @@ public LocalNetworkGatewayInner withGatewayIpAddress(String gatewayIpAddress) { } /** - * Get the bgpSettings value. + * Get local network gateway's BGP speaker settings. * * @return the bgpSettings value */ @@ -114,7 +114,7 @@ public BgpSettings bgpSettings() { } /** - * Set the bgpSettings value. + * Set local network gateway's BGP speaker settings. * * @param bgpSettings the bgpSettings value to set * @return the LocalNetworkGatewayInner object itself. @@ -125,7 +125,7 @@ public LocalNetworkGatewayInner withBgpSettings(BgpSettings bgpSettings) { } /** - * Get the resourceGuid value. + * Get the resource GUID property of the LocalNetworkGateway resource. * * @return the resourceGuid value */ @@ -134,7 +134,7 @@ public String resourceGuid() { } /** - * Set the resourceGuid value. + * Set the resource GUID property of the LocalNetworkGateway resource. * * @param resourceGuid the resourceGuid value to set * @return the LocalNetworkGatewayInner object itself. @@ -145,7 +145,7 @@ public LocalNetworkGatewayInner withResourceGuid(String resourceGuid) { } /** - * Get the provisioningState value. + * Get the provisioning state of the LocalNetworkGateway resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -154,7 +154,7 @@ public String provisioningState() { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -163,7 +163,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the LocalNetworkGatewayInner object itself. @@ -174,7 +174,7 @@ public LocalNetworkGatewayInner withEtag(String etag) { } /** - * Get the id value. + * Get resource ID. * * @return the id value */ @@ -183,7 +183,7 @@ public String id() { } /** - * Set the id value. + * Set resource ID. * * @param id the id value to set * @return the LocalNetworkGatewayInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/NetworkInterfaceIPConfigurationInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/NetworkInterfaceIPConfigurationInner.java index 107fffc46e37..725a45b7adef 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/NetworkInterfaceIPConfigurationInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/NetworkInterfaceIPConfigurationInner.java @@ -107,7 +107,7 @@ public class NetworkInterfaceIPConfigurationInner extends SubResource { private String etag; /** - * Get the applicationGatewayBackendAddressPools value. + * Get the reference of ApplicationGatewayBackendAddressPool resource. * * @return the applicationGatewayBackendAddressPools value */ @@ -116,7 +116,7 @@ public List applicationGatewayBackendAddre } /** - * Set the applicationGatewayBackendAddressPools value. + * Set the reference of ApplicationGatewayBackendAddressPool resource. * * @param applicationGatewayBackendAddressPools the applicationGatewayBackendAddressPools value to set * @return the NetworkInterfaceIPConfigurationInner object itself. @@ -127,7 +127,7 @@ public NetworkInterfaceIPConfigurationInner withApplicationGatewayBackendAddress } /** - * Get the loadBalancerBackendAddressPools value. + * Get the reference of LoadBalancerBackendAddressPool resource. * * @return the loadBalancerBackendAddressPools value */ @@ -136,7 +136,7 @@ public List loadBalancerBackendAddressPools() { } /** - * Set the loadBalancerBackendAddressPools value. + * Set the reference of LoadBalancerBackendAddressPool resource. * * @param loadBalancerBackendAddressPools the loadBalancerBackendAddressPools value to set * @return the NetworkInterfaceIPConfigurationInner object itself. @@ -147,7 +147,7 @@ public NetworkInterfaceIPConfigurationInner withLoadBalancerBackendAddressPools( } /** - * Get the loadBalancerInboundNatRules value. + * Get a list of references of LoadBalancerInboundNatRules. * * @return the loadBalancerInboundNatRules value */ @@ -156,7 +156,7 @@ public List loadBalancerInboundNatRules() { } /** - * Set the loadBalancerInboundNatRules value. + * Set a list of references of LoadBalancerInboundNatRules. * * @param loadBalancerInboundNatRules the loadBalancerInboundNatRules value to set * @return the NetworkInterfaceIPConfigurationInner object itself. @@ -167,7 +167,7 @@ public NetworkInterfaceIPConfigurationInner withLoadBalancerInboundNatRules(List } /** - * Get the privateIPAddress value. + * Get private IP address of the IP configuration. * * @return the privateIPAddress value */ @@ -176,7 +176,7 @@ public String privateIPAddress() { } /** - * Set the privateIPAddress value. + * Set private IP address of the IP configuration. * * @param privateIPAddress the privateIPAddress value to set * @return the NetworkInterfaceIPConfigurationInner object itself. @@ -187,7 +187,7 @@ public NetworkInterfaceIPConfigurationInner withPrivateIPAddress(String privateI } /** - * Get the privateIPAllocationMethod value. + * Get defines how a private IP address is assigned. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'. * * @return the privateIPAllocationMethod value */ @@ -196,7 +196,7 @@ public IPAllocationMethod privateIPAllocationMethod() { } /** - * Set the privateIPAllocationMethod value. + * Set defines how a private IP address is assigned. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'. * * @param privateIPAllocationMethod the privateIPAllocationMethod value to set * @return the NetworkInterfaceIPConfigurationInner object itself. @@ -207,7 +207,7 @@ public NetworkInterfaceIPConfigurationInner withPrivateIPAllocationMethod(IPAllo } /** - * Get the privateIPAddressVersion value. + * Get available from Api-Version 2016-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'. Possible values include: 'IPv4', 'IPv6'. * * @return the privateIPAddressVersion value */ @@ -216,7 +216,7 @@ public IPVersion privateIPAddressVersion() { } /** - * Set the privateIPAddressVersion value. + * Set available from Api-Version 2016-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'. Possible values include: 'IPv4', 'IPv6'. * * @param privateIPAddressVersion the privateIPAddressVersion value to set * @return the NetworkInterfaceIPConfigurationInner object itself. @@ -227,7 +227,7 @@ public NetworkInterfaceIPConfigurationInner withPrivateIPAddressVersion(IPVersio } /** - * Get the subnet value. + * Get subnet bound to the IP configuration. * * @return the subnet value */ @@ -236,7 +236,7 @@ public SubnetInner subnet() { } /** - * Set the subnet value. + * Set subnet bound to the IP configuration. * * @param subnet the subnet value to set * @return the NetworkInterfaceIPConfigurationInner object itself. @@ -247,7 +247,7 @@ public NetworkInterfaceIPConfigurationInner withSubnet(SubnetInner subnet) { } /** - * Get the primary value. + * Get gets whether this is a primary customer address on the network interface. * * @return the primary value */ @@ -256,7 +256,7 @@ public Boolean primary() { } /** - * Set the primary value. + * Set gets whether this is a primary customer address on the network interface. * * @param primary the primary value to set * @return the NetworkInterfaceIPConfigurationInner object itself. @@ -267,7 +267,7 @@ public NetworkInterfaceIPConfigurationInner withPrimary(Boolean primary) { } /** - * Get the publicIPAddress value. + * Get public IP address bound to the IP configuration. * * @return the publicIPAddress value */ @@ -276,7 +276,7 @@ public PublicIPAddressInner publicIPAddress() { } /** - * Set the publicIPAddress value. + * Set public IP address bound to the IP configuration. * * @param publicIPAddress the publicIPAddress value to set * @return the NetworkInterfaceIPConfigurationInner object itself. @@ -287,7 +287,7 @@ public NetworkInterfaceIPConfigurationInner withPublicIPAddress(PublicIPAddressI } /** - * Get the applicationSecurityGroups value. + * Get application security groups in which the IP configuration is included. * * @return the applicationSecurityGroups value */ @@ -296,7 +296,7 @@ public List applicationSecurityGroups() { } /** - * Set the applicationSecurityGroups value. + * Set application security groups in which the IP configuration is included. * * @param applicationSecurityGroups the applicationSecurityGroups value to set * @return the NetworkInterfaceIPConfigurationInner object itself. @@ -307,7 +307,7 @@ public NetworkInterfaceIPConfigurationInner withApplicationSecurityGroups(List ipConfigurations() { } /** - * Set the ipConfigurations value. + * Set a list of IPConfigurations of the network interface. * * @param ipConfigurations the ipConfigurations value to set * @return the NetworkInterfaceInner object itself. @@ -156,7 +156,7 @@ public NetworkInterfaceInner withIpConfigurations(List listVirtualMachineScaleSetVMNetw public Iterable call(Page page) { return page.items(); } - }) .map(new Func1() { + }) + .map(new Func1() { @Override public LoadBalancerNetworkInterface call(NetworkInterfaceInner inner) { return new LoadBalancerNetworkInterfaceImpl(inner, manager()); @@ -166,7 +167,8 @@ public Observable listVirtualMachineScaleSetNetwor public Iterable call(Page page) { return page.items(); } - }) .map(new Func1() { + }) + .map(new Func1() { @Override public LoadBalancerNetworkInterface call(NetworkInterfaceInner inner) { return new LoadBalancerNetworkInterfaceImpl(inner, manager()); diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/NetworkSecurityGroupInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/NetworkSecurityGroupInner.java index bb1d69fb771d..e00daf6a8506 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/NetworkSecurityGroupInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/NetworkSecurityGroupInner.java @@ -70,7 +70,7 @@ public class NetworkSecurityGroupInner extends Resource { private String id; /** - * Get the securityRules value. + * Get a collection of security rules of the network security group. * * @return the securityRules value */ @@ -79,7 +79,7 @@ public List securityRules() { } /** - * Set the securityRules value. + * Set a collection of security rules of the network security group. * * @param securityRules the securityRules value to set * @return the NetworkSecurityGroupInner object itself. @@ -90,7 +90,7 @@ public NetworkSecurityGroupInner withSecurityRules(List secur } /** - * Get the defaultSecurityRules value. + * Get the default security rules of network security group. * * @return the defaultSecurityRules value */ @@ -99,7 +99,7 @@ public List defaultSecurityRules() { } /** - * Set the defaultSecurityRules value. + * Set the default security rules of network security group. * * @param defaultSecurityRules the defaultSecurityRules value to set * @return the NetworkSecurityGroupInner object itself. @@ -110,7 +110,7 @@ public NetworkSecurityGroupInner withDefaultSecurityRules(List networkInterfaces() { } /** - * Get the subnets value. + * Get a collection of references to subnets. * * @return the subnets value */ @@ -128,7 +128,7 @@ public List subnets() { } /** - * Get the resourceGuid value. + * Get the resource GUID property of the network security group resource. * * @return the resourceGuid value */ @@ -137,7 +137,7 @@ public String resourceGuid() { } /** - * Set the resourceGuid value. + * Set the resource GUID property of the network security group resource. * * @param resourceGuid the resourceGuid value to set * @return the NetworkSecurityGroupInner object itself. @@ -148,7 +148,7 @@ public NetworkSecurityGroupInner withResourceGuid(String resourceGuid) { } /** - * Get the provisioningState value. + * Get the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -157,7 +157,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the NetworkSecurityGroupInner object itself. @@ -168,7 +168,7 @@ public NetworkSecurityGroupInner withProvisioningState(String provisioningState) } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -177,7 +177,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the NetworkSecurityGroupInner object itself. @@ -188,7 +188,7 @@ public NetworkSecurityGroupInner withEtag(String etag) { } /** - * Get the id value. + * Get resource ID. * * @return the id value */ @@ -197,7 +197,7 @@ public String id() { } /** - * Set the id value. + * Set resource ID. * * @param id the id value to set * @return the NetworkSecurityGroupInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/NetworkWatcherInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/NetworkWatcherInner.java index 570dafbcf9f3..9fe425071260 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/NetworkWatcherInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/NetworkWatcherInner.java @@ -40,7 +40,7 @@ public class NetworkWatcherInner extends Resource { private String id; /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -49,7 +49,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the NetworkWatcherInner object itself. @@ -60,7 +60,7 @@ public NetworkWatcherInner withEtag(String etag) { } /** - * Get the provisioningState value. + * Get the provisioning state of the resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'. * * @return the provisioningState value */ @@ -69,7 +69,7 @@ public ProvisioningState provisioningState() { } /** - * Get the id value. + * Get resource ID. * * @return the id value */ @@ -78,7 +78,7 @@ public String id() { } /** - * Set the id value. + * Set resource ID. * * @param id the id value to set * @return the NetworkWatcherInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/NextHopResultInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/NextHopResultInner.java index e4a9613d11a8..6ad0ce25002c 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/NextHopResultInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/NextHopResultInner.java @@ -37,7 +37,7 @@ public class NextHopResultInner { private String routeTableId; /** - * Get the nextHopType value. + * Get next hop type. Possible values include: 'Internet', 'VirtualAppliance', 'VirtualNetworkGateway', 'VnetLocal', 'HyperNetGateway', 'None'. * * @return the nextHopType value */ @@ -46,7 +46,7 @@ public NextHopType nextHopType() { } /** - * Set the nextHopType value. + * Set next hop type. Possible values include: 'Internet', 'VirtualAppliance', 'VirtualNetworkGateway', 'VnetLocal', 'HyperNetGateway', 'None'. * * @param nextHopType the nextHopType value to set * @return the NextHopResultInner object itself. @@ -57,7 +57,7 @@ public NextHopResultInner withNextHopType(NextHopType nextHopType) { } /** - * Get the nextHopIpAddress value. + * Get next hop IP Address. * * @return the nextHopIpAddress value */ @@ -66,7 +66,7 @@ public String nextHopIpAddress() { } /** - * Set the nextHopIpAddress value. + * Set next hop IP Address. * * @param nextHopIpAddress the nextHopIpAddress value to set * @return the NextHopResultInner object itself. @@ -77,7 +77,7 @@ public NextHopResultInner withNextHopIpAddress(String nextHopIpAddress) { } /** - * Get the routeTableId value. + * Get the resource identifier for the route table associated with the route being returned. If the route being returned does not correspond to any user created routes then this field will be the string 'System Route'. * * @return the routeTableId value */ @@ -86,7 +86,7 @@ public String routeTableId() { } /** - * Set the routeTableId value. + * Set the resource identifier for the route table associated with the route being returned. If the route being returned does not correspond to any user created routes then this field will be the string 'System Route'. * * @param routeTableId the routeTableId value to set * @return the NextHopResultInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/OperationInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/OperationInner.java index 276ee71cc5a1..c1e363ab325d 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/OperationInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/OperationInner.java @@ -43,7 +43,7 @@ public class OperationInner { private OperationPropertiesFormatServiceSpecification serviceSpecification; /** - * Get the name value. + * Get operation name: {provider}/{resource}/{operation}. * * @return the name value */ @@ -52,7 +52,7 @@ public String name() { } /** - * Set the name value. + * Set operation name: {provider}/{resource}/{operation}. * * @param name the name value to set * @return the OperationInner object itself. @@ -63,7 +63,7 @@ public OperationInner withName(String name) { } /** - * Get the display value. + * Get display metadata associated with the operation. * * @return the display value */ @@ -72,7 +72,7 @@ public OperationDisplay display() { } /** - * Set the display value. + * Set display metadata associated with the operation. * * @param display the display value to set * @return the OperationInner object itself. @@ -83,7 +83,7 @@ public OperationInner withDisplay(OperationDisplay display) { } /** - * Get the origin value. + * Get origin of the operation. * * @return the origin value */ @@ -92,7 +92,7 @@ public String origin() { } /** - * Set the origin value. + * Set origin of the operation. * * @param origin the origin value to set * @return the OperationInner object itself. @@ -103,7 +103,7 @@ public OperationInner withOrigin(String origin) { } /** - * Get the serviceSpecification value. + * Get specification of the service. * * @return the serviceSpecification value */ @@ -112,7 +112,7 @@ public OperationPropertiesFormatServiceSpecification serviceSpecification() { } /** - * Set the serviceSpecification value. + * Set specification of the service. * * @param serviceSpecification the serviceSpecification value to set * @return the OperationInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/OperationsImpl.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/OperationsImpl.java index a58439953b6b..f440515ec4e5 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/OperationsImpl.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/OperationsImpl.java @@ -37,7 +37,8 @@ public Observable listAsync() { public Iterable call(Page page) { return page.items(); } - }) .map(new Func1() { + }) + .map(new Func1() { @Override public Operation call(OperationInner inner) { return new OperationImpl(inner, manager()); diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/PacketCaptureInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/PacketCaptureInner.java index 020a37f15047..a1f02d2bf444 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/PacketCaptureInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/PacketCaptureInner.java @@ -56,7 +56,7 @@ public class PacketCaptureInner { private List filters; /** - * Get the target value. + * Get the ID of the targeted resource, only VM is currently supported. * * @return the target value */ @@ -65,7 +65,7 @@ public String target() { } /** - * Set the target value. + * Set the ID of the targeted resource, only VM is currently supported. * * @param target the target value to set * @return the PacketCaptureInner object itself. @@ -76,7 +76,7 @@ public PacketCaptureInner withTarget(String target) { } /** - * Get the bytesToCapturePerPacket value. + * Get number of bytes captured per packet, the remaining bytes are truncated. * * @return the bytesToCapturePerPacket value */ @@ -85,7 +85,7 @@ public Integer bytesToCapturePerPacket() { } /** - * Set the bytesToCapturePerPacket value. + * Set number of bytes captured per packet, the remaining bytes are truncated. * * @param bytesToCapturePerPacket the bytesToCapturePerPacket value to set * @return the PacketCaptureInner object itself. @@ -96,7 +96,7 @@ public PacketCaptureInner withBytesToCapturePerPacket(Integer bytesToCapturePerP } /** - * Get the totalBytesPerSession value. + * Get maximum size of the capture output. * * @return the totalBytesPerSession value */ @@ -105,7 +105,7 @@ public Integer totalBytesPerSession() { } /** - * Set the totalBytesPerSession value. + * Set maximum size of the capture output. * * @param totalBytesPerSession the totalBytesPerSession value to set * @return the PacketCaptureInner object itself. @@ -116,7 +116,7 @@ public PacketCaptureInner withTotalBytesPerSession(Integer totalBytesPerSession) } /** - * Get the timeLimitInSeconds value. + * Get maximum duration of the capture session in seconds. * * @return the timeLimitInSeconds value */ @@ -125,7 +125,7 @@ public Integer timeLimitInSeconds() { } /** - * Set the timeLimitInSeconds value. + * Set maximum duration of the capture session in seconds. * * @param timeLimitInSeconds the timeLimitInSeconds value to set * @return the PacketCaptureInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/PacketCaptureQueryStatusResultInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/PacketCaptureQueryStatusResultInner.java index 5e0fcc3be0cd..f3cca117f74e 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/PacketCaptureQueryStatusResultInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/PacketCaptureQueryStatusResultInner.java @@ -56,7 +56,7 @@ public class PacketCaptureQueryStatusResultInner { private List packetCaptureError; /** - * Get the name value. + * Get the name of the packet capture resource. * * @return the name value */ @@ -65,7 +65,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the packet capture resource. * * @param name the name value to set * @return the PacketCaptureQueryStatusResultInner object itself. @@ -76,7 +76,7 @@ public PacketCaptureQueryStatusResultInner withName(String name) { } /** - * Get the id value. + * Get the ID of the packet capture resource. * * @return the id value */ @@ -85,7 +85,7 @@ public String id() { } /** - * Set the id value. + * Set the ID of the packet capture resource. * * @param id the id value to set * @return the PacketCaptureQueryStatusResultInner object itself. @@ -96,7 +96,7 @@ public PacketCaptureQueryStatusResultInner withId(String id) { } /** - * Get the captureStartTime value. + * Get the start time of the packet capture session. * * @return the captureStartTime value */ @@ -105,7 +105,7 @@ public DateTime captureStartTime() { } /** - * Set the captureStartTime value. + * Set the start time of the packet capture session. * * @param captureStartTime the captureStartTime value to set * @return the PacketCaptureQueryStatusResultInner object itself. @@ -116,7 +116,7 @@ public PacketCaptureQueryStatusResultInner withCaptureStartTime(DateTime capture } /** - * Get the packetCaptureStatus value. + * Get the status of the packet capture session. Possible values include: 'NotStarted', 'Running', 'Stopped', 'Error', 'Unknown'. * * @return the packetCaptureStatus value */ @@ -125,7 +125,7 @@ public PcStatus packetCaptureStatus() { } /** - * Set the packetCaptureStatus value. + * Set the status of the packet capture session. Possible values include: 'NotStarted', 'Running', 'Stopped', 'Error', 'Unknown'. * * @param packetCaptureStatus the packetCaptureStatus value to set * @return the PacketCaptureQueryStatusResultInner object itself. @@ -136,7 +136,7 @@ public PacketCaptureQueryStatusResultInner withPacketCaptureStatus(PcStatus pack } /** - * Get the stopReason value. + * Get the reason the current packet capture session was stopped. * * @return the stopReason value */ @@ -145,7 +145,7 @@ public String stopReason() { } /** - * Set the stopReason value. + * Set the reason the current packet capture session was stopped. * * @param stopReason the stopReason value to set * @return the PacketCaptureQueryStatusResultInner object itself. @@ -156,7 +156,7 @@ public PacketCaptureQueryStatusResultInner withStopReason(String stopReason) { } /** - * Get the packetCaptureError value. + * Get list of errors of packet capture session. * * @return the packetCaptureError value */ @@ -165,7 +165,7 @@ public List packetCaptureError() { } /** - * Set the packetCaptureError value. + * Set list of errors of packet capture session. * * @param packetCaptureError the packetCaptureError value to set * @return the PacketCaptureQueryStatusResultInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/PacketCaptureResultInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/PacketCaptureResultInner.java index 8e045b232744..7a957b78c0b1 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/PacketCaptureResultInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/PacketCaptureResultInner.java @@ -82,7 +82,7 @@ public class PacketCaptureResultInner { private ProvisioningState provisioningState; /** - * Get the name value. + * Get name of the packet capture session. * * @return the name value */ @@ -91,7 +91,7 @@ public String name() { } /** - * Get the id value. + * Get iD of the packet capture operation. * * @return the id value */ @@ -120,7 +120,7 @@ public PacketCaptureResultInner withEtag(String etag) { } /** - * Get the target value. + * Get the ID of the targeted resource, only VM is currently supported. * * @return the target value */ @@ -129,7 +129,7 @@ public String target() { } /** - * Set the target value. + * Set the ID of the targeted resource, only VM is currently supported. * * @param target the target value to set * @return the PacketCaptureResultInner object itself. @@ -140,7 +140,7 @@ public PacketCaptureResultInner withTarget(String target) { } /** - * Get the bytesToCapturePerPacket value. + * Get number of bytes captured per packet, the remaining bytes are truncated. * * @return the bytesToCapturePerPacket value */ @@ -149,7 +149,7 @@ public Integer bytesToCapturePerPacket() { } /** - * Set the bytesToCapturePerPacket value. + * Set number of bytes captured per packet, the remaining bytes are truncated. * * @param bytesToCapturePerPacket the bytesToCapturePerPacket value to set * @return the PacketCaptureResultInner object itself. @@ -160,7 +160,7 @@ public PacketCaptureResultInner withBytesToCapturePerPacket(Integer bytesToCaptu } /** - * Get the totalBytesPerSession value. + * Get maximum size of the capture output. * * @return the totalBytesPerSession value */ @@ -169,7 +169,7 @@ public Integer totalBytesPerSession() { } /** - * Set the totalBytesPerSession value. + * Set maximum size of the capture output. * * @param totalBytesPerSession the totalBytesPerSession value to set * @return the PacketCaptureResultInner object itself. @@ -180,7 +180,7 @@ public PacketCaptureResultInner withTotalBytesPerSession(Integer totalBytesPerSe } /** - * Get the timeLimitInSeconds value. + * Get maximum duration of the capture session in seconds. * * @return the timeLimitInSeconds value */ @@ -189,7 +189,7 @@ public Integer timeLimitInSeconds() { } /** - * Set the timeLimitInSeconds value. + * Set maximum duration of the capture session in seconds. * * @param timeLimitInSeconds the timeLimitInSeconds value to set * @return the PacketCaptureResultInner object itself. @@ -240,7 +240,7 @@ public PacketCaptureResultInner withFilters(List filters) { } /** - * Get the provisioningState value. + * Get the provisioning state of the packet capture session. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'. * * @return the provisioningState value */ @@ -249,7 +249,7 @@ public ProvisioningState provisioningState() { } /** - * Set the provisioningState value. + * Set the provisioning state of the packet capture session. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'. * * @param provisioningState the provisioningState value to set * @return the PacketCaptureResultInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ProbeInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ProbeInner.java index be68079df3ee..55da862a6041 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ProbeInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/ProbeInner.java @@ -90,7 +90,7 @@ public class ProbeInner extends SubResource { private String etag; /** - * Get the loadBalancingRules value. + * Get the load balancer rules that use this probe. * * @return the loadBalancingRules value */ @@ -99,7 +99,7 @@ public List loadBalancingRules() { } /** - * Get the protocol value. + * Get the protocol of the end point. Possible values are: 'Http' or 'Tcp'. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' is specified, a 200 OK response from the specifies URI is required for the probe to be successful. Possible values include: 'Http', 'Tcp'. * * @return the protocol value */ @@ -108,7 +108,7 @@ public ProbeProtocol protocol() { } /** - * Set the protocol value. + * Set the protocol of the end point. Possible values are: 'Http' or 'Tcp'. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' is specified, a 200 OK response from the specifies URI is required for the probe to be successful. Possible values include: 'Http', 'Tcp'. * * @param protocol the protocol value to set * @return the ProbeInner object itself. @@ -119,7 +119,7 @@ public ProbeInner withProtocol(ProbeProtocol protocol) { } /** - * Get the port value. + * Get the port for communicating the probe. Possible values range from 1 to 65535, inclusive. * * @return the port value */ @@ -128,7 +128,7 @@ public int port() { } /** - * Set the port value. + * Set the port for communicating the probe. Possible values range from 1 to 65535, inclusive. * * @param port the port value to set * @return the ProbeInner object itself. @@ -139,7 +139,7 @@ public ProbeInner withPort(int port) { } /** - * Get the intervalInSeconds value. + * Get the interval, in seconds, for how frequently to probe the endpoint for health status. Typically, the interval is slightly less than half the allocated timeout period (in seconds) which allows two full probes before taking the instance out of rotation. The default value is 15, the minimum value is 5. * * @return the intervalInSeconds value */ @@ -148,7 +148,7 @@ public Integer intervalInSeconds() { } /** - * Set the intervalInSeconds value. + * Set the interval, in seconds, for how frequently to probe the endpoint for health status. Typically, the interval is slightly less than half the allocated timeout period (in seconds) which allows two full probes before taking the instance out of rotation. The default value is 15, the minimum value is 5. * * @param intervalInSeconds the intervalInSeconds value to set * @return the ProbeInner object itself. @@ -159,7 +159,7 @@ public ProbeInner withIntervalInSeconds(Integer intervalInSeconds) { } /** - * Get the numberOfProbes value. + * Get the number of probes where if no response, will result in stopping further traffic from being delivered to the endpoint. This values allows endpoints to be taken out of rotation faster or slower than the typical times used in Azure. * * @return the numberOfProbes value */ @@ -168,7 +168,7 @@ public Integer numberOfProbes() { } /** - * Set the numberOfProbes value. + * Set the number of probes where if no response, will result in stopping further traffic from being delivered to the endpoint. This values allows endpoints to be taken out of rotation faster or slower than the typical times used in Azure. * * @param numberOfProbes the numberOfProbes value to set * @return the ProbeInner object itself. @@ -179,7 +179,7 @@ public ProbeInner withNumberOfProbes(Integer numberOfProbes) { } /** - * Get the requestPath value. + * Get the URI used for requesting health status from the VM. Path is required if a protocol is set to http. Otherwise, it is not allowed. There is no default value. * * @return the requestPath value */ @@ -188,7 +188,7 @@ public String requestPath() { } /** - * Set the requestPath value. + * Set the URI used for requesting health status from the VM. Path is required if a protocol is set to http. Otherwise, it is not allowed. There is no default value. * * @param requestPath the requestPath value to set * @return the ProbeInner object itself. @@ -199,7 +199,7 @@ public ProbeInner withRequestPath(String requestPath) { } /** - * Get the provisioningState value. + * Get gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -208,7 +208,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the ProbeInner object itself. @@ -219,7 +219,7 @@ public ProbeInner withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get gets name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -228,7 +228,7 @@ public String name() { } /** - * Set the name value. + * Set gets name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the ProbeInner object itself. @@ -239,7 +239,7 @@ public ProbeInner withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -248,7 +248,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the ProbeInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/PublicIPAddressInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/PublicIPAddressInner.java index 80d2c51117e5..c662cf2faefd 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/PublicIPAddressInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/PublicIPAddressInner.java @@ -102,7 +102,7 @@ public class PublicIPAddressInner extends Resource { private String id; /** - * Get the sku value. + * Get the public IP address SKU. * * @return the sku value */ @@ -111,7 +111,7 @@ public PublicIPAddressSku sku() { } /** - * Set the sku value. + * Set the public IP address SKU. * * @param sku the sku value to set * @return the PublicIPAddressInner object itself. @@ -122,7 +122,7 @@ public PublicIPAddressInner withSku(PublicIPAddressSku sku) { } /** - * Get the publicIPAllocationMethod value. + * Get the public IP allocation method. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'. * * @return the publicIPAllocationMethod value */ @@ -131,7 +131,7 @@ public IPAllocationMethod publicIPAllocationMethod() { } /** - * Set the publicIPAllocationMethod value. + * Set the public IP allocation method. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'. * * @param publicIPAllocationMethod the publicIPAllocationMethod value to set * @return the PublicIPAddressInner object itself. @@ -142,7 +142,7 @@ public PublicIPAddressInner withPublicIPAllocationMethod(IPAllocationMethod publ } /** - * Get the publicIPAddressVersion value. + * Get the public IP address version. Possible values are: 'IPv4' and 'IPv6'. Possible values include: 'IPv4', 'IPv6'. * * @return the publicIPAddressVersion value */ @@ -151,7 +151,7 @@ public IPVersion publicIPAddressVersion() { } /** - * Set the publicIPAddressVersion value. + * Set the public IP address version. Possible values are: 'IPv4' and 'IPv6'. Possible values include: 'IPv4', 'IPv6'. * * @param publicIPAddressVersion the publicIPAddressVersion value to set * @return the PublicIPAddressInner object itself. @@ -162,7 +162,7 @@ public PublicIPAddressInner withPublicIPAddressVersion(IPVersion publicIPAddress } /** - * Get the ipConfiguration value. + * Get the IP configuration associated with the public IP address. * * @return the ipConfiguration value */ @@ -171,7 +171,7 @@ public IPConfiguration ipConfiguration() { } /** - * Get the dnsSettings value. + * Get the FQDN of the DNS record associated with the public IP address. * * @return the dnsSettings value */ @@ -180,7 +180,7 @@ public PublicIPAddressDnsSettings dnsSettings() { } /** - * Set the dnsSettings value. + * Set the FQDN of the DNS record associated with the public IP address. * * @param dnsSettings the dnsSettings value to set * @return the PublicIPAddressInner object itself. @@ -191,7 +191,7 @@ public PublicIPAddressInner withDnsSettings(PublicIPAddressDnsSettings dnsSettin } /** - * Get the ipAddress value. + * Get the IP address associated with the public IP address resource. * * @return the ipAddress value */ @@ -200,7 +200,7 @@ public String ipAddress() { } /** - * Set the ipAddress value. + * Set the IP address associated with the public IP address resource. * * @param ipAddress the ipAddress value to set * @return the PublicIPAddressInner object itself. @@ -211,7 +211,7 @@ public PublicIPAddressInner withIpAddress(String ipAddress) { } /** - * Get the idleTimeoutInMinutes value. + * Get the idle timeout of the public IP address. * * @return the idleTimeoutInMinutes value */ @@ -220,7 +220,7 @@ public Integer idleTimeoutInMinutes() { } /** - * Set the idleTimeoutInMinutes value. + * Set the idle timeout of the public IP address. * * @param idleTimeoutInMinutes the idleTimeoutInMinutes value to set * @return the PublicIPAddressInner object itself. @@ -231,7 +231,7 @@ public PublicIPAddressInner withIdleTimeoutInMinutes(Integer idleTimeoutInMinute } /** - * Get the resourceGuid value. + * Get the resource GUID property of the public IP resource. * * @return the resourceGuid value */ @@ -240,7 +240,7 @@ public String resourceGuid() { } /** - * Set the resourceGuid value. + * Set the resource GUID property of the public IP resource. * * @param resourceGuid the resourceGuid value to set * @return the PublicIPAddressInner object itself. @@ -251,7 +251,7 @@ public PublicIPAddressInner withResourceGuid(String resourceGuid) { } /** - * Get the provisioningState value. + * Get the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -260,7 +260,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the PublicIPAddressInner object itself. @@ -271,7 +271,7 @@ public PublicIPAddressInner withProvisioningState(String provisioningState) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -280,7 +280,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the PublicIPAddressInner object itself. @@ -291,7 +291,7 @@ public PublicIPAddressInner withEtag(String etag) { } /** - * Get the zones value. + * Get a list of availability zones denoting the IP allocated for the resource needs to come from. * * @return the zones value */ @@ -300,7 +300,7 @@ public List zones() { } /** - * Set the zones value. + * Set a list of availability zones denoting the IP allocated for the resource needs to come from. * * @param zones the zones value to set * @return the PublicIPAddressInner object itself. @@ -311,7 +311,7 @@ public PublicIPAddressInner withZones(List zones) { } /** - * Get the id value. + * Get resource ID. * * @return the id value */ @@ -320,7 +320,7 @@ public String id() { } /** - * Set the id value. + * Set resource ID. * * @param id the id value to set * @return the PublicIPAddressInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/PublicIPAddressesImpl.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/PublicIPAddressesImpl.java index c40ea013c787..7f871486739e 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/PublicIPAddressesImpl.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/PublicIPAddressesImpl.java @@ -134,7 +134,8 @@ public Observable listVirtualMachineScaleSetPublicIPAddressesAs public Iterable call(Page page) { return page.items(); } - }) .map(new Func1() { + }) + .map(new Func1() { @Override public PublicIPAddress call(PublicIPAddressInner inner) { return new PublicIPAddressImpl(inner.name(), inner, manager()); @@ -151,7 +152,8 @@ public Observable listVirtualMachineScaleSetVMPublicIPAddresses public Iterable call(Page page) { return page.items(); } - }) .map(new Func1() { + }) + .map(new Func1() { @Override public PublicIPAddress call(PublicIPAddressInner inner) { return new PublicIPAddressImpl(inner.name(), inner, manager()); diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/RouteFilterInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/RouteFilterInner.java index e89e125e9b3f..1eef852aeb04 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/RouteFilterInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/RouteFilterInner.java @@ -53,7 +53,7 @@ public class RouteFilterInner extends Resource { private String id; /** - * Get the rules value. + * Get collection of RouteFilterRules contained within a route filter. * * @return the rules value */ @@ -62,7 +62,7 @@ public List rules() { } /** - * Set the rules value. + * Set collection of RouteFilterRules contained within a route filter. * * @param rules the rules value to set * @return the RouteFilterInner object itself. @@ -73,7 +73,7 @@ public RouteFilterInner withRules(List rules) { } /** - * Get the peerings value. + * Get a collection of references to express route circuit peerings. * * @return the peerings value */ @@ -82,7 +82,7 @@ public List peerings() { } /** - * Set the peerings value. + * Set a collection of references to express route circuit peerings. * * @param peerings the peerings value to set * @return the RouteFilterInner object itself. @@ -93,7 +93,7 @@ public RouteFilterInner withPeerings(List peeri } /** - * Get the provisioningState value. + * Get the provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'. * * @return the provisioningState value */ @@ -102,7 +102,7 @@ public String provisioningState() { } /** - * Get the etag value. + * Get gets a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -111,7 +111,7 @@ public String etag() { } /** - * Get the id value. + * Get resource ID. * * @return the id value */ @@ -120,7 +120,7 @@ public String id() { } /** - * Set the id value. + * Set resource ID. * * @param id the id value to set * @return the RouteFilterInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/RouteFilterRuleInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/RouteFilterRuleInner.java index df1e64de040f..aa8a08adb26e 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/RouteFilterRuleInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/RouteFilterRuleInner.java @@ -74,13 +74,15 @@ public class RouteFilterRuleInner extends SubResource { /** * Creates an instance of RouteFilterRuleInner class. + * @param access the access type of the rule. Valid values are: 'Allow', 'Deny'. Possible values include: 'Allow', 'Deny'. + * @param communities the collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']. */ public RouteFilterRuleInner() { routeFilterRuleType = "Community"; } /** - * Get the access value. + * Get the access type of the rule. Valid values are: 'Allow', 'Deny'. Possible values include: 'Allow', 'Deny'. * * @return the access value */ @@ -89,7 +91,7 @@ public Access access() { } /** - * Set the access value. + * Set the access type of the rule. Valid values are: 'Allow', 'Deny'. Possible values include: 'Allow', 'Deny'. * * @param access the access value to set * @return the RouteFilterRuleInner object itself. @@ -100,7 +102,7 @@ public RouteFilterRuleInner withAccess(Access access) { } /** - * Get the routeFilterRuleType value. + * Get the rule type of the rule. Valid value is: 'Community'. * * @return the routeFilterRuleType value */ @@ -109,7 +111,7 @@ public String routeFilterRuleType() { } /** - * Set the routeFilterRuleType value. + * Set the rule type of the rule. Valid value is: 'Community'. * * @param routeFilterRuleType the routeFilterRuleType value to set * @return the RouteFilterRuleInner object itself. @@ -120,7 +122,7 @@ public RouteFilterRuleInner withRouteFilterRuleType(String routeFilterRuleType) } /** - * Get the communities value. + * Get the collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']. * * @return the communities value */ @@ -129,7 +131,7 @@ public List communities() { } /** - * Set the communities value. + * Set the collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']. * * @param communities the communities value to set * @return the RouteFilterRuleInner object itself. @@ -140,7 +142,7 @@ public RouteFilterRuleInner withCommunities(List communities) { } /** - * Get the provisioningState value. + * Get the provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'. * * @return the provisioningState value */ @@ -149,7 +151,7 @@ public String provisioningState() { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -158,7 +160,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the RouteFilterRuleInner object itself. @@ -169,7 +171,7 @@ public RouteFilterRuleInner withName(String name) { } /** - * Get the location value. + * Get resource location. * * @return the location value */ @@ -178,7 +180,7 @@ public String location() { } /** - * Set the location value. + * Set resource location. * * @param location the location value to set * @return the RouteFilterRuleInner object itself. @@ -189,7 +191,7 @@ public RouteFilterRuleInner withLocation(String location) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -198,7 +200,7 @@ public String etag() { } /** - * Get the tags value. + * Get resource tags. * * @return the tags value */ @@ -207,7 +209,7 @@ public Map tags() { } /** - * Set the tags value. + * Set resource tags. * * @param tags the tags value to set * @return the RouteFilterRuleInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/RouteInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/RouteInner.java index 78b3792e3e4d..9f93a63ca90f 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/RouteInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/RouteInner.java @@ -61,7 +61,7 @@ public class RouteInner extends SubResource { private String etag; /** - * Get the addressPrefix value. + * Get the destination CIDR to which the route applies. * * @return the addressPrefix value */ @@ -70,7 +70,7 @@ public String addressPrefix() { } /** - * Set the addressPrefix value. + * Set the destination CIDR to which the route applies. * * @param addressPrefix the addressPrefix value to set * @return the RouteInner object itself. @@ -81,7 +81,7 @@ public RouteInner withAddressPrefix(String addressPrefix) { } /** - * Get the nextHopType value. + * Get the type of Azure hop the packet should be sent to. Possible values are: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', and 'None'. Possible values include: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', 'None'. * * @return the nextHopType value */ @@ -90,7 +90,7 @@ public RouteNextHopType nextHopType() { } /** - * Set the nextHopType value. + * Set the type of Azure hop the packet should be sent to. Possible values are: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', and 'None'. Possible values include: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', 'None'. * * @param nextHopType the nextHopType value to set * @return the RouteInner object itself. @@ -101,7 +101,7 @@ public RouteInner withNextHopType(RouteNextHopType nextHopType) { } /** - * Get the nextHopIpAddress value. + * Get the IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance. * * @return the nextHopIpAddress value */ @@ -110,7 +110,7 @@ public String nextHopIpAddress() { } /** - * Set the nextHopIpAddress value. + * Set the IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance. * * @param nextHopIpAddress the nextHopIpAddress value to set * @return the RouteInner object itself. @@ -121,7 +121,7 @@ public RouteInner withNextHopIpAddress(String nextHopIpAddress) { } /** - * Get the provisioningState value. + * Get the provisioning state of the resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -130,7 +130,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set the provisioning state of the resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the RouteInner object itself. @@ -141,7 +141,7 @@ public RouteInner withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -150,7 +150,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the RouteInner object itself. @@ -161,7 +161,7 @@ public RouteInner withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -170,7 +170,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the RouteInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/RouteTableInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/RouteTableInner.java index 7f2b778ea83c..8a0f80e4b149 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/RouteTableInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/RouteTableInner.java @@ -60,7 +60,7 @@ public class RouteTableInner extends Resource { private String id; /** - * Get the routes value. + * Get collection of routes contained within a route table. * * @return the routes value */ @@ -69,7 +69,7 @@ public List routes() { } /** - * Set the routes value. + * Set collection of routes contained within a route table. * * @param routes the routes value to set * @return the RouteTableInner object itself. @@ -80,7 +80,7 @@ public RouteTableInner withRoutes(List routes) { } /** - * Get the subnets value. + * Get a collection of references to subnets. * * @return the subnets value */ @@ -89,7 +89,7 @@ public List subnets() { } /** - * Get the disableBgpRoutePropagation value. + * Get gets or sets whether to disable the routes learned by BGP on that route table. True means disable. * * @return the disableBgpRoutePropagation value */ @@ -98,7 +98,7 @@ public Boolean disableBgpRoutePropagation() { } /** - * Set the disableBgpRoutePropagation value. + * Set gets or sets whether to disable the routes learned by BGP on that route table. True means disable. * * @param disableBgpRoutePropagation the disableBgpRoutePropagation value to set * @return the RouteTableInner object itself. @@ -109,7 +109,7 @@ public RouteTableInner withDisableBgpRoutePropagation(Boolean disableBgpRoutePro } /** - * Get the provisioningState value. + * Get the provisioning state of the resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -118,7 +118,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set the provisioning state of the resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the RouteTableInner object itself. @@ -129,7 +129,7 @@ public RouteTableInner withProvisioningState(String provisioningState) { } /** - * Get the etag value. + * Get gets a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -138,7 +138,7 @@ public String etag() { } /** - * Set the etag value. + * Set gets a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the RouteTableInner object itself. @@ -149,7 +149,7 @@ public RouteTableInner withEtag(String etag) { } /** - * Get the id value. + * Get resource ID. * * @return the id value */ @@ -158,7 +158,7 @@ public String id() { } /** - * Set the id value. + * Set resource ID. * * @param id the id value to set * @return the RouteTableInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/SecurityGroupViewResultInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/SecurityGroupViewResultInner.java index e1ddf3975ad5..7540cda0b52b 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/SecurityGroupViewResultInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/SecurityGroupViewResultInner.java @@ -23,7 +23,7 @@ public class SecurityGroupViewResultInner { private List networkInterfaces; /** - * Get the networkInterfaces value. + * Get list of network interfaces on the specified VM. * * @return the networkInterfaces value */ @@ -32,7 +32,7 @@ public List networkInterfaces() { } /** - * Set the networkInterfaces value. + * Set list of network interfaces on the specified VM. * * @param networkInterfaces the networkInterfaces value to set * @return the SecurityGroupViewResultInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/SecurityRuleInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/SecurityRuleInner.java index da5b4b47ff69..07ce0747c30e 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/SecurityRuleInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/SecurityRuleInner.java @@ -146,7 +146,7 @@ public class SecurityRuleInner extends SubResource { private String etag; /** - * Get the description value. + * Get a description for this rule. Restricted to 140 chars. * * @return the description value */ @@ -155,7 +155,7 @@ public String description() { } /** - * Set the description value. + * Set a description for this rule. Restricted to 140 chars. * * @param description the description value to set * @return the SecurityRuleInner object itself. @@ -166,7 +166,7 @@ public SecurityRuleInner withDescription(String description) { } /** - * Get the protocol value. + * Get network protocol this rule applies to. Possible values are 'Tcp', 'Udp', and '*'. Possible values include: 'Tcp', 'Udp', '*'. * * @return the protocol value */ @@ -175,7 +175,7 @@ public SecurityRuleProtocol protocol() { } /** - * Set the protocol value. + * Set network protocol this rule applies to. Possible values are 'Tcp', 'Udp', and '*'. Possible values include: 'Tcp', 'Udp', '*'. * * @param protocol the protocol value to set * @return the SecurityRuleInner object itself. @@ -186,7 +186,7 @@ public SecurityRuleInner withProtocol(SecurityRuleProtocol protocol) { } /** - * Get the sourcePortRange value. + * Get the source port or range. Integer or range between 0 and 65535. Asterix '*' can also be used to match all ports. * * @return the sourcePortRange value */ @@ -195,7 +195,7 @@ public String sourcePortRange() { } /** - * Set the sourcePortRange value. + * Set the source port or range. Integer or range between 0 and 65535. Asterix '*' can also be used to match all ports. * * @param sourcePortRange the sourcePortRange value to set * @return the SecurityRuleInner object itself. @@ -206,7 +206,7 @@ public SecurityRuleInner withSourcePortRange(String sourcePortRange) { } /** - * Get the destinationPortRange value. + * Get the destination port or range. Integer or range between 0 and 65535. Asterix '*' can also be used to match all ports. * * @return the destinationPortRange value */ @@ -215,7 +215,7 @@ public String destinationPortRange() { } /** - * Set the destinationPortRange value. + * Set the destination port or range. Integer or range between 0 and 65535. Asterix '*' can also be used to match all ports. * * @param destinationPortRange the destinationPortRange value to set * @return the SecurityRuleInner object itself. @@ -226,7 +226,7 @@ public SecurityRuleInner withDestinationPortRange(String destinationPortRange) { } /** - * Get the sourceAddressPrefix value. + * Get the CIDR or source IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. * * @return the sourceAddressPrefix value */ @@ -235,7 +235,7 @@ public String sourceAddressPrefix() { } /** - * Set the sourceAddressPrefix value. + * Set the CIDR or source IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. * * @param sourceAddressPrefix the sourceAddressPrefix value to set * @return the SecurityRuleInner object itself. @@ -246,7 +246,7 @@ public SecurityRuleInner withSourceAddressPrefix(String sourceAddressPrefix) { } /** - * Get the sourceAddressPrefixes value. + * Get the CIDR or source IP ranges. * * @return the sourceAddressPrefixes value */ @@ -255,7 +255,7 @@ public List sourceAddressPrefixes() { } /** - * Set the sourceAddressPrefixes value. + * Set the CIDR or source IP ranges. * * @param sourceAddressPrefixes the sourceAddressPrefixes value to set * @return the SecurityRuleInner object itself. @@ -266,7 +266,7 @@ public SecurityRuleInner withSourceAddressPrefixes(List sourceAddressPre } /** - * Get the sourceApplicationSecurityGroups value. + * Get the application security group specified as source. * * @return the sourceApplicationSecurityGroups value */ @@ -275,7 +275,7 @@ public List sourceApplicationSecurityGroups() { } /** - * Set the sourceApplicationSecurityGroups value. + * Set the application security group specified as source. * * @param sourceApplicationSecurityGroups the sourceApplicationSecurityGroups value to set * @return the SecurityRuleInner object itself. @@ -286,7 +286,7 @@ public SecurityRuleInner withSourceApplicationSecurityGroups(List destinationAddressPrefixes() { } /** - * Set the destinationAddressPrefixes value. + * Set the destination address prefixes. CIDR or destination IP ranges. * * @param destinationAddressPrefixes the destinationAddressPrefixes value to set * @return the SecurityRuleInner object itself. @@ -326,7 +326,7 @@ public SecurityRuleInner withDestinationAddressPrefixes(List destination } /** - * Get the destinationApplicationSecurityGroups value. + * Get the application security group specified as destination. * * @return the destinationApplicationSecurityGroups value */ @@ -335,7 +335,7 @@ public List destinationApplicationSecurityGroups( } /** - * Set the destinationApplicationSecurityGroups value. + * Set the application security group specified as destination. * * @param destinationApplicationSecurityGroups the destinationApplicationSecurityGroups value to set * @return the SecurityRuleInner object itself. @@ -346,7 +346,7 @@ public SecurityRuleInner withDestinationApplicationSecurityGroups(List sourcePortRanges() { } /** - * Set the sourcePortRanges value. + * Set the source port ranges. * * @param sourcePortRanges the sourcePortRanges value to set * @return the SecurityRuleInner object itself. @@ -366,7 +366,7 @@ public SecurityRuleInner withSourcePortRanges(List sourcePortRanges) { } /** - * Get the destinationPortRanges value. + * Get the destination port ranges. * * @return the destinationPortRanges value */ @@ -375,7 +375,7 @@ public List destinationPortRanges() { } /** - * Set the destinationPortRanges value. + * Set the destination port ranges. * * @param destinationPortRanges the destinationPortRanges value to set * @return the SecurityRuleInner object itself. @@ -386,7 +386,7 @@ public SecurityRuleInner withDestinationPortRanges(List destinationPortR } /** - * Get the access value. + * Get the network traffic is allowed or denied. Possible values are: 'Allow' and 'Deny'. Possible values include: 'Allow', 'Deny'. * * @return the access value */ @@ -395,7 +395,7 @@ public SecurityRuleAccess access() { } /** - * Set the access value. + * Set the network traffic is allowed or denied. Possible values are: 'Allow' and 'Deny'. Possible values include: 'Allow', 'Deny'. * * @param access the access value to set * @return the SecurityRuleInner object itself. @@ -406,7 +406,7 @@ public SecurityRuleInner withAccess(SecurityRuleAccess access) { } /** - * Get the priority value. + * Get the priority of the rule. The value can be between 100 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. * * @return the priority value */ @@ -415,7 +415,7 @@ public Integer priority() { } /** - * Set the priority value. + * Set the priority of the rule. The value can be between 100 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. * * @param priority the priority value to set * @return the SecurityRuleInner object itself. @@ -426,7 +426,7 @@ public SecurityRuleInner withPriority(Integer priority) { } /** - * Get the direction value. + * Get the direction of the rule. The direction specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound'. * * @return the direction value */ @@ -435,7 +435,7 @@ public SecurityRuleDirection direction() { } /** - * Set the direction value. + * Set the direction of the rule. The direction specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound'. * * @param direction the direction value to set * @return the SecurityRuleInner object itself. @@ -446,7 +446,7 @@ public SecurityRuleInner withDirection(SecurityRuleDirection direction) { } /** - * Get the provisioningState value. + * Get the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -455,7 +455,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the SecurityRuleInner object itself. @@ -466,7 +466,7 @@ public SecurityRuleInner withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -475,7 +475,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the SecurityRuleInner object itself. @@ -486,7 +486,7 @@ public SecurityRuleInner withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -495,7 +495,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the SecurityRuleInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/SubnetInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/SubnetInner.java index 29f12fd2ba3c..59a6043ed51f 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/SubnetInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/SubnetInner.java @@ -78,7 +78,7 @@ public class SubnetInner extends SubResource { private String etag; /** - * Get the addressPrefix value. + * Get the address prefix for the subnet. * * @return the addressPrefix value */ @@ -87,7 +87,7 @@ public String addressPrefix() { } /** - * Set the addressPrefix value. + * Set the address prefix for the subnet. * * @param addressPrefix the addressPrefix value to set * @return the SubnetInner object itself. @@ -98,7 +98,7 @@ public SubnetInner withAddressPrefix(String addressPrefix) { } /** - * Get the networkSecurityGroup value. + * Get the reference of the NetworkSecurityGroup resource. * * @return the networkSecurityGroup value */ @@ -107,7 +107,7 @@ public NetworkSecurityGroupInner networkSecurityGroup() { } /** - * Set the networkSecurityGroup value. + * Set the reference of the NetworkSecurityGroup resource. * * @param networkSecurityGroup the networkSecurityGroup value to set * @return the SubnetInner object itself. @@ -118,7 +118,7 @@ public SubnetInner withNetworkSecurityGroup(NetworkSecurityGroupInner networkSec } /** - * Get the routeTable value. + * Get the reference of the RouteTable resource. * * @return the routeTable value */ @@ -127,7 +127,7 @@ public RouteTableInner routeTable() { } /** - * Set the routeTable value. + * Set the reference of the RouteTable resource. * * @param routeTable the routeTable value to set * @return the SubnetInner object itself. @@ -138,7 +138,7 @@ public SubnetInner withRouteTable(RouteTableInner routeTable) { } /** - * Get the serviceEndpoints value. + * Get an array of service endpoints. * * @return the serviceEndpoints value */ @@ -147,7 +147,7 @@ public List serviceEndpoints() { } /** - * Set the serviceEndpoints value. + * Set an array of service endpoints. * * @param serviceEndpoints the serviceEndpoints value to set * @return the SubnetInner object itself. @@ -158,7 +158,7 @@ public SubnetInner withServiceEndpoints(List se } /** - * Get the ipConfigurations value. + * Get gets an array of references to the network interface IP configurations using subnet. * * @return the ipConfigurations value */ @@ -167,7 +167,7 @@ public List ipConfigurations() { } /** - * Get the resourceNavigationLinks value. + * Get gets an array of references to the external resources using subnet. * * @return the resourceNavigationLinks value */ @@ -176,7 +176,7 @@ public List resourceNavigationLinks() { } /** - * Set the resourceNavigationLinks value. + * Set gets an array of references to the external resources using subnet. * * @param resourceNavigationLinks the resourceNavigationLinks value to set * @return the SubnetInner object itself. @@ -187,7 +187,7 @@ public SubnetInner withResourceNavigationLinks(List reso } /** - * Get the provisioningState value. + * Get the provisioning state of the resource. * * @return the provisioningState value */ @@ -196,7 +196,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set the provisioning state of the resource. * * @param provisioningState the provisioningState value to set * @return the SubnetInner object itself. @@ -207,7 +207,7 @@ public SubnetInner withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -216,7 +216,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the SubnetInner object itself. @@ -227,7 +227,7 @@ public SubnetInner withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -236,7 +236,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the SubnetInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/TopologyInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/TopologyInner.java index 18181d1a856a..0af93f974fdd 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/TopologyInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/TopologyInner.java @@ -43,7 +43,7 @@ public class TopologyInner { private List resources; /** - * Get the id value. + * Get gUID representing the operation id. * * @return the id value */ @@ -52,7 +52,7 @@ public String id() { } /** - * Get the createdDateTime value. + * Get the datetime when the topology was initially created for the resource group. * * @return the createdDateTime value */ @@ -61,7 +61,7 @@ public DateTime createdDateTime() { } /** - * Get the lastModified value. + * Get the datetime when the topology was last modified. * * @return the lastModified value */ diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/TroubleshootingResultInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/TroubleshootingResultInner.java index 0c342c3738c1..4139d971436d 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/TroubleshootingResultInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/TroubleshootingResultInner.java @@ -42,7 +42,7 @@ public class TroubleshootingResultInner { private List results; /** - * Get the startTime value. + * Get the start time of the troubleshooting. * * @return the startTime value */ @@ -51,7 +51,7 @@ public DateTime startTime() { } /** - * Set the startTime value. + * Set the start time of the troubleshooting. * * @param startTime the startTime value to set * @return the TroubleshootingResultInner object itself. @@ -62,7 +62,7 @@ public TroubleshootingResultInner withStartTime(DateTime startTime) { } /** - * Get the endTime value. + * Get the end time of the troubleshooting. * * @return the endTime value */ @@ -71,7 +71,7 @@ public DateTime endTime() { } /** - * Set the endTime value. + * Set the end time of the troubleshooting. * * @param endTime the endTime value to set * @return the TroubleshootingResultInner object itself. @@ -82,7 +82,7 @@ public TroubleshootingResultInner withEndTime(DateTime endTime) { } /** - * Get the code value. + * Get the result code of the troubleshooting. * * @return the code value */ @@ -91,7 +91,7 @@ public String code() { } /** - * Set the code value. + * Set the result code of the troubleshooting. * * @param code the code value to set * @return the TroubleshootingResultInner object itself. @@ -102,7 +102,7 @@ public TroubleshootingResultInner withCode(String code) { } /** - * Get the results value. + * Get information from troubleshooting. * * @return the results value */ @@ -111,7 +111,7 @@ public List results() { } /** - * Set the results value. + * Set information from troubleshooting. * * @param results the results value to set * @return the TroubleshootingResultInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/UsageInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/UsageInner.java index c529990744a4..f65545b82ce1 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/UsageInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/UsageInner.java @@ -47,13 +47,16 @@ public class UsageInner { /** * Creates an instance of UsageInner class. + * @param currentValue the current value of the usage. + * @param limit the limit of usage. + * @param name the name of the type of usage. */ public UsageInner() { unit = "Count"; } /** - * Get the id value. + * Get resource identifier. * * @return the id value */ @@ -62,7 +65,7 @@ public String id() { } /** - * Get the unit value. + * Get an enum describing the unit of measurement. * * @return the unit value */ @@ -71,7 +74,7 @@ public String unit() { } /** - * Set the unit value. + * Set an enum describing the unit of measurement. * * @param unit the unit value to set * @return the UsageInner object itself. @@ -82,7 +85,7 @@ public UsageInner withUnit(String unit) { } /** - * Get the currentValue value. + * Get the current value of the usage. * * @return the currentValue value */ @@ -91,7 +94,7 @@ public long currentValue() { } /** - * Set the currentValue value. + * Set the current value of the usage. * * @param currentValue the currentValue value to set * @return the UsageInner object itself. @@ -102,7 +105,7 @@ public UsageInner withCurrentValue(long currentValue) { } /** - * Get the limit value. + * Get the limit of usage. * * @return the limit value */ @@ -111,7 +114,7 @@ public long limit() { } /** - * Set the limit value. + * Set the limit of usage. * * @param limit the limit value to set * @return the UsageInner object itself. @@ -122,7 +125,7 @@ public UsageInner withLimit(long limit) { } /** - * Get the name value. + * Get the name of the type of usage. * * @return the name value */ @@ -131,7 +134,7 @@ public UsageName name() { } /** - * Set the name value. + * Set the name of the type of usage. * * @param name the name value to set * @return the UsageInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/VerificationIPFlowResultInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/VerificationIPFlowResultInner.java index 5ed6ad1f10fc..c82b4cfe1f2a 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/VerificationIPFlowResultInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/VerificationIPFlowResultInner.java @@ -30,7 +30,7 @@ public class VerificationIPFlowResultInner { private String ruleName; /** - * Get the access value. + * Get indicates whether the traffic is allowed or denied. Possible values include: 'Allow', 'Deny'. * * @return the access value */ @@ -39,7 +39,7 @@ public Access access() { } /** - * Set the access value. + * Set indicates whether the traffic is allowed or denied. Possible values include: 'Allow', 'Deny'. * * @param access the access value to set * @return the VerificationIPFlowResultInner object itself. @@ -50,7 +50,7 @@ public VerificationIPFlowResultInner withAccess(Access access) { } /** - * Get the ruleName value. + * Get name of the rule. If input is not matched against any security rule, it is not displayed. * * @return the ruleName value */ @@ -59,7 +59,7 @@ public String ruleName() { } /** - * Set the ruleName value. + * Set name of the rule. If input is not matched against any security rule, it is not displayed. * * @param ruleName the ruleName value to set * @return the VerificationIPFlowResultInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/VirtualNetworkGatewayConnectionInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/VirtualNetworkGatewayConnectionInner.java index c81579aaef83..e20a63cdd5ad 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/VirtualNetworkGatewayConnectionInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/VirtualNetworkGatewayConnectionInner.java @@ -147,7 +147,7 @@ public class VirtualNetworkGatewayConnectionInner extends Resource { private String id; /** - * Get the authorizationKey value. + * Get the authorizationKey. * * @return the authorizationKey value */ @@ -156,7 +156,7 @@ public String authorizationKey() { } /** - * Set the authorizationKey value. + * Set the authorizationKey. * * @param authorizationKey the authorizationKey value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -167,7 +167,7 @@ public VirtualNetworkGatewayConnectionInner withAuthorizationKey(String authoriz } /** - * Get the virtualNetworkGateway1 value. + * Get the reference to virtual network gateway resource. * * @return the virtualNetworkGateway1 value */ @@ -176,7 +176,7 @@ public VirtualNetworkGatewayInner virtualNetworkGateway1() { } /** - * Set the virtualNetworkGateway1 value. + * Set the reference to virtual network gateway resource. * * @param virtualNetworkGateway1 the virtualNetworkGateway1 value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -187,7 +187,7 @@ public VirtualNetworkGatewayConnectionInner withVirtualNetworkGateway1(VirtualNe } /** - * Get the virtualNetworkGateway2 value. + * Get the reference to virtual network gateway resource. * * @return the virtualNetworkGateway2 value */ @@ -196,7 +196,7 @@ public VirtualNetworkGatewayInner virtualNetworkGateway2() { } /** - * Set the virtualNetworkGateway2 value. + * Set the reference to virtual network gateway resource. * * @param virtualNetworkGateway2 the virtualNetworkGateway2 value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -207,7 +207,7 @@ public VirtualNetworkGatewayConnectionInner withVirtualNetworkGateway2(VirtualNe } /** - * Get the localNetworkGateway2 value. + * Get the reference to local network gateway resource. * * @return the localNetworkGateway2 value */ @@ -216,7 +216,7 @@ public LocalNetworkGatewayInner localNetworkGateway2() { } /** - * Set the localNetworkGateway2 value. + * Set the reference to local network gateway resource. * * @param localNetworkGateway2 the localNetworkGateway2 value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -227,7 +227,7 @@ public VirtualNetworkGatewayConnectionInner withLocalNetworkGateway2(LocalNetwor } /** - * Get the connectionType value. + * Get gateway connection type. Possible values are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient'. * * @return the connectionType value */ @@ -236,7 +236,7 @@ public VirtualNetworkGatewayConnectionType connectionType() { } /** - * Set the connectionType value. + * Set gateway connection type. Possible values are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient'. * * @param connectionType the connectionType value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -247,7 +247,7 @@ public VirtualNetworkGatewayConnectionInner withConnectionType(VirtualNetworkGat } /** - * Get the routingWeight value. + * Get the routing weight. * * @return the routingWeight value */ @@ -256,7 +256,7 @@ public Integer routingWeight() { } /** - * Set the routingWeight value. + * Set the routing weight. * * @param routingWeight the routingWeight value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -267,7 +267,7 @@ public VirtualNetworkGatewayConnectionInner withRoutingWeight(Integer routingWei } /** - * Get the sharedKey value. + * Get the IPSec shared key. * * @return the sharedKey value */ @@ -276,7 +276,7 @@ public String sharedKey() { } /** - * Set the sharedKey value. + * Set the IPSec shared key. * * @param sharedKey the sharedKey value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -287,7 +287,7 @@ public VirtualNetworkGatewayConnectionInner withSharedKey(String sharedKey) { } /** - * Get the connectionStatus value. + * Get virtual network Gateway connection status. Possible values are 'Unknown', 'Connecting', 'Connected' and 'NotConnected'. Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected'. * * @return the connectionStatus value */ @@ -296,7 +296,7 @@ public VirtualNetworkGatewayConnectionStatus connectionStatus() { } /** - * Get the tunnelConnectionStatus value. + * Get collection of all tunnels' connection health status. * * @return the tunnelConnectionStatus value */ @@ -305,7 +305,7 @@ public List tunnelConnectionStatus() { } /** - * Get the egressBytesTransferred value. + * Get the egress bytes transferred in this connection. * * @return the egressBytesTransferred value */ @@ -314,7 +314,7 @@ public Long egressBytesTransferred() { } /** - * Get the ingressBytesTransferred value. + * Get the ingress bytes transferred in this connection. * * @return the ingressBytesTransferred value */ @@ -323,7 +323,7 @@ public Long ingressBytesTransferred() { } /** - * Get the peer value. + * Get the reference to peerings resource. * * @return the peer value */ @@ -332,7 +332,7 @@ public SubResource peer() { } /** - * Set the peer value. + * Set the reference to peerings resource. * * @param peer the peer value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -343,7 +343,7 @@ public VirtualNetworkGatewayConnectionInner withPeer(SubResource peer) { } /** - * Get the enableBgp value. + * Get enableBgp flag. * * @return the enableBgp value */ @@ -352,7 +352,7 @@ public Boolean enableBgp() { } /** - * Set the enableBgp value. + * Set enableBgp flag. * * @param enableBgp the enableBgp value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -363,7 +363,7 @@ public VirtualNetworkGatewayConnectionInner withEnableBgp(Boolean enableBgp) { } /** - * Get the usePolicyBasedTrafficSelectors value. + * Get enable policy-based traffic selectors. * * @return the usePolicyBasedTrafficSelectors value */ @@ -372,7 +372,7 @@ public Boolean usePolicyBasedTrafficSelectors() { } /** - * Set the usePolicyBasedTrafficSelectors value. + * Set enable policy-based traffic selectors. * * @param usePolicyBasedTrafficSelectors the usePolicyBasedTrafficSelectors value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -383,7 +383,7 @@ public VirtualNetworkGatewayConnectionInner withUsePolicyBasedTrafficSelectors(B } /** - * Get the ipsecPolicies value. + * Get the IPSec Policies to be considered by this connection. * * @return the ipsecPolicies value */ @@ -392,7 +392,7 @@ public List ipsecPolicies() { } /** - * Set the ipsecPolicies value. + * Set the IPSec Policies to be considered by this connection. * * @param ipsecPolicies the ipsecPolicies value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -403,7 +403,7 @@ public VirtualNetworkGatewayConnectionInner withIpsecPolicies(List } /** - * Get the resourceGuid value. + * Get the resource GUID property of the VirtualNetworkGatewayConnection resource. * * @return the resourceGuid value */ @@ -412,7 +412,7 @@ public String resourceGuid() { } /** - * Set the resourceGuid value. + * Set the resource GUID property of the VirtualNetworkGatewayConnection resource. * * @param resourceGuid the resourceGuid value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -423,7 +423,7 @@ public VirtualNetworkGatewayConnectionInner withResourceGuid(String resourceGuid } /** - * Get the provisioningState value. + * Get the provisioning state of the VirtualNetworkGatewayConnection resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -432,7 +432,7 @@ public String provisioningState() { } /** - * Get the etag value. + * Get gets a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -441,7 +441,7 @@ public String etag() { } /** - * Set the etag value. + * Set gets a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -452,7 +452,7 @@ public VirtualNetworkGatewayConnectionInner withEtag(String etag) { } /** - * Get the id value. + * Get resource ID. * * @return the id value */ @@ -461,7 +461,7 @@ public String id() { } /** - * Set the id value. + * Set resource ID. * * @param id the id value to set * @return the VirtualNetworkGatewayConnectionInner object itself. diff --git a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/VirtualNetworkGatewayConnectionListEntityInner.java b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/VirtualNetworkGatewayConnectionListEntityInner.java index 965e114656ef..3b4926223297 100644 --- a/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/VirtualNetworkGatewayConnectionListEntityInner.java +++ b/network/resource-manager/v2017_10_01/src/main/java/com/microsoft/azure/management/network/v2017_10_01/implementation/VirtualNetworkGatewayConnectionListEntityInner.java @@ -148,7 +148,7 @@ public class VirtualNetworkGatewayConnectionListEntityInner extends Resource { private String id; /** - * Get the authorizationKey value. + * Get the authorizationKey. * * @return the authorizationKey value */ @@ -157,7 +157,7 @@ public String authorizationKey() { } /** - * Set the authorizationKey value. + * Set the authorizationKey. * * @param authorizationKey the authorizationKey value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -168,7 +168,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withAuthorizationKey(Strin } /** - * Get the virtualNetworkGateway1 value. + * Get the reference to virtual network gateway resource. * * @return the virtualNetworkGateway1 value */ @@ -177,7 +177,7 @@ public VirtualNetworkConnectionGatewayReference virtualNetworkGateway1() { } /** - * Set the virtualNetworkGateway1 value. + * Set the reference to virtual network gateway resource. * * @param virtualNetworkGateway1 the virtualNetworkGateway1 value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -188,7 +188,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withVirtualNetworkGateway1 } /** - * Get the virtualNetworkGateway2 value. + * Get the reference to virtual network gateway resource. * * @return the virtualNetworkGateway2 value */ @@ -197,7 +197,7 @@ public VirtualNetworkConnectionGatewayReference virtualNetworkGateway2() { } /** - * Set the virtualNetworkGateway2 value. + * Set the reference to virtual network gateway resource. * * @param virtualNetworkGateway2 the virtualNetworkGateway2 value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -208,7 +208,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withVirtualNetworkGateway2 } /** - * Get the localNetworkGateway2 value. + * Get the reference to local network gateway resource. * * @return the localNetworkGateway2 value */ @@ -217,7 +217,7 @@ public VirtualNetworkConnectionGatewayReference localNetworkGateway2() { } /** - * Set the localNetworkGateway2 value. + * Set the reference to local network gateway resource. * * @param localNetworkGateway2 the localNetworkGateway2 value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -228,7 +228,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withLocalNetworkGateway2(V } /** - * Get the connectionType value. + * Get gateway connection type. Possible values are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient'. * * @return the connectionType value */ @@ -237,7 +237,7 @@ public VirtualNetworkGatewayConnectionType connectionType() { } /** - * Set the connectionType value. + * Set gateway connection type. Possible values are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient'. * * @param connectionType the connectionType value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -248,7 +248,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withConnectionType(Virtual } /** - * Get the routingWeight value. + * Get the routing weight. * * @return the routingWeight value */ @@ -257,7 +257,7 @@ public Integer routingWeight() { } /** - * Set the routingWeight value. + * Set the routing weight. * * @param routingWeight the routingWeight value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -268,7 +268,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withRoutingWeight(Integer } /** - * Get the sharedKey value. + * Get the IPSec shared key. * * @return the sharedKey value */ @@ -277,7 +277,7 @@ public String sharedKey() { } /** - * Set the sharedKey value. + * Set the IPSec shared key. * * @param sharedKey the sharedKey value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -288,7 +288,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withSharedKey(String share } /** - * Get the connectionStatus value. + * Get virtual network Gateway connection status. Possible values are 'Unknown', 'Connecting', 'Connected' and 'NotConnected'. Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected'. * * @return the connectionStatus value */ @@ -297,7 +297,7 @@ public VirtualNetworkGatewayConnectionStatus connectionStatus() { } /** - * Get the tunnelConnectionStatus value. + * Get collection of all tunnels' connection health status. * * @return the tunnelConnectionStatus value */ @@ -306,7 +306,7 @@ public List tunnelConnectionStatus() { } /** - * Get the egressBytesTransferred value. + * Get the egress bytes transferred in this connection. * * @return the egressBytesTransferred value */ @@ -315,7 +315,7 @@ public Long egressBytesTransferred() { } /** - * Get the ingressBytesTransferred value. + * Get the ingress bytes transferred in this connection. * * @return the ingressBytesTransferred value */ @@ -324,7 +324,7 @@ public Long ingressBytesTransferred() { } /** - * Get the peer value. + * Get the reference to peerings resource. * * @return the peer value */ @@ -333,7 +333,7 @@ public SubResource peer() { } /** - * Set the peer value. + * Set the reference to peerings resource. * * @param peer the peer value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -344,7 +344,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withPeer(SubResource peer) } /** - * Get the enableBgp value. + * Get enableBgp flag. * * @return the enableBgp value */ @@ -353,7 +353,7 @@ public Boolean enableBgp() { } /** - * Set the enableBgp value. + * Set enableBgp flag. * * @param enableBgp the enableBgp value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -364,7 +364,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withEnableBgp(Boolean enab } /** - * Get the usePolicyBasedTrafficSelectors value. + * Get enable policy-based traffic selectors. * * @return the usePolicyBasedTrafficSelectors value */ @@ -373,7 +373,7 @@ public Boolean usePolicyBasedTrafficSelectors() { } /** - * Set the usePolicyBasedTrafficSelectors value. + * Set enable policy-based traffic selectors. * * @param usePolicyBasedTrafficSelectors the usePolicyBasedTrafficSelectors value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -384,7 +384,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withUsePolicyBasedTrafficS } /** - * Get the ipsecPolicies value. + * Get the IPSec Policies to be considered by this connection. * * @return the ipsecPolicies value */ @@ -393,7 +393,7 @@ public List ipsecPolicies() { } /** - * Set the ipsecPolicies value. + * Set the IPSec Policies to be considered by this connection. * * @param ipsecPolicies the ipsecPolicies value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -404,7 +404,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withIpsecPolicies(List ipConfigurations() { } /** - * Set the ipConfigurations value. + * Set iP configurations for virtual network gateway. * * @param ipConfigurations the ipConfigurations value to set * @return the VirtualNetworkGatewayInner object itself. @@ -135,7 +135,7 @@ public VirtualNetworkGatewayInner withIpConfigurations(List subnets() { } /** - * Set the subnets value. + * Set a list of subnets in a Virtual Network. * * @param subnets the subnets value to set * @return the VirtualNetworkInner object itself. @@ -149,7 +149,7 @@ public VirtualNetworkInner withSubnets(List subnets) { } /** - * Get the virtualNetworkPeerings value. + * Get a list of peerings in a Virtual Network. * * @return the virtualNetworkPeerings value */ @@ -158,7 +158,7 @@ public List virtualNetworkPeerings() { } /** - * Set the virtualNetworkPeerings value. + * Set a list of peerings in a Virtual Network. * * @param virtualNetworkPeerings the virtualNetworkPeerings value to set * @return the VirtualNetworkInner object itself. @@ -169,7 +169,7 @@ public VirtualNetworkInner withVirtualNetworkPeerings(List - - 4.0.0 - com.microsoft.azure.network.v2018_05_01 - - com.microsoft.azure - azure-arm-parent - 0.0.2-beta - ../../../pom.xml - - azure-mgmt-network - 1.0.0-beta - jar - Microsoft Azure SDK for Network Management - This package contains Microsoft Network Management SDK. - https://github.com/Azure/azure-libraries-for-java - - - The MIT License (MIT) - http://opensource.org/licenses/MIT - repo - - - - scm:git:https://github.com/Azure/azure-libraries-for-java - scm:git:git@github.com:Azure/azure-libraries-for-java.git - HEAD - - - UTF-8 - - - - - microsoft - Microsoft - - - - - com.microsoft.azure - azure-client-runtime - - - com.microsoft.azure - azure-arm-client-runtime - - - junit - junit - test - - - com.microsoft.azure - azure-client-authentication - test - - - com.microsoft.azure - azure-mgmt-resources - test - - - com.microsoft.azure - azure-arm-client-runtime - test-jar - test - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - - true - true - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - - com.microsoft.azure.management.apigeneration.LangDefinitionProcessor - - - true - true - - true - true - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.8 - - *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search - - - /** -
* Copyright (c) Microsoft Corporation. All rights reserved. -
* Licensed under the MIT License. See License.txt in the project root for -
* license information. -
*/ - ]]> -
-
-
-
-
-
+ + + 4.0.0 + com.microsoft.azure.network.v2018_05_01 + + com.microsoft.azure + azure-arm-parent + 0.0.2-beta + ../../../pom.xml + + azure-mgmt-network + 1.0.0-beta + jar + Microsoft Azure SDK for Network Management + This package contains Microsoft Network Management SDK. + https://github.com/Azure/azure-libraries-for-java + + + The MIT License (MIT) + http://opensource.org/licenses/MIT + repo + + + + scm:git:https://github.com/Azure/azure-libraries-for-java + scm:git:git@github.com:Azure/azure-libraries-for-java.git + HEAD + + + UTF-8 + + + + + microsoft + Microsoft + + + + + com.microsoft.azure + azure-client-runtime + + + com.microsoft.azure + azure-arm-client-runtime + + + junit + junit + test + + + com.microsoft.azure + azure-client-authentication + test + + + com.microsoft.azure + azure-mgmt-resources + test + + + com.microsoft.azure + azure-arm-client-runtime + test-jar + test + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + true + true + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + com.microsoft.azure.management.apigeneration.LangDefinitionProcessor + + + true + true + + true + true + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search + + + /** +
* Copyright (c) Microsoft Corporation. All rights reserved. +
* Licensed under the MIT License. See License.txt in the project root for +
* license information. +
*/ + ]]> +
+
+
+
+
+
diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AddressSpace.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AddressSpace.java index 6e21eb3b2fb7..2224cf724a1c 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AddressSpace.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AddressSpace.java @@ -24,7 +24,7 @@ public class AddressSpace { private List addressPrefixes; /** - * Get the addressPrefixes value. + * Get a list of address blocks reserved for this virtual network in CIDR notation. * * @return the addressPrefixes value */ @@ -33,7 +33,7 @@ public List addressPrefixes() { } /** - * Set the addressPrefixes value. + * Set a list of address blocks reserved for this virtual network in CIDR notation. * * @param addressPrefixes the addressPrefixes value to set * @return the AddressSpace object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGateway.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGateway.java index 990903ca5e93..e2a26a5db2ba 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGateway.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGateway.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2018_05_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayAuthenticationCertificate.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayAuthenticationCertificate.java index 3d8e9d9af305..ae78f280308f 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayAuthenticationCertificate.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayAuthenticationCertificate.java @@ -50,7 +50,7 @@ public class ApplicationGatewayAuthenticationCertificate extends SubResource { private String type; /** - * Get the data value. + * Get certificate public data. * * @return the data value */ @@ -59,7 +59,7 @@ public String data() { } /** - * Set the data value. + * Set certificate public data. * * @param data the data value to set * @return the ApplicationGatewayAuthenticationCertificate object itself. @@ -70,7 +70,7 @@ public ApplicationGatewayAuthenticationCertificate withData(String data) { } /** - * Get the provisioningState value. + * Get provisioning state of the authentication certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -79,7 +79,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set provisioning state of the authentication certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the ApplicationGatewayAuthenticationCertificate object itself. @@ -90,7 +90,7 @@ public ApplicationGatewayAuthenticationCertificate withProvisioningState(String } /** - * Get the name value. + * Get name of the authentication certificate that is unique within an Application Gateway. * * @return the name value */ @@ -99,7 +99,7 @@ public String name() { } /** - * Set the name value. + * Set name of the authentication certificate that is unique within an Application Gateway. * * @param name the name value to set * @return the ApplicationGatewayAuthenticationCertificate object itself. @@ -110,7 +110,7 @@ public ApplicationGatewayAuthenticationCertificate withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -119,7 +119,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the ApplicationGatewayAuthenticationCertificate object itself. @@ -130,7 +130,7 @@ public ApplicationGatewayAuthenticationCertificate withEtag(String etag) { } /** - * Get the type value. + * Get type of the resource. * * @return the type value */ @@ -139,7 +139,7 @@ public String type() { } /** - * Set the type value. + * Set type of the resource. * * @param type the type value to set * @return the ApplicationGatewayAuthenticationCertificate object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayBackendAddress.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayBackendAddress.java index 324b08374862..2b0eb5d83025 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayBackendAddress.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayBackendAddress.java @@ -27,7 +27,7 @@ public class ApplicationGatewayBackendAddress { private String ipAddress; /** - * Get the fqdn value. + * Get fully qualified domain name (FQDN). * * @return the fqdn value */ @@ -36,7 +36,7 @@ public String fqdn() { } /** - * Set the fqdn value. + * Set fully qualified domain name (FQDN). * * @param fqdn the fqdn value to set * @return the ApplicationGatewayBackendAddress object itself. @@ -47,7 +47,7 @@ public ApplicationGatewayBackendAddress withFqdn(String fqdn) { } /** - * Get the ipAddress value. + * Get iP address. * * @return the ipAddress value */ @@ -56,7 +56,7 @@ public String ipAddress() { } /** - * Set the ipAddress value. + * Set iP address. * * @param ipAddress the ipAddress value to set * @return the ApplicationGatewayBackendAddress object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayBackendAddressPool.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayBackendAddressPool.java index 907dde4b44bb..726ffbb70aa1 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayBackendAddressPool.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayBackendAddressPool.java @@ -58,7 +58,7 @@ public class ApplicationGatewayBackendAddressPool extends SubResource { private String type; /** - * Get the backendIPConfigurations value. + * Get collection of references to IPs defined in network interfaces. * * @return the backendIPConfigurations value */ @@ -67,7 +67,7 @@ public List backendIPConfigurations() { } /** - * Set the backendIPConfigurations value. + * Set collection of references to IPs defined in network interfaces. * * @param backendIPConfigurations the backendIPConfigurations value to set * @return the ApplicationGatewayBackendAddressPool object itself. @@ -78,7 +78,7 @@ public ApplicationGatewayBackendAddressPool withBackendIPConfigurations(List backendAddresses() { } /** - * Set the backendAddresses value. + * Set backend addresses. * * @param backendAddresses the backendAddresses value to set * @return the ApplicationGatewayBackendAddressPool object itself. @@ -98,7 +98,7 @@ public ApplicationGatewayBackendAddressPool withBackendAddresses(List servers; /** - * Get the backendHttpSettings value. + * Get reference of an ApplicationGatewayBackendHttpSettings resource. * * @return the backendHttpSettings value */ @@ -37,7 +37,7 @@ public ApplicationGatewayBackendHttpSettings backendHttpSettings() { } /** - * Set the backendHttpSettings value. + * Set reference of an ApplicationGatewayBackendHttpSettings resource. * * @param backendHttpSettings the backendHttpSettings value to set * @return the ApplicationGatewayBackendHealthHttpSettings object itself. @@ -48,7 +48,7 @@ public ApplicationGatewayBackendHealthHttpSettings withBackendHttpSettings(Appli } /** - * Get the servers value. + * Get list of ApplicationGatewayBackendHealthServer resources. * * @return the servers value */ @@ -57,7 +57,7 @@ public List servers() { } /** - * Set the servers value. + * Set list of ApplicationGatewayBackendHealthServer resources. * * @param servers the servers value to set * @return the ApplicationGatewayBackendHealthHttpSettings object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayBackendHealthPool.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayBackendHealthPool.java index ef7821f3d933..598479adb669 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayBackendHealthPool.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayBackendHealthPool.java @@ -28,7 +28,7 @@ public class ApplicationGatewayBackendHealthPool { private List backendHttpSettingsCollection; /** - * Get the backendAddressPool value. + * Get reference of an ApplicationGatewayBackendAddressPool resource. * * @return the backendAddressPool value */ @@ -37,7 +37,7 @@ public ApplicationGatewayBackendAddressPool backendAddressPool() { } /** - * Set the backendAddressPool value. + * Set reference of an ApplicationGatewayBackendAddressPool resource. * * @param backendAddressPool the backendAddressPool value to set * @return the ApplicationGatewayBackendHealthPool object itself. @@ -48,7 +48,7 @@ public ApplicationGatewayBackendHealthPool withBackendAddressPool(ApplicationGat } /** - * Get the backendHttpSettingsCollection value. + * Get list of ApplicationGatewayBackendHealthHttpSettings resources. * * @return the backendHttpSettingsCollection value */ @@ -57,7 +57,7 @@ public List backendHttpSettingsColl } /** - * Set the backendHttpSettingsCollection value. + * Set list of ApplicationGatewayBackendHealthHttpSettings resources. * * @param backendHttpSettingsCollection the backendHttpSettingsCollection value to set * @return the ApplicationGatewayBackendHealthPool object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayBackendHealthServer.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayBackendHealthServer.java index 016ba30c5451..e5264a6877e0 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayBackendHealthServer.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayBackendHealthServer.java @@ -35,7 +35,7 @@ public class ApplicationGatewayBackendHealthServer { private ApplicationGatewayBackendHealthServerHealth health; /** - * Get the address value. + * Get iP address or FQDN of backend server. * * @return the address value */ @@ -44,7 +44,7 @@ public String address() { } /** - * Set the address value. + * Set iP address or FQDN of backend server. * * @param address the address value to set * @return the ApplicationGatewayBackendHealthServer object itself. @@ -55,7 +55,7 @@ public ApplicationGatewayBackendHealthServer withAddress(String address) { } /** - * Get the ipConfiguration value. + * Get reference of IP configuration of backend server. * * @return the ipConfiguration value */ @@ -64,7 +64,7 @@ public NetworkInterfaceIPConfigurationInner ipConfiguration() { } /** - * Set the ipConfiguration value. + * Set reference of IP configuration of backend server. * * @param ipConfiguration the ipConfiguration value to set * @return the ApplicationGatewayBackendHealthServer object itself. @@ -75,7 +75,7 @@ public ApplicationGatewayBackendHealthServer withIpConfiguration(NetworkInterfac } /** - * Get the health value. + * Get health of backend server. Possible values include: 'Unknown', 'Up', 'Down', 'Partial', 'Draining'. * * @return the health value */ @@ -84,7 +84,7 @@ public ApplicationGatewayBackendHealthServerHealth health() { } /** - * Set the health value. + * Set health of backend server. Possible values include: 'Unknown', 'Up', 'Down', 'Partial', 'Draining'. * * @param health the health value to set * @return the ApplicationGatewayBackendHealthServer object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayBackendHttpSettings.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayBackendHttpSettings.java index ae96549d8f35..3472c648bd5c 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayBackendHttpSettings.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayBackendHttpSettings.java @@ -122,7 +122,7 @@ public class ApplicationGatewayBackendHttpSettings extends SubResource { private String type; /** - * Get the port value. + * Get the destination port on the backend. * * @return the port value */ @@ -131,7 +131,7 @@ public Integer port() { } /** - * Set the port value. + * Set the destination port on the backend. * * @param port the port value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -142,7 +142,7 @@ public ApplicationGatewayBackendHttpSettings withPort(Integer port) { } /** - * Get the protocol value. + * Get the protocol used to communicate with the backend. Possible values are 'Http' and 'Https'. Possible values include: 'Http', 'Https'. * * @return the protocol value */ @@ -151,7 +151,7 @@ public ApplicationGatewayProtocol protocol() { } /** - * Set the protocol value. + * Set the protocol used to communicate with the backend. Possible values are 'Http' and 'Https'. Possible values include: 'Http', 'Https'. * * @param protocol the protocol value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -162,7 +162,7 @@ public ApplicationGatewayBackendHttpSettings withProtocol(ApplicationGatewayProt } /** - * Get the cookieBasedAffinity value. + * Get cookie based affinity. Possible values include: 'Enabled', 'Disabled'. * * @return the cookieBasedAffinity value */ @@ -171,7 +171,7 @@ public ApplicationGatewayCookieBasedAffinity cookieBasedAffinity() { } /** - * Set the cookieBasedAffinity value. + * Set cookie based affinity. Possible values include: 'Enabled', 'Disabled'. * * @param cookieBasedAffinity the cookieBasedAffinity value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -182,7 +182,7 @@ public ApplicationGatewayBackendHttpSettings withCookieBasedAffinity(Application } /** - * Get the requestTimeout value. + * Get request timeout in seconds. Application Gateway will fail the request if response is not received within RequestTimeout. Acceptable values are from 1 second to 86400 seconds. * * @return the requestTimeout value */ @@ -191,7 +191,7 @@ public Integer requestTimeout() { } /** - * Set the requestTimeout value. + * Set request timeout in seconds. Application Gateway will fail the request if response is not received within RequestTimeout. Acceptable values are from 1 second to 86400 seconds. * * @param requestTimeout the requestTimeout value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -202,7 +202,7 @@ public ApplicationGatewayBackendHttpSettings withRequestTimeout(Integer requestT } /** - * Get the probe value. + * Get probe resource of an application gateway. * * @return the probe value */ @@ -211,7 +211,7 @@ public SubResource probe() { } /** - * Set the probe value. + * Set probe resource of an application gateway. * * @param probe the probe value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -222,7 +222,7 @@ public ApplicationGatewayBackendHttpSettings withProbe(SubResource probe) { } /** - * Get the authenticationCertificates value. + * Get array of references to application gateway authentication certificates. * * @return the authenticationCertificates value */ @@ -231,7 +231,7 @@ public List authenticationCertificates() { } /** - * Set the authenticationCertificates value. + * Set array of references to application gateway authentication certificates. * * @param authenticationCertificates the authenticationCertificates value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -242,7 +242,7 @@ public ApplicationGatewayBackendHttpSettings withAuthenticationCertificates(List } /** - * Get the connectionDraining value. + * Get connection draining of the backend http settings resource. * * @return the connectionDraining value */ @@ -251,7 +251,7 @@ public ApplicationGatewayConnectionDraining connectionDraining() { } /** - * Set the connectionDraining value. + * Set connection draining of the backend http settings resource. * * @param connectionDraining the connectionDraining value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -262,7 +262,7 @@ public ApplicationGatewayBackendHttpSettings withConnectionDraining(ApplicationG } /** - * Get the hostName value. + * Get host header to be sent to the backend servers. * * @return the hostName value */ @@ -271,7 +271,7 @@ public String hostName() { } /** - * Set the hostName value. + * Set host header to be sent to the backend servers. * * @param hostName the hostName value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -282,7 +282,7 @@ public ApplicationGatewayBackendHttpSettings withHostName(String hostName) { } /** - * Get the pickHostNameFromBackendAddress value. + * Get whether to pick host header should be picked from the host name of the backend server. Default value is false. * * @return the pickHostNameFromBackendAddress value */ @@ -291,7 +291,7 @@ public Boolean pickHostNameFromBackendAddress() { } /** - * Set the pickHostNameFromBackendAddress value. + * Set whether to pick host header should be picked from the host name of the backend server. Default value is false. * * @param pickHostNameFromBackendAddress the pickHostNameFromBackendAddress value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -302,7 +302,7 @@ public ApplicationGatewayBackendHttpSettings withPickHostNameFromBackendAddress( } /** - * Get the affinityCookieName value. + * Get cookie name to use for the affinity cookie. * * @return the affinityCookieName value */ @@ -311,7 +311,7 @@ public String affinityCookieName() { } /** - * Set the affinityCookieName value. + * Set cookie name to use for the affinity cookie. * * @param affinityCookieName the affinityCookieName value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -322,7 +322,7 @@ public ApplicationGatewayBackendHttpSettings withAffinityCookieName(String affin } /** - * Get the probeEnabled value. + * Get whether the probe is enabled. Default value is false. * * @return the probeEnabled value */ @@ -331,7 +331,7 @@ public Boolean probeEnabled() { } /** - * Set the probeEnabled value. + * Set whether the probe is enabled. Default value is false. * * @param probeEnabled the probeEnabled value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -342,7 +342,7 @@ public ApplicationGatewayBackendHttpSettings withProbeEnabled(Boolean probeEnabl } /** - * Get the path value. + * Get path which should be used as a prefix for all HTTP requests. Null means no path will be prefixed. Default value is null. * * @return the path value */ @@ -351,7 +351,7 @@ public String path() { } /** - * Set the path value. + * Set path which should be used as a prefix for all HTTP requests. Null means no path will be prefixed. Default value is null. * * @param path the path value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -362,7 +362,7 @@ public ApplicationGatewayBackendHttpSettings withPath(String path) { } /** - * Get the provisioningState value. + * Get provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -371,7 +371,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -382,7 +382,7 @@ public ApplicationGatewayBackendHttpSettings withProvisioningState(String provis } /** - * Get the name value. + * Get name of the backend http settings that is unique within an Application Gateway. * * @return the name value */ @@ -391,7 +391,7 @@ public String name() { } /** - * Set the name value. + * Set name of the backend http settings that is unique within an Application Gateway. * * @param name the name value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -402,7 +402,7 @@ public ApplicationGatewayBackendHttpSettings withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -411,7 +411,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the ApplicationGatewayBackendHttpSettings object itself. @@ -422,7 +422,7 @@ public ApplicationGatewayBackendHttpSettings withEtag(String etag) { } /** - * Get the type value. + * Get type of the resource. * * @return the type value */ @@ -431,7 +431,7 @@ public String type() { } /** - * Set the type value. + * Set type of the resource. * * @param type the type value to set * @return the ApplicationGatewayBackendHttpSettings object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayConnectionDraining.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayConnectionDraining.java index c7b044d320d3..8c3f376d6c04 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayConnectionDraining.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayConnectionDraining.java @@ -30,7 +30,7 @@ public class ApplicationGatewayConnectionDraining { private int drainTimeoutInSec; /** - * Get the enabled value. + * Get whether connection draining is enabled or not. * * @return the enabled value */ @@ -39,7 +39,7 @@ public boolean enabled() { } /** - * Set the enabled value. + * Set whether connection draining is enabled or not. * * @param enabled the enabled value to set * @return the ApplicationGatewayConnectionDraining object itself. @@ -50,7 +50,7 @@ public ApplicationGatewayConnectionDraining withEnabled(boolean enabled) { } /** - * Get the drainTimeoutInSec value. + * Get the number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds. * * @return the drainTimeoutInSec value */ @@ -59,7 +59,7 @@ public int drainTimeoutInSec() { } /** - * Set the drainTimeoutInSec value. + * Set the number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds. * * @param drainTimeoutInSec the drainTimeoutInSec value to set * @return the ApplicationGatewayConnectionDraining object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayFirewallDisabledRuleGroup.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayFirewallDisabledRuleGroup.java index 9eeb9445b8f2..4a1f566dc225 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayFirewallDisabledRuleGroup.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayFirewallDisabledRuleGroup.java @@ -29,7 +29,7 @@ public class ApplicationGatewayFirewallDisabledRuleGroup { private List rules; /** - * Get the ruleGroupName value. + * Get the name of the rule group that will be disabled. * * @return the ruleGroupName value */ @@ -38,7 +38,7 @@ public String ruleGroupName() { } /** - * Set the ruleGroupName value. + * Set the name of the rule group that will be disabled. * * @param ruleGroupName the ruleGroupName value to set * @return the ApplicationGatewayFirewallDisabledRuleGroup object itself. @@ -49,7 +49,7 @@ public ApplicationGatewayFirewallDisabledRuleGroup withRuleGroupName(String rule } /** - * Get the rules value. + * Get the list of rules that will be disabled. If null, all rules of the rule group will be disabled. * * @return the rules value */ @@ -58,7 +58,7 @@ public List rules() { } /** - * Set the rules value. + * Set the list of rules that will be disabled. If null, all rules of the rule group will be disabled. * * @param rules the rules value to set * @return the ApplicationGatewayFirewallDisabledRuleGroup object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayFirewallRule.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayFirewallRule.java index 3d17ecd3855b..07a76d34b58b 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayFirewallRule.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayFirewallRule.java @@ -27,7 +27,7 @@ public class ApplicationGatewayFirewallRule { private String description; /** - * Get the ruleId value. + * Get the identifier of the web application firewall rule. * * @return the ruleId value */ @@ -36,7 +36,7 @@ public int ruleId() { } /** - * Set the ruleId value. + * Set the identifier of the web application firewall rule. * * @param ruleId the ruleId value to set * @return the ApplicationGatewayFirewallRule object itself. @@ -47,7 +47,7 @@ public ApplicationGatewayFirewallRule withRuleId(int ruleId) { } /** - * Get the description value. + * Get the description of the web application firewall rule. * * @return the description value */ @@ -56,7 +56,7 @@ public String description() { } /** - * Set the description value. + * Set the description of the web application firewall rule. * * @param description the description value to set * @return the ApplicationGatewayFirewallRule object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayFirewallRuleGroup.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayFirewallRuleGroup.java index 7d66a485e77f..697ee95ed3af 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayFirewallRuleGroup.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayFirewallRuleGroup.java @@ -34,7 +34,7 @@ public class ApplicationGatewayFirewallRuleGroup { private List rules; /** - * Get the ruleGroupName value. + * Get the name of the web application firewall rule group. * * @return the ruleGroupName value */ @@ -43,7 +43,7 @@ public String ruleGroupName() { } /** - * Set the ruleGroupName value. + * Set the name of the web application firewall rule group. * * @param ruleGroupName the ruleGroupName value to set * @return the ApplicationGatewayFirewallRuleGroup object itself. @@ -54,7 +54,7 @@ public ApplicationGatewayFirewallRuleGroup withRuleGroupName(String ruleGroupNam } /** - * Get the description value. + * Get the description of the web application firewall rule group. * * @return the description value */ @@ -63,7 +63,7 @@ public String description() { } /** - * Set the description value. + * Set the description of the web application firewall rule group. * * @param description the description value to set * @return the ApplicationGatewayFirewallRuleGroup object itself. @@ -74,7 +74,7 @@ public ApplicationGatewayFirewallRuleGroup withDescription(String description) { } /** - * Get the rules value. + * Get the rules of the web application firewall rule group. * * @return the rules value */ @@ -83,7 +83,7 @@ public List rules() { } /** - * Set the rules value. + * Set the rules of the web application firewall rule group. * * @param rules the rules value to set * @return the ApplicationGatewayFirewallRuleGroup object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayFirewallRuleSet.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayFirewallRuleSet.java index bb360489222d..bca76bc58719 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayFirewallRuleSet.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayFirewallRuleSet.java @@ -51,7 +51,7 @@ public class ApplicationGatewayFirewallRuleSet extends Resource { private String id; /** - * Get the provisioningState value. + * Get the provisioning state of the web application firewall rule set. * * @return the provisioningState value */ @@ -60,7 +60,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set the provisioning state of the web application firewall rule set. * * @param provisioningState the provisioningState value to set * @return the ApplicationGatewayFirewallRuleSet object itself. @@ -71,7 +71,7 @@ public ApplicationGatewayFirewallRuleSet withProvisioningState(String provisioni } /** - * Get the ruleSetType value. + * Get the type of the web application firewall rule set. * * @return the ruleSetType value */ @@ -80,7 +80,7 @@ public String ruleSetType() { } /** - * Set the ruleSetType value. + * Set the type of the web application firewall rule set. * * @param ruleSetType the ruleSetType value to set * @return the ApplicationGatewayFirewallRuleSet object itself. @@ -91,7 +91,7 @@ public ApplicationGatewayFirewallRuleSet withRuleSetType(String ruleSetType) { } /** - * Get the ruleSetVersion value. + * Get the version of the web application firewall rule set type. * * @return the ruleSetVersion value */ @@ -100,7 +100,7 @@ public String ruleSetVersion() { } /** - * Set the ruleSetVersion value. + * Set the version of the web application firewall rule set type. * * @param ruleSetVersion the ruleSetVersion value to set * @return the ApplicationGatewayFirewallRuleSet object itself. @@ -111,7 +111,7 @@ public ApplicationGatewayFirewallRuleSet withRuleSetVersion(String ruleSetVersio } /** - * Get the ruleGroups value. + * Get the rule groups of the web application firewall rule set. * * @return the ruleGroups value */ @@ -120,7 +120,7 @@ public List ruleGroups() { } /** - * Set the ruleGroups value. + * Set the rule groups of the web application firewall rule set. * * @param ruleGroups the ruleGroups value to set * @return the ApplicationGatewayFirewallRuleSet object itself. @@ -131,7 +131,7 @@ public ApplicationGatewayFirewallRuleSet withRuleGroups(List paths() { } /** - * Set the paths value. + * Set path rules of URL path map. * * @param paths the paths value to set * @return the ApplicationGatewayPathRule object itself. @@ -88,7 +88,7 @@ public ApplicationGatewayPathRule withPaths(List paths) { } /** - * Get the backendAddressPool value. + * Get backend address pool resource of URL path map path rule. * * @return the backendAddressPool value */ @@ -97,7 +97,7 @@ public SubResource backendAddressPool() { } /** - * Set the backendAddressPool value. + * Set backend address pool resource of URL path map path rule. * * @param backendAddressPool the backendAddressPool value to set * @return the ApplicationGatewayPathRule object itself. @@ -108,7 +108,7 @@ public ApplicationGatewayPathRule withBackendAddressPool(SubResource backendAddr } /** - * Get the backendHttpSettings value. + * Get backend http settings resource of URL path map path rule. * * @return the backendHttpSettings value */ @@ -117,7 +117,7 @@ public SubResource backendHttpSettings() { } /** - * Set the backendHttpSettings value. + * Set backend http settings resource of URL path map path rule. * * @param backendHttpSettings the backendHttpSettings value to set * @return the ApplicationGatewayPathRule object itself. @@ -128,7 +128,7 @@ public ApplicationGatewayPathRule withBackendHttpSettings(SubResource backendHtt } /** - * Get the redirectConfiguration value. + * Get redirect configuration resource of URL path map path rule. * * @return the redirectConfiguration value */ @@ -137,7 +137,7 @@ public SubResource redirectConfiguration() { } /** - * Set the redirectConfiguration value. + * Set redirect configuration resource of URL path map path rule. * * @param redirectConfiguration the redirectConfiguration value to set * @return the ApplicationGatewayPathRule object itself. @@ -148,7 +148,7 @@ public ApplicationGatewayPathRule withRedirectConfiguration(SubResource redirect } /** - * Get the provisioningState value. + * Get path rule of URL path map resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -157,7 +157,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set path rule of URL path map resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the ApplicationGatewayPathRule object itself. @@ -168,7 +168,7 @@ public ApplicationGatewayPathRule withProvisioningState(String provisioningState } /** - * Get the name value. + * Get name of the path rule that is unique within an Application Gateway. * * @return the name value */ @@ -177,7 +177,7 @@ public String name() { } /** - * Set the name value. + * Set name of the path rule that is unique within an Application Gateway. * * @param name the name value to set * @return the ApplicationGatewayPathRule object itself. @@ -188,7 +188,7 @@ public ApplicationGatewayPathRule withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -197,7 +197,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the ApplicationGatewayPathRule object itself. @@ -208,7 +208,7 @@ public ApplicationGatewayPathRule withEtag(String etag) { } /** - * Get the type value. + * Get type of the resource. * * @return the type value */ @@ -217,7 +217,7 @@ public String type() { } /** - * Set the type value. + * Set type of the resource. * * @param type the type value to set * @return the ApplicationGatewayPathRule object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayProbe.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayProbe.java index 1051f5a33e97..3e21599e630a 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayProbe.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayProbe.java @@ -107,7 +107,7 @@ public class ApplicationGatewayProbe extends SubResource { private String type; /** - * Get the protocol value. + * Get the protocol used for the probe. Possible values are 'Http' and 'Https'. Possible values include: 'Http', 'Https'. * * @return the protocol value */ @@ -116,7 +116,7 @@ public ApplicationGatewayProtocol protocol() { } /** - * Set the protocol value. + * Set the protocol used for the probe. Possible values are 'Http' and 'Https'. Possible values include: 'Http', 'Https'. * * @param protocol the protocol value to set * @return the ApplicationGatewayProbe object itself. @@ -127,7 +127,7 @@ public ApplicationGatewayProbe withProtocol(ApplicationGatewayProtocol protocol) } /** - * Get the host value. + * Get host name to send the probe to. * * @return the host value */ @@ -136,7 +136,7 @@ public String host() { } /** - * Set the host value. + * Set host name to send the probe to. * * @param host the host value to set * @return the ApplicationGatewayProbe object itself. @@ -147,7 +147,7 @@ public ApplicationGatewayProbe withHost(String host) { } /** - * Get the path value. + * Get relative path of probe. Valid path starts from '/'. Probe is sent to <Protocol>://<host>:<port><path>. * * @return the path value */ @@ -156,7 +156,7 @@ public String path() { } /** - * Set the path value. + * Set relative path of probe. Valid path starts from '/'. Probe is sent to <Protocol>://<host>:<port><path>. * * @param path the path value to set * @return the ApplicationGatewayProbe object itself. @@ -167,7 +167,7 @@ public ApplicationGatewayProbe withPath(String path) { } /** - * Get the interval value. + * Get the probing interval in seconds. This is the time interval between two consecutive probes. Acceptable values are from 1 second to 86400 seconds. * * @return the interval value */ @@ -176,7 +176,7 @@ public Integer interval() { } /** - * Set the interval value. + * Set the probing interval in seconds. This is the time interval between two consecutive probes. Acceptable values are from 1 second to 86400 seconds. * * @param interval the interval value to set * @return the ApplicationGatewayProbe object itself. @@ -187,7 +187,7 @@ public ApplicationGatewayProbe withInterval(Integer interval) { } /** - * Get the timeout value. + * Get the probe timeout in seconds. Probe marked as failed if valid response is not received with this timeout period. Acceptable values are from 1 second to 86400 seconds. * * @return the timeout value */ @@ -196,7 +196,7 @@ public Integer timeout() { } /** - * Set the timeout value. + * Set the probe timeout in seconds. Probe marked as failed if valid response is not received with this timeout period. Acceptable values are from 1 second to 86400 seconds. * * @param timeout the timeout value to set * @return the ApplicationGatewayProbe object itself. @@ -207,7 +207,7 @@ public ApplicationGatewayProbe withTimeout(Integer timeout) { } /** - * Get the unhealthyThreshold value. + * Get the probe retry count. Backend server is marked down after consecutive probe failure count reaches UnhealthyThreshold. Acceptable values are from 1 second to 20. * * @return the unhealthyThreshold value */ @@ -216,7 +216,7 @@ public Integer unhealthyThreshold() { } /** - * Set the unhealthyThreshold value. + * Set the probe retry count. Backend server is marked down after consecutive probe failure count reaches UnhealthyThreshold. Acceptable values are from 1 second to 20. * * @param unhealthyThreshold the unhealthyThreshold value to set * @return the ApplicationGatewayProbe object itself. @@ -227,7 +227,7 @@ public ApplicationGatewayProbe withUnhealthyThreshold(Integer unhealthyThreshold } /** - * Get the pickHostNameFromBackendHttpSettings value. + * Get whether the host header should be picked from the backend http settings. Default value is false. * * @return the pickHostNameFromBackendHttpSettings value */ @@ -236,7 +236,7 @@ public Boolean pickHostNameFromBackendHttpSettings() { } /** - * Set the pickHostNameFromBackendHttpSettings value. + * Set whether the host header should be picked from the backend http settings. Default value is false. * * @param pickHostNameFromBackendHttpSettings the pickHostNameFromBackendHttpSettings value to set * @return the ApplicationGatewayProbe object itself. @@ -247,7 +247,7 @@ public ApplicationGatewayProbe withPickHostNameFromBackendHttpSettings(Boolean p } /** - * Get the minServers value. + * Get minimum number of servers that are always marked healthy. Default value is 0. * * @return the minServers value */ @@ -256,7 +256,7 @@ public Integer minServers() { } /** - * Set the minServers value. + * Set minimum number of servers that are always marked healthy. Default value is 0. * * @param minServers the minServers value to set * @return the ApplicationGatewayProbe object itself. @@ -267,7 +267,7 @@ public ApplicationGatewayProbe withMinServers(Integer minServers) { } /** - * Get the match value. + * Get criterion for classifying a healthy probe response. * * @return the match value */ @@ -276,7 +276,7 @@ public ApplicationGatewayProbeHealthResponseMatch match() { } /** - * Set the match value. + * Set criterion for classifying a healthy probe response. * * @param match the match value to set * @return the ApplicationGatewayProbe object itself. @@ -287,7 +287,7 @@ public ApplicationGatewayProbe withMatch(ApplicationGatewayProbeHealthResponseMa } /** - * Get the provisioningState value. + * Get provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -296,7 +296,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the ApplicationGatewayProbe object itself. @@ -307,7 +307,7 @@ public ApplicationGatewayProbe withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get name of the probe that is unique within an Application Gateway. * * @return the name value */ @@ -316,7 +316,7 @@ public String name() { } /** - * Set the name value. + * Set name of the probe that is unique within an Application Gateway. * * @param name the name value to set * @return the ApplicationGatewayProbe object itself. @@ -327,7 +327,7 @@ public ApplicationGatewayProbe withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -336,7 +336,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the ApplicationGatewayProbe object itself. @@ -347,7 +347,7 @@ public ApplicationGatewayProbe withEtag(String etag) { } /** - * Get the type value. + * Get type of the resource. * * @return the type value */ @@ -356,7 +356,7 @@ public String type() { } /** - * Set the type value. + * Set type of the resource. * * @param type the type value to set * @return the ApplicationGatewayProbe object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayProbeHealthResponseMatch.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayProbeHealthResponseMatch.java index 8e290dba0ae1..1713086601e0 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayProbeHealthResponseMatch.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayProbeHealthResponseMatch.java @@ -30,7 +30,7 @@ public class ApplicationGatewayProbeHealthResponseMatch { private List statusCodes; /** - * Get the body value. + * Get body that must be contained in the health response. Default value is empty. * * @return the body value */ @@ -39,7 +39,7 @@ public String body() { } /** - * Set the body value. + * Set body that must be contained in the health response. Default value is empty. * * @param body the body value to set * @return the ApplicationGatewayProbeHealthResponseMatch object itself. @@ -50,7 +50,7 @@ public ApplicationGatewayProbeHealthResponseMatch withBody(String body) { } /** - * Get the statusCodes value. + * Get allowed ranges of healthy status codes. Default range of healthy status codes is 200-399. * * @return the statusCodes value */ @@ -59,7 +59,7 @@ public List statusCodes() { } /** - * Set the statusCodes value. + * Set allowed ranges of healthy status codes. Default range of healthy status codes is 200-399. * * @param statusCodes the statusCodes value to set * @return the ApplicationGatewayProbeHealthResponseMatch object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayRedirectConfiguration.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayRedirectConfiguration.java index 8e23c04765c1..a0617ec0eab0 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayRedirectConfiguration.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayRedirectConfiguration.java @@ -88,7 +88,7 @@ public class ApplicationGatewayRedirectConfiguration extends SubResource { private String type; /** - * Get the redirectType value. + * Get supported http redirection types - Permanent, Temporary, Found, SeeOther. Possible values include: 'Permanent', 'Found', 'SeeOther', 'Temporary'. * * @return the redirectType value */ @@ -97,7 +97,7 @@ public ApplicationGatewayRedirectType redirectType() { } /** - * Set the redirectType value. + * Set supported http redirection types - Permanent, Temporary, Found, SeeOther. Possible values include: 'Permanent', 'Found', 'SeeOther', 'Temporary'. * * @param redirectType the redirectType value to set * @return the ApplicationGatewayRedirectConfiguration object itself. @@ -108,7 +108,7 @@ public ApplicationGatewayRedirectConfiguration withRedirectType(ApplicationGatew } /** - * Get the targetListener value. + * Get reference to a listener to redirect the request to. * * @return the targetListener value */ @@ -117,7 +117,7 @@ public SubResource targetListener() { } /** - * Set the targetListener value. + * Set reference to a listener to redirect the request to. * * @param targetListener the targetListener value to set * @return the ApplicationGatewayRedirectConfiguration object itself. @@ -128,7 +128,7 @@ public ApplicationGatewayRedirectConfiguration withTargetListener(SubResource ta } /** - * Get the targetUrl value. + * Get url to redirect the request to. * * @return the targetUrl value */ @@ -137,7 +137,7 @@ public String targetUrl() { } /** - * Set the targetUrl value. + * Set url to redirect the request to. * * @param targetUrl the targetUrl value to set * @return the ApplicationGatewayRedirectConfiguration object itself. @@ -148,7 +148,7 @@ public ApplicationGatewayRedirectConfiguration withTargetUrl(String targetUrl) { } /** - * Get the includePath value. + * Get include path in the redirected url. * * @return the includePath value */ @@ -157,7 +157,7 @@ public Boolean includePath() { } /** - * Set the includePath value. + * Set include path in the redirected url. * * @param includePath the includePath value to set * @return the ApplicationGatewayRedirectConfiguration object itself. @@ -168,7 +168,7 @@ public ApplicationGatewayRedirectConfiguration withIncludePath(Boolean includePa } /** - * Get the includeQueryString value. + * Get include query string in the redirected url. * * @return the includeQueryString value */ @@ -177,7 +177,7 @@ public Boolean includeQueryString() { } /** - * Set the includeQueryString value. + * Set include query string in the redirected url. * * @param includeQueryString the includeQueryString value to set * @return the ApplicationGatewayRedirectConfiguration object itself. @@ -188,7 +188,7 @@ public ApplicationGatewayRedirectConfiguration withIncludeQueryString(Boolean in } /** - * Get the requestRoutingRules value. + * Get request routing specifying redirect configuration. * * @return the requestRoutingRules value */ @@ -197,7 +197,7 @@ public List requestRoutingRules() { } /** - * Set the requestRoutingRules value. + * Set request routing specifying redirect configuration. * * @param requestRoutingRules the requestRoutingRules value to set * @return the ApplicationGatewayRedirectConfiguration object itself. @@ -208,7 +208,7 @@ public ApplicationGatewayRedirectConfiguration withRequestRoutingRules(List urlPathMaps() { } /** - * Set the urlPathMaps value. + * Set url path maps specifying default redirect configuration. * * @param urlPathMaps the urlPathMaps value to set * @return the ApplicationGatewayRedirectConfiguration object itself. @@ -228,7 +228,7 @@ public ApplicationGatewayRedirectConfiguration withUrlPathMaps(List } /** - * Get the pathRules value. + * Get path rules specifying redirect configuration. * * @return the pathRules value */ @@ -237,7 +237,7 @@ public List pathRules() { } /** - * Set the pathRules value. + * Set path rules specifying redirect configuration. * * @param pathRules the pathRules value to set * @return the ApplicationGatewayRedirectConfiguration object itself. @@ -248,7 +248,7 @@ public ApplicationGatewayRedirectConfiguration withPathRules(List p } /** - * Get the name value. + * Get name of the redirect configuration that is unique within an Application Gateway. * * @return the name value */ @@ -257,7 +257,7 @@ public String name() { } /** - * Set the name value. + * Set name of the redirect configuration that is unique within an Application Gateway. * * @param name the name value to set * @return the ApplicationGatewayRedirectConfiguration object itself. @@ -268,7 +268,7 @@ public ApplicationGatewayRedirectConfiguration withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -277,7 +277,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the ApplicationGatewayRedirectConfiguration object itself. @@ -288,7 +288,7 @@ public ApplicationGatewayRedirectConfiguration withEtag(String etag) { } /** - * Get the type value. + * Get type of the resource. * * @return the type value */ @@ -297,7 +297,7 @@ public String type() { } /** - * Set the type value. + * Set type of the resource. * * @param type the type value to set * @return the ApplicationGatewayRedirectConfiguration object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayRequestRoutingRule.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayRequestRoutingRule.java index 3ffa1e9e61d5..b585de30ab28 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayRequestRoutingRule.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewayRequestRoutingRule.java @@ -80,7 +80,7 @@ public class ApplicationGatewayRequestRoutingRule extends SubResource { private String type; /** - * Get the ruleType value. + * Get rule type. Possible values include: 'Basic', 'PathBasedRouting'. * * @return the ruleType value */ @@ -89,7 +89,7 @@ public ApplicationGatewayRequestRoutingRuleType ruleType() { } /** - * Set the ruleType value. + * Set rule type. Possible values include: 'Basic', 'PathBasedRouting'. * * @param ruleType the ruleType value to set * @return the ApplicationGatewayRequestRoutingRule object itself. @@ -100,7 +100,7 @@ public ApplicationGatewayRequestRoutingRule withRuleType(ApplicationGatewayReque } /** - * Get the backendAddressPool value. + * Get backend address pool resource of the application gateway. * * @return the backendAddressPool value */ @@ -109,7 +109,7 @@ public SubResource backendAddressPool() { } /** - * Set the backendAddressPool value. + * Set backend address pool resource of the application gateway. * * @param backendAddressPool the backendAddressPool value to set * @return the ApplicationGatewayRequestRoutingRule object itself. @@ -120,7 +120,7 @@ public ApplicationGatewayRequestRoutingRule withBackendAddressPool(SubResource b } /** - * Get the backendHttpSettings value. + * Get backend http settings resource of the application gateway. * * @return the backendHttpSettings value */ @@ -129,7 +129,7 @@ public SubResource backendHttpSettings() { } /** - * Set the backendHttpSettings value. + * Set backend http settings resource of the application gateway. * * @param backendHttpSettings the backendHttpSettings value to set * @return the ApplicationGatewayRequestRoutingRule object itself. @@ -140,7 +140,7 @@ public ApplicationGatewayRequestRoutingRule withBackendHttpSettings(SubResource } /** - * Get the httpListener value. + * Get http listener resource of the application gateway. * * @return the httpListener value */ @@ -149,7 +149,7 @@ public SubResource httpListener() { } /** - * Set the httpListener value. + * Set http listener resource of the application gateway. * * @param httpListener the httpListener value to set * @return the ApplicationGatewayRequestRoutingRule object itself. @@ -160,7 +160,7 @@ public ApplicationGatewayRequestRoutingRule withHttpListener(SubResource httpLis } /** - * Get the urlPathMap value. + * Get uRL path map resource of the application gateway. * * @return the urlPathMap value */ @@ -169,7 +169,7 @@ public SubResource urlPathMap() { } /** - * Set the urlPathMap value. + * Set uRL path map resource of the application gateway. * * @param urlPathMap the urlPathMap value to set * @return the ApplicationGatewayRequestRoutingRule object itself. @@ -180,7 +180,7 @@ public ApplicationGatewayRequestRoutingRule withUrlPathMap(SubResource urlPathMa } /** - * Get the redirectConfiguration value. + * Get redirect configuration resource of the application gateway. * * @return the redirectConfiguration value */ @@ -189,7 +189,7 @@ public SubResource redirectConfiguration() { } /** - * Set the redirectConfiguration value. + * Set redirect configuration resource of the application gateway. * * @param redirectConfiguration the redirectConfiguration value to set * @return the ApplicationGatewayRequestRoutingRule object itself. @@ -200,7 +200,7 @@ public ApplicationGatewayRequestRoutingRule withRedirectConfiguration(SubResourc } /** - * Get the provisioningState value. + * Get provisioning state of the request routing rule resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -209,7 +209,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set provisioning state of the request routing rule resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the ApplicationGatewayRequestRoutingRule object itself. @@ -220,7 +220,7 @@ public ApplicationGatewayRequestRoutingRule withProvisioningState(String provisi } /** - * Get the name value. + * Get name of the request routing rule that is unique within an Application Gateway. * * @return the name value */ @@ -229,7 +229,7 @@ public String name() { } /** - * Set the name value. + * Set name of the request routing rule that is unique within an Application Gateway. * * @param name the name value to set * @return the ApplicationGatewayRequestRoutingRule object itself. @@ -240,7 +240,7 @@ public ApplicationGatewayRequestRoutingRule withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -249,7 +249,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the ApplicationGatewayRequestRoutingRule object itself. @@ -260,7 +260,7 @@ public ApplicationGatewayRequestRoutingRule withEtag(String etag) { } /** - * Get the type value. + * Get type of the resource. * * @return the type value */ @@ -269,7 +269,7 @@ public String type() { } /** - * Set the type value. + * Set type of the resource. * * @param type the type value to set * @return the ApplicationGatewayRequestRoutingRule object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewaySku.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewaySku.java index 81ec8c3e08be..6052e7eb7dde 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewaySku.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewaySku.java @@ -36,7 +36,7 @@ public class ApplicationGatewaySku { private Integer capacity; /** - * Get the name value. + * Get name of an application gateway SKU. Possible values include: 'Standard_Small', 'Standard_Medium', 'Standard_Large', 'WAF_Medium', 'WAF_Large'. * * @return the name value */ @@ -45,7 +45,7 @@ public ApplicationGatewaySkuName name() { } /** - * Set the name value. + * Set name of an application gateway SKU. Possible values include: 'Standard_Small', 'Standard_Medium', 'Standard_Large', 'WAF_Medium', 'WAF_Large'. * * @param name the name value to set * @return the ApplicationGatewaySku object itself. @@ -56,7 +56,7 @@ public ApplicationGatewaySku withName(ApplicationGatewaySkuName name) { } /** - * Get the tier value. + * Get tier of an application gateway. Possible values include: 'Standard', 'WAF'. * * @return the tier value */ @@ -65,7 +65,7 @@ public ApplicationGatewayTier tier() { } /** - * Set the tier value. + * Set tier of an application gateway. Possible values include: 'Standard', 'WAF'. * * @param tier the tier value to set * @return the ApplicationGatewaySku object itself. @@ -76,7 +76,7 @@ public ApplicationGatewaySku withTier(ApplicationGatewayTier tier) { } /** - * Get the capacity value. + * Get capacity (instance count) of an application gateway. * * @return the capacity value */ @@ -85,7 +85,7 @@ public Integer capacity() { } /** - * Set the capacity value. + * Set capacity (instance count) of an application gateway. * * @param capacity the capacity value to set * @return the ApplicationGatewaySku object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewaySslCertificate.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewaySslCertificate.java index 64f8842c1a4b..468c10870a84 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewaySslCertificate.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewaySslCertificate.java @@ -64,7 +64,7 @@ public class ApplicationGatewaySslCertificate extends SubResource { private String type; /** - * Get the data value. + * Get base-64 encoded pfx certificate. Only applicable in PUT Request. * * @return the data value */ @@ -73,7 +73,7 @@ public String data() { } /** - * Set the data value. + * Set base-64 encoded pfx certificate. Only applicable in PUT Request. * * @param data the data value to set * @return the ApplicationGatewaySslCertificate object itself. @@ -84,7 +84,7 @@ public ApplicationGatewaySslCertificate withData(String data) { } /** - * Get the password value. + * Get password for the pfx file specified in data. Only applicable in PUT request. * * @return the password value */ @@ -93,7 +93,7 @@ public String password() { } /** - * Set the password value. + * Set password for the pfx file specified in data. Only applicable in PUT request. * * @param password the password value to set * @return the ApplicationGatewaySslCertificate object itself. @@ -104,7 +104,7 @@ public ApplicationGatewaySslCertificate withPassword(String password) { } /** - * Get the publicCertData value. + * Get base-64 encoded Public cert data corresponding to pfx specified in data. Only applicable in GET request. * * @return the publicCertData value */ @@ -113,7 +113,7 @@ public String publicCertData() { } /** - * Set the publicCertData value. + * Set base-64 encoded Public cert data corresponding to pfx specified in data. Only applicable in GET request. * * @param publicCertData the publicCertData value to set * @return the ApplicationGatewaySslCertificate object itself. @@ -124,7 +124,7 @@ public ApplicationGatewaySslCertificate withPublicCertData(String publicCertData } /** - * Get the provisioningState value. + * Get provisioning state of the SSL certificate resource Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -133,7 +133,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set provisioning state of the SSL certificate resource Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the ApplicationGatewaySslCertificate object itself. @@ -144,7 +144,7 @@ public ApplicationGatewaySslCertificate withProvisioningState(String provisionin } /** - * Get the name value. + * Get name of the SSL certificate that is unique within an Application Gateway. * * @return the name value */ @@ -153,7 +153,7 @@ public String name() { } /** - * Set the name value. + * Set name of the SSL certificate that is unique within an Application Gateway. * * @param name the name value to set * @return the ApplicationGatewaySslCertificate object itself. @@ -164,7 +164,7 @@ public ApplicationGatewaySslCertificate withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -173,7 +173,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the ApplicationGatewaySslCertificate object itself. @@ -184,7 +184,7 @@ public ApplicationGatewaySslCertificate withEtag(String etag) { } /** - * Get the type value. + * Get type of the resource. * * @return the type value */ @@ -193,7 +193,7 @@ public String type() { } /** - * Set the type value. + * Set type of the resource. * * @param type the type value to set * @return the ApplicationGatewaySslCertificate object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewaySslPolicy.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewaySslPolicy.java index 3086673b162c..ee137013e145 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewaySslPolicy.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationGatewaySslPolicy.java @@ -50,7 +50,7 @@ public class ApplicationGatewaySslPolicy { private ApplicationGatewaySslProtocol minProtocolVersion; /** - * Get the disabledSslProtocols value. + * Get ssl protocols to be disabled on application gateway. * * @return the disabledSslProtocols value */ @@ -59,7 +59,7 @@ public List disabledSslProtocols() { } /** - * Set the disabledSslProtocols value. + * Set ssl protocols to be disabled on application gateway. * * @param disabledSslProtocols the disabledSslProtocols value to set * @return the ApplicationGatewaySslPolicy object itself. @@ -70,7 +70,7 @@ public ApplicationGatewaySslPolicy withDisabledSslProtocols(List cipherSuites() { } /** - * Set the cipherSuites value. + * Set ssl cipher suites to be enabled in the specified order to application gateway. * * @param cipherSuites the cipherSuites value to set * @return the ApplicationGatewaySslPolicy object itself. @@ -130,7 +130,7 @@ public ApplicationGatewaySslPolicy withCipherSuites(List pathRules() { } /** - * Set the pathRules value. + * Set path rule of URL path map resource. * * @param pathRules the pathRules value to set * @return the ApplicationGatewayUrlPathMap object itself. @@ -149,7 +149,7 @@ public ApplicationGatewayUrlPathMap withPathRules(List disabledRuleGroups() { } /** - * Set the disabledRuleGroups value. + * Set the disabled rule groups. * * @param disabledRuleGroups the disabledRuleGroups value to set * @return the ApplicationGatewayWebApplicationFirewallConfiguration object itself. @@ -160,7 +160,7 @@ public ApplicationGatewayWebApplicationFirewallConfiguration withDisabledRuleGro } /** - * Get the requestBodyCheck value. + * Get whether allow WAF to check request Body. * * @return the requestBodyCheck value */ @@ -169,7 +169,7 @@ public Boolean requestBodyCheck() { } /** - * Set the requestBodyCheck value. + * Set whether allow WAF to check request Body. * * @param requestBodyCheck the requestBodyCheck value to set * @return the ApplicationGatewayWebApplicationFirewallConfiguration object itself. @@ -180,7 +180,7 @@ public ApplicationGatewayWebApplicationFirewallConfiguration withRequestBodyChec } /** - * Get the maxRequestBodySize value. + * Get maxium request body size for WAF. * * @return the maxRequestBodySize value */ @@ -189,7 +189,7 @@ public Integer maxRequestBodySize() { } /** - * Set the maxRequestBodySize value. + * Set maxium request body size for WAF. * * @param maxRequestBodySize the maxRequestBodySize value to set * @return the ApplicationGatewayWebApplicationFirewallConfiguration object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationSecurityGroup.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationSecurityGroup.java index 1523ee1869ad..b571da5a9fb0 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationSecurityGroup.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ApplicationSecurityGroup.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2018_05_01.implementation.NetworkManager; import com.microsoft.azure.management.network.v2018_05_01.implementation.ApplicationSecurityGroupInner; diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/Availability.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/Availability.java index fab803fb0fe5..a71751123c5c 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/Availability.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/Availability.java @@ -33,7 +33,7 @@ public class Availability { private String blobDuration; /** - * Get the timeGrain value. + * Get the time grain of the availability. * * @return the timeGrain value */ @@ -42,7 +42,7 @@ public String timeGrain() { } /** - * Set the timeGrain value. + * Set the time grain of the availability. * * @param timeGrain the timeGrain value to set * @return the Availability object itself. @@ -53,7 +53,7 @@ public Availability withTimeGrain(String timeGrain) { } /** - * Get the retention value. + * Get the retention of the availability. * * @return the retention value */ @@ -62,7 +62,7 @@ public String retention() { } /** - * Set the retention value. + * Set the retention of the availability. * * @param retention the retention value to set * @return the Availability object itself. @@ -73,7 +73,7 @@ public Availability withRetention(String retention) { } /** - * Get the blobDuration value. + * Get duration of the availability blob. * * @return the blobDuration value */ @@ -82,7 +82,7 @@ public String blobDuration() { } /** - * Set the blobDuration value. + * Set duration of the availability blob. * * @param blobDuration the blobDuration value to set * @return the Availability object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AvailableProvidersListCity.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AvailableProvidersListCity.java index 9a8f4b0cfdc7..63f4a26a803c 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AvailableProvidersListCity.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AvailableProvidersListCity.java @@ -28,7 +28,7 @@ public class AvailableProvidersListCity { private List providers; /** - * Get the cityName value. + * Get the city or town name. * * @return the cityName value */ @@ -37,7 +37,7 @@ public String cityName() { } /** - * Set the cityName value. + * Set the city or town name. * * @param cityName the cityName value to set * @return the AvailableProvidersListCity object itself. @@ -48,7 +48,7 @@ public AvailableProvidersListCity withCityName(String cityName) { } /** - * Get the providers value. + * Get a list of Internet service providers. * * @return the providers value */ @@ -57,7 +57,7 @@ public List providers() { } /** - * Set the providers value. + * Set a list of Internet service providers. * * @param providers the providers value to set * @return the AvailableProvidersListCity object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AvailableProvidersListCountry.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AvailableProvidersListCountry.java index fca43baa3856..f7f4ad75fd7e 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AvailableProvidersListCountry.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AvailableProvidersListCountry.java @@ -34,7 +34,7 @@ public class AvailableProvidersListCountry { private List states; /** - * Get the countryName value. + * Get the country name. * * @return the countryName value */ @@ -43,7 +43,7 @@ public String countryName() { } /** - * Set the countryName value. + * Set the country name. * * @param countryName the countryName value to set * @return the AvailableProvidersListCountry object itself. @@ -54,7 +54,7 @@ public AvailableProvidersListCountry withCountryName(String countryName) { } /** - * Get the providers value. + * Get a list of Internet service providers. * * @return the providers value */ @@ -63,7 +63,7 @@ public List providers() { } /** - * Set the providers value. + * Set a list of Internet service providers. * * @param providers the providers value to set * @return the AvailableProvidersListCountry object itself. @@ -74,7 +74,7 @@ public AvailableProvidersListCountry withProviders(List providers) { } /** - * Get the states value. + * Get list of available states in the country. * * @return the states value */ @@ -83,7 +83,7 @@ public List states() { } /** - * Set the states value. + * Set list of available states in the country. * * @param states the states value to set * @return the AvailableProvidersListCountry object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AvailableProvidersListParameters.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AvailableProvidersListParameters.java index 8df0e2cbd253..508a3d33134a 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AvailableProvidersListParameters.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AvailableProvidersListParameters.java @@ -40,7 +40,7 @@ public class AvailableProvidersListParameters { private String city; /** - * Get the azureLocations value. + * Get a list of Azure regions. * * @return the azureLocations value */ @@ -49,7 +49,7 @@ public List azureLocations() { } /** - * Set the azureLocations value. + * Set a list of Azure regions. * * @param azureLocations the azureLocations value to set * @return the AvailableProvidersListParameters object itself. @@ -60,7 +60,7 @@ public AvailableProvidersListParameters withAzureLocations(List azureLoc } /** - * Get the country value. + * Get the country for available providers list. * * @return the country value */ @@ -69,7 +69,7 @@ public String country() { } /** - * Set the country value. + * Set the country for available providers list. * * @param country the country value to set * @return the AvailableProvidersListParameters object itself. @@ -80,7 +80,7 @@ public AvailableProvidersListParameters withCountry(String country) { } /** - * Get the state value. + * Get the state for available providers list. * * @return the state value */ @@ -89,7 +89,7 @@ public String state() { } /** - * Set the state value. + * Set the state for available providers list. * * @param state the state value to set * @return the AvailableProvidersListParameters object itself. @@ -100,7 +100,7 @@ public AvailableProvidersListParameters withState(String state) { } /** - * Get the city value. + * Get the city or town for available providers list. * * @return the city value */ @@ -109,7 +109,7 @@ public String city() { } /** - * Set the city value. + * Set the city or town for available providers list. * * @param city the city value to set * @return the AvailableProvidersListParameters object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AvailableProvidersListState.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AvailableProvidersListState.java index c0e13e25f9e8..712cdd2558ca 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AvailableProvidersListState.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AvailableProvidersListState.java @@ -34,7 +34,7 @@ public class AvailableProvidersListState { private List cities; /** - * Get the stateName value. + * Get the state name. * * @return the stateName value */ @@ -43,7 +43,7 @@ public String stateName() { } /** - * Set the stateName value. + * Set the state name. * * @param stateName the stateName value to set * @return the AvailableProvidersListState object itself. @@ -54,7 +54,7 @@ public AvailableProvidersListState withStateName(String stateName) { } /** - * Get the providers value. + * Get a list of Internet service providers. * * @return the providers value */ @@ -63,7 +63,7 @@ public List providers() { } /** - * Set the providers value. + * Set a list of Internet service providers. * * @param providers the providers value to set * @return the AvailableProvidersListState object itself. @@ -74,7 +74,7 @@ public AvailableProvidersListState withProviders(List providers) { } /** - * Get the cities value. + * Get list of available cities or towns in the state. * * @return the cities value */ @@ -83,7 +83,7 @@ public List cities() { } /** - * Set the cities value. + * Set list of available cities or towns in the state. * * @param cities the cities value to set * @return the AvailableProvidersListState object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AzureAsyncOperationResult.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AzureAsyncOperationResult.java index ab22c3ba0261..7891751bc3f9 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AzureAsyncOperationResult.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AzureAsyncOperationResult.java @@ -36,7 +36,7 @@ public class AzureAsyncOperationResult { private Error error; /** - * Get the status value. + * Get status of the Azure async operation. Possible values are: 'InProgress', 'Succeeded', and 'Failed'. Possible values include: 'InProgress', 'Succeeded', 'Failed'. * * @return the status value */ @@ -45,7 +45,7 @@ public NetworkOperationStatus status() { } /** - * Set the status value. + * Set status of the Azure async operation. Possible values are: 'InProgress', 'Succeeded', and 'Failed'. Possible values include: 'InProgress', 'Succeeded', 'Failed'. * * @param status the status value to set * @return the AzureAsyncOperationResult object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AzureReachabilityReportItem.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AzureReachabilityReportItem.java index a32016a86f3c..159de5d6369e 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AzureReachabilityReportItem.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AzureReachabilityReportItem.java @@ -34,7 +34,7 @@ public class AzureReachabilityReportItem { private List latencies; /** - * Get the provider value. + * Get the Internet service provider. * * @return the provider value */ @@ -43,7 +43,7 @@ public String provider() { } /** - * Set the provider value. + * Set the Internet service provider. * * @param provider the provider value to set * @return the AzureReachabilityReportItem object itself. @@ -54,7 +54,7 @@ public AzureReachabilityReportItem withProvider(String provider) { } /** - * Get the azureLocation value. + * Get the Azure region. * * @return the azureLocation value */ @@ -63,7 +63,7 @@ public String azureLocation() { } /** - * Set the azureLocation value. + * Set the Azure region. * * @param azureLocation the azureLocation value to set * @return the AzureReachabilityReportItem object itself. @@ -74,7 +74,7 @@ public AzureReachabilityReportItem withAzureLocation(String azureLocation) { } /** - * Get the latencies value. + * Get list of latency details for each of the time series. * * @return the latencies value */ @@ -83,7 +83,7 @@ public List latencies() { } /** - * Set the latencies value. + * Set list of latency details for each of the time series. * * @param latencies the latencies value to set * @return the AzureReachabilityReportItem object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AzureReachabilityReportLatencyInfo.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AzureReachabilityReportLatencyInfo.java index f3dc8f74a9fc..36ec144cd024 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AzureReachabilityReportLatencyInfo.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AzureReachabilityReportLatencyInfo.java @@ -29,7 +29,7 @@ public class AzureReachabilityReportLatencyInfo { private Integer score; /** - * Get the timeStamp value. + * Get the time stamp. * * @return the timeStamp value */ @@ -38,7 +38,7 @@ public DateTime timeStamp() { } /** - * Set the timeStamp value. + * Set the time stamp. * * @param timeStamp the timeStamp value to set * @return the AzureReachabilityReportLatencyInfo object itself. @@ -49,7 +49,7 @@ public AzureReachabilityReportLatencyInfo withTimeStamp(DateTime timeStamp) { } /** - * Get the score value. + * Get the relative latency score between 1 and 100, higher values indicating a faster connection. * * @return the score value */ @@ -58,7 +58,7 @@ public Integer score() { } /** - * Set the score value. + * Set the relative latency score between 1 and 100, higher values indicating a faster connection. * * @param score the score value to set * @return the AzureReachabilityReportLatencyInfo object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AzureReachabilityReportLocation.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AzureReachabilityReportLocation.java index 13b2b4be01ca..2414e55c9dc6 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AzureReachabilityReportLocation.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AzureReachabilityReportLocation.java @@ -33,7 +33,7 @@ public class AzureReachabilityReportLocation { private String city; /** - * Get the country value. + * Get the name of the country. * * @return the country value */ @@ -42,7 +42,7 @@ public String country() { } /** - * Set the country value. + * Set the name of the country. * * @param country the country value to set * @return the AzureReachabilityReportLocation object itself. @@ -53,7 +53,7 @@ public AzureReachabilityReportLocation withCountry(String country) { } /** - * Get the state value. + * Get the name of the state. * * @return the state value */ @@ -62,7 +62,7 @@ public String state() { } /** - * Set the state value. + * Set the name of the state. * * @param state the state value to set * @return the AzureReachabilityReportLocation object itself. @@ -73,7 +73,7 @@ public AzureReachabilityReportLocation withState(String state) { } /** - * Get the city value. + * Get the name of the city or town. * * @return the city value */ @@ -82,7 +82,7 @@ public String city() { } /** - * Set the city value. + * Set the name of the city or town. * * @param city the city value to set * @return the AzureReachabilityReportLocation object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AzureReachabilityReportParameters.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AzureReachabilityReportParameters.java index 8ccf2d623adc..358fb1dc0701 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AzureReachabilityReportParameters.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/AzureReachabilityReportParameters.java @@ -67,7 +67,7 @@ public AzureReachabilityReportParameters withProviderLocation(AzureReachabilityR } /** - * Get the providers value. + * Get list of Internet service providers. * * @return the providers value */ @@ -76,7 +76,7 @@ public List providers() { } /** - * Set the providers value. + * Set list of Internet service providers. * * @param providers the providers value to set * @return the AzureReachabilityReportParameters object itself. @@ -87,7 +87,7 @@ public AzureReachabilityReportParameters withProviders(List providers) { } /** - * Get the azureLocations value. + * Get optional Azure regions to scope the query to. * * @return the azureLocations value */ @@ -96,7 +96,7 @@ public List azureLocations() { } /** - * Set the azureLocations value. + * Set optional Azure regions to scope the query to. * * @param azureLocations the azureLocations value to set * @return the AzureReachabilityReportParameters object itself. @@ -107,7 +107,7 @@ public AzureReachabilityReportParameters withAzureLocations(List azureLo } /** - * Get the startTime value. + * Get the start time for the Azure reachability report. * * @return the startTime value */ @@ -116,7 +116,7 @@ public DateTime startTime() { } /** - * Set the startTime value. + * Set the start time for the Azure reachability report. * * @param startTime the startTime value to set * @return the AzureReachabilityReportParameters object itself. @@ -127,7 +127,7 @@ public AzureReachabilityReportParameters withStartTime(DateTime startTime) { } /** - * Get the endTime value. + * Get the end time for the Azure reachability report. * * @return the endTime value */ @@ -136,7 +136,7 @@ public DateTime endTime() { } /** - * Set the endTime value. + * Set the end time for the Azure reachability report. * * @param endTime the endTime value to set * @return the AzureReachabilityReportParameters object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/BGPCommunity.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/BGPCommunity.java index 5bbd2737caa9..1360e98935b8 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/BGPCommunity.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/BGPCommunity.java @@ -53,7 +53,7 @@ public class BGPCommunity { private String serviceGroup; /** - * Get the serviceSupportedRegion value. + * Get the region which the service support. e.g. For O365, region is Global. * * @return the serviceSupportedRegion value */ @@ -62,7 +62,7 @@ public String serviceSupportedRegion() { } /** - * Set the serviceSupportedRegion value. + * Set the region which the service support. e.g. For O365, region is Global. * * @param serviceSupportedRegion the serviceSupportedRegion value to set * @return the BGPCommunity object itself. @@ -73,7 +73,7 @@ public BGPCommunity withServiceSupportedRegion(String serviceSupportedRegion) { } /** - * Get the communityName value. + * Get the name of the bgp community. e.g. Skype. * * @return the communityName value */ @@ -82,7 +82,7 @@ public String communityName() { } /** - * Set the communityName value. + * Set the name of the bgp community. e.g. Skype. * * @param communityName the communityName value to set * @return the BGPCommunity object itself. @@ -93,7 +93,7 @@ public BGPCommunity withCommunityName(String communityName) { } /** - * Get the communityValue value. + * Get the value of the bgp community. For more information: https://docs.microsoft.com/en-us/azure/expressroute/expressroute-routing. * * @return the communityValue value */ @@ -102,7 +102,7 @@ public String communityValue() { } /** - * Set the communityValue value. + * Set the value of the bgp community. For more information: https://docs.microsoft.com/en-us/azure/expressroute/expressroute-routing. * * @param communityValue the communityValue value to set * @return the BGPCommunity object itself. @@ -113,7 +113,7 @@ public BGPCommunity withCommunityValue(String communityValue) { } /** - * Get the communityPrefixes value. + * Get the prefixes that the bgp community contains. * * @return the communityPrefixes value */ @@ -122,7 +122,7 @@ public List communityPrefixes() { } /** - * Set the communityPrefixes value. + * Set the prefixes that the bgp community contains. * * @param communityPrefixes the communityPrefixes value to set * @return the BGPCommunity object itself. @@ -133,7 +133,7 @@ public BGPCommunity withCommunityPrefixes(List communityPrefixes) { } /** - * Get the isAuthorizedToUse value. + * Get customer is authorized to use bgp community or not. * * @return the isAuthorizedToUse value */ @@ -142,7 +142,7 @@ public Boolean isAuthorizedToUse() { } /** - * Set the isAuthorizedToUse value. + * Set customer is authorized to use bgp community or not. * * @param isAuthorizedToUse the isAuthorizedToUse value to set * @return the BGPCommunity object itself. @@ -153,7 +153,7 @@ public BGPCommunity withIsAuthorizedToUse(Boolean isAuthorizedToUse) { } /** - * Get the serviceGroup value. + * Get the service group of the bgp community contains. * * @return the serviceGroup value */ @@ -162,7 +162,7 @@ public String serviceGroup() { } /** - * Set the serviceGroup value. + * Set the service group of the bgp community contains. * * @param serviceGroup the serviceGroup value to set * @return the BGPCommunity object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/BgpPeerStatus.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/BgpPeerStatus.java index 74317c64023c..4be0af5d59b9 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/BgpPeerStatus.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/BgpPeerStatus.java @@ -64,7 +64,7 @@ public class BgpPeerStatus { private Long messagesReceived; /** - * Get the localAddress value. + * Get the virtual network gateway's local address. * * @return the localAddress value */ @@ -73,7 +73,7 @@ public String localAddress() { } /** - * Get the neighbor value. + * Get the remote BGP peer. * * @return the neighbor value */ @@ -82,7 +82,7 @@ public String neighbor() { } /** - * Get the asn value. + * Get the autonomous system number of the remote BGP peer. * * @return the asn value */ @@ -91,7 +91,7 @@ public Integer asn() { } /** - * Get the state value. + * Get the BGP peer state. Possible values include: 'Unknown', 'Stopped', 'Idle', 'Connecting', 'Connected'. * * @return the state value */ @@ -100,7 +100,7 @@ public BgpPeerState state() { } /** - * Get the connectedDuration value. + * Get for how long the peering has been up. * * @return the connectedDuration value */ @@ -109,7 +109,7 @@ public String connectedDuration() { } /** - * Get the routesReceived value. + * Get the number of routes learned from this peer. * * @return the routesReceived value */ @@ -118,7 +118,7 @@ public Long routesReceived() { } /** - * Get the messagesSent value. + * Get the number of BGP messages sent. * * @return the messagesSent value */ @@ -127,7 +127,7 @@ public Long messagesSent() { } /** - * Get the messagesReceived value. + * Get the number of BGP messages received. * * @return the messagesReceived value */ diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/BgpServiceCommunity.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/BgpServiceCommunity.java index a88694269aaf..dae587703dfc 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/BgpServiceCommunity.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/BgpServiceCommunity.java @@ -10,6 +10,7 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2018_05_01.implementation.NetworkManager; diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/BgpSettings.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/BgpSettings.java index 44546a596150..edd56c26023f 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/BgpSettings.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/BgpSettings.java @@ -33,7 +33,7 @@ public class BgpSettings { private Integer peerWeight; /** - * Get the asn value. + * Get the BGP speaker's ASN. * * @return the asn value */ @@ -42,7 +42,7 @@ public Long asn() { } /** - * Set the asn value. + * Set the BGP speaker's ASN. * * @param asn the asn value to set * @return the BgpSettings object itself. @@ -53,7 +53,7 @@ public BgpSettings withAsn(Long asn) { } /** - * Get the bgpPeeringAddress value. + * Get the BGP peering address and BGP identifier of this BGP speaker. * * @return the bgpPeeringAddress value */ @@ -62,7 +62,7 @@ public String bgpPeeringAddress() { } /** - * Set the bgpPeeringAddress value. + * Set the BGP peering address and BGP identifier of this BGP speaker. * * @param bgpPeeringAddress the bgpPeeringAddress value to set * @return the BgpSettings object itself. @@ -73,7 +73,7 @@ public BgpSettings withBgpPeeringAddress(String bgpPeeringAddress) { } /** - * Get the peerWeight value. + * Get the weight added to routes learned from this BGP speaker. * * @return the peerWeight value */ @@ -82,7 +82,7 @@ public Integer peerWeight() { } /** - * Set the peerWeight value. + * Set the weight added to routes learned from this BGP speaker. * * @param peerWeight the peerWeight value to set * @return the BgpSettings object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectionMonitorDestination.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectionMonitorDestination.java index daac092e57ed..163592fc0065 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectionMonitorDestination.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectionMonitorDestination.java @@ -33,7 +33,7 @@ public class ConnectionMonitorDestination { private Integer port; /** - * Get the resourceId value. + * Get the ID of the resource used as the destination by connection monitor. * * @return the resourceId value */ @@ -42,7 +42,7 @@ public String resourceId() { } /** - * Set the resourceId value. + * Set the ID of the resource used as the destination by connection monitor. * * @param resourceId the resourceId value to set * @return the ConnectionMonitorDestination object itself. @@ -53,7 +53,7 @@ public ConnectionMonitorDestination withResourceId(String resourceId) { } /** - * Get the address value. + * Get address of the connection monitor destination (IP or domain name). * * @return the address value */ @@ -62,7 +62,7 @@ public String address() { } /** - * Set the address value. + * Set address of the connection monitor destination (IP or domain name). * * @param address the address value to set * @return the ConnectionMonitorDestination object itself. @@ -73,7 +73,7 @@ public ConnectionMonitorDestination withAddress(String address) { } /** - * Get the port value. + * Get the destination port used by connection monitor. * * @return the port value */ @@ -82,7 +82,7 @@ public Integer port() { } /** - * Set the port value. + * Set the destination port used by connection monitor. * * @param port the port value to set * @return the ConnectionMonitorDestination object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectionMonitorParameters.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectionMonitorParameters.java index a1a7533120b7..e9b1f797f2ce 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectionMonitorParameters.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectionMonitorParameters.java @@ -80,7 +80,7 @@ public ConnectionMonitorParameters withDestination(ConnectionMonitorDestination } /** - * Get the autoStart value. + * Get determines if the connection monitor will start automatically once created. * * @return the autoStart value */ @@ -89,7 +89,7 @@ public Boolean autoStart() { } /** - * Set the autoStart value. + * Set determines if the connection monitor will start automatically once created. * * @param autoStart the autoStart value to set * @return the ConnectionMonitorParameters object itself. @@ -100,7 +100,7 @@ public ConnectionMonitorParameters withAutoStart(Boolean autoStart) { } /** - * Get the monitoringIntervalInSeconds value. + * Get monitoring interval in seconds. * * @return the monitoringIntervalInSeconds value */ @@ -109,7 +109,7 @@ public Integer monitoringIntervalInSeconds() { } /** - * Set the monitoringIntervalInSeconds value. + * Set monitoring interval in seconds. * * @param monitoringIntervalInSeconds the monitoringIntervalInSeconds value to set * @return the ConnectionMonitorParameters object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectionMonitorSource.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectionMonitorSource.java index 132a046ae41e..3b229cb3351d 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectionMonitorSource.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectionMonitorSource.java @@ -27,7 +27,7 @@ public class ConnectionMonitorSource { private Integer port; /** - * Get the resourceId value. + * Get the ID of the resource used as the source by connection monitor. * * @return the resourceId value */ @@ -36,7 +36,7 @@ public String resourceId() { } /** - * Set the resourceId value. + * Set the ID of the resource used as the source by connection monitor. * * @param resourceId the resourceId value to set * @return the ConnectionMonitorSource object itself. @@ -47,7 +47,7 @@ public ConnectionMonitorSource withResourceId(String resourceId) { } /** - * Get the port value. + * Get the source port used by connection monitor. * * @return the port value */ @@ -56,7 +56,7 @@ public Integer port() { } /** - * Set the port value. + * Set the source port used by connection monitor. * * @param port the port value to set * @return the ConnectionMonitorSource object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectionStateSnapshot.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectionStateSnapshot.java index 782e0a7bbfb8..9364cd0a8363 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectionStateSnapshot.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectionStateSnapshot.java @@ -49,7 +49,7 @@ public class ConnectionStateSnapshot { private List hops; /** - * Get the connectionState value. + * Get the connection state. Possible values include: 'Reachable', 'Unreachable', 'Unknown'. * * @return the connectionState value */ @@ -58,7 +58,7 @@ public ConnectionState connectionState() { } /** - * Set the connectionState value. + * Set the connection state. Possible values include: 'Reachable', 'Unreachable', 'Unknown'. * * @param connectionState the connectionState value to set * @return the ConnectionStateSnapshot object itself. @@ -69,7 +69,7 @@ public ConnectionStateSnapshot withConnectionState(ConnectionState connectionSta } /** - * Get the startTime value. + * Get the start time of the connection snapshot. * * @return the startTime value */ @@ -78,7 +78,7 @@ public DateTime startTime() { } /** - * Set the startTime value. + * Set the start time of the connection snapshot. * * @param startTime the startTime value to set * @return the ConnectionStateSnapshot object itself. @@ -89,7 +89,7 @@ public ConnectionStateSnapshot withStartTime(DateTime startTime) { } /** - * Get the endTime value. + * Get the end time of the connection snapshot. * * @return the endTime value */ @@ -98,7 +98,7 @@ public DateTime endTime() { } /** - * Set the endTime value. + * Set the end time of the connection snapshot. * * @param endTime the endTime value to set * @return the ConnectionStateSnapshot object itself. @@ -109,7 +109,7 @@ public ConnectionStateSnapshot withEndTime(DateTime endTime) { } /** - * Get the evaluationState value. + * Get connectivity analysis evaluation state. Possible values include: 'NotStarted', 'InProgress', 'Completed'. * * @return the evaluationState value */ @@ -118,7 +118,7 @@ public EvaluationState evaluationState() { } /** - * Set the evaluationState value. + * Set connectivity analysis evaluation state. Possible values include: 'NotStarted', 'InProgress', 'Completed'. * * @param evaluationState the evaluationState value to set * @return the ConnectionStateSnapshot object itself. @@ -129,7 +129,7 @@ public ConnectionStateSnapshot withEvaluationState(EvaluationState evaluationSta } /** - * Get the hops value. + * Get list of hops between the source and the destination. * * @return the hops value */ diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectivityDestination.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectivityDestination.java index d28bf67646a7..24dcf655a5fb 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectivityDestination.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectivityDestination.java @@ -34,7 +34,7 @@ public class ConnectivityDestination { private Integer port; /** - * Get the resourceId value. + * Get the ID of the resource to which a connection attempt will be made. * * @return the resourceId value */ @@ -43,7 +43,7 @@ public String resourceId() { } /** - * Set the resourceId value. + * Set the ID of the resource to which a connection attempt will be made. * * @param resourceId the resourceId value to set * @return the ConnectivityDestination object itself. @@ -54,7 +54,7 @@ public ConnectivityDestination withResourceId(String resourceId) { } /** - * Get the address value. + * Get the IP address or URI the resource to which a connection attempt will be made. * * @return the address value */ @@ -63,7 +63,7 @@ public String address() { } /** - * Set the address value. + * Set the IP address or URI the resource to which a connection attempt will be made. * * @param address the address value to set * @return the ConnectivityDestination object itself. @@ -74,7 +74,7 @@ public ConnectivityDestination withAddress(String address) { } /** - * Get the port value. + * Get port on which check connectivity will be performed. * * @return the port value */ @@ -83,7 +83,7 @@ public Integer port() { } /** - * Set the port value. + * Set port on which check connectivity will be performed. * * @param port the port value to set * @return the ConnectivityDestination object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectivityHop.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectivityHop.java index 840618e45912..c5bb2d905a06 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectivityHop.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectivityHop.java @@ -52,7 +52,7 @@ public class ConnectivityHop { private List issues; /** - * Get the type value. + * Get the type of the hop. * * @return the type value */ @@ -61,7 +61,7 @@ public String type() { } /** - * Get the id value. + * Get the ID of the hop. * * @return the id value */ @@ -70,7 +70,7 @@ public String id() { } /** - * Get the address value. + * Get the IP address of the hop. * * @return the address value */ @@ -79,7 +79,7 @@ public String address() { } /** - * Get the resourceId value. + * Get the ID of the resource corresponding to this hop. * * @return the resourceId value */ @@ -88,7 +88,7 @@ public String resourceId() { } /** - * Get the nextHopIds value. + * Get list of next hop identifiers. * * @return the nextHopIds value */ @@ -97,7 +97,7 @@ public List nextHopIds() { } /** - * Get the issues value. + * Get list of issues. * * @return the issues value */ diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectivityIssue.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectivityIssue.java index 7245a011b2df..69516c0bcfed 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectivityIssue.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectivityIssue.java @@ -45,7 +45,7 @@ public class ConnectivityIssue { private List> context; /** - * Get the origin value. + * Get the origin of the issue. Possible values include: 'Local', 'Inbound', 'Outbound'. * * @return the origin value */ @@ -54,7 +54,7 @@ public Origin origin() { } /** - * Get the severity value. + * Get the severity of the issue. Possible values include: 'Error', 'Warning'. * * @return the severity value */ @@ -63,7 +63,7 @@ public Severity severity() { } /** - * Get the type value. + * Get the type of issue. Possible values include: 'Unknown', 'AgentStopped', 'GuestFirewall', 'DnsResolution', 'SocketBind', 'NetworkSecurityRule', 'UserDefinedRoute', 'PortThrottled', 'Platform'. * * @return the type value */ @@ -72,7 +72,7 @@ public IssueType type() { } /** - * Get the context value. + * Get provides additional context on the issue. * * @return the context value */ diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectivityParameters.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectivityParameters.java index ff8f3deb595b..dfc40b4d7da2 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectivityParameters.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectivityParameters.java @@ -80,7 +80,7 @@ public ConnectivityParameters withDestination(ConnectivityDestination destinatio } /** - * Get the protocol value. + * Get network protocol. Possible values include: 'Tcp', 'Http', 'Https', 'Icmp'. * * @return the protocol value */ @@ -89,7 +89,7 @@ public Protocol protocol() { } /** - * Set the protocol value. + * Set network protocol. Possible values include: 'Tcp', 'Http', 'Https', 'Icmp'. * * @param protocol the protocol value to set * @return the ConnectivityParameters object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectivitySource.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectivitySource.java index 7073c11c21b5..6170b349c75c 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectivitySource.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ConnectivitySource.java @@ -28,7 +28,7 @@ public class ConnectivitySource { private Integer port; /** - * Get the resourceId value. + * Get the ID of the resource from which a connectivity check will be initiated. * * @return the resourceId value */ @@ -37,7 +37,7 @@ public String resourceId() { } /** - * Set the resourceId value. + * Set the ID of the resource from which a connectivity check will be initiated. * * @param resourceId the resourceId value to set * @return the ConnectivitySource object itself. @@ -48,7 +48,7 @@ public ConnectivitySource withResourceId(String resourceId) { } /** - * Get the port value. + * Get the source port from which a connectivity check will be performed. * * @return the port value */ @@ -57,7 +57,7 @@ public Integer port() { } /** - * Set the port value. + * Set the source port from which a connectivity check will be performed. * * @param port the port value to set * @return the ConnectivitySource object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/DdosProtectionPlan.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/DdosProtectionPlan.java index 58906f4c8105..68de4fab131f 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/DdosProtectionPlan.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/DdosProtectionPlan.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2018_05_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/DhcpOptions.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/DhcpOptions.java index c1362c0dddf3..73bd58f1b20b 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/DhcpOptions.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/DhcpOptions.java @@ -24,7 +24,7 @@ public class DhcpOptions { private List dnsServers; /** - * Get the dnsServers value. + * Get the list of DNS servers IP addresses. * * @return the dnsServers value */ @@ -33,7 +33,7 @@ public List dnsServers() { } /** - * Set the dnsServers value. + * Set the list of DNS servers IP addresses. * * @param dnsServers the dnsServers value to set * @return the DhcpOptions object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/Dimension.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/Dimension.java index ebdaa981a9b0..c57a743f32c6 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/Dimension.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/Dimension.java @@ -33,7 +33,7 @@ public class Dimension { private String internalName; /** - * Get the name value. + * Get the name of the dimension. * * @return the name value */ @@ -42,7 +42,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the dimension. * * @param name the name value to set * @return the Dimension object itself. @@ -53,7 +53,7 @@ public Dimension withName(String name) { } /** - * Get the displayName value. + * Get the display name of the dimension. * * @return the displayName value */ @@ -62,7 +62,7 @@ public String displayName() { } /** - * Set the displayName value. + * Set the display name of the dimension. * * @param displayName the displayName value to set * @return the Dimension object itself. @@ -73,7 +73,7 @@ public Dimension withDisplayName(String displayName) { } /** - * Get the internalName value. + * Get the internal name of the dimension. * * @return the internalName value */ @@ -82,7 +82,7 @@ public String internalName() { } /** - * Set the internalName value. + * Set the internal name of the dimension. * * @param internalName the internalName value to set * @return the Dimension object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/EffectiveNetworkSecurityGroup.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/EffectiveNetworkSecurityGroup.java index 046d70e958ce..ef021320d528 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/EffectiveNetworkSecurityGroup.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/EffectiveNetworkSecurityGroup.java @@ -42,7 +42,7 @@ public class EffectiveNetworkSecurityGroup { private Map> tagMap; /** - * Get the networkSecurityGroup value. + * Get the ID of network security group that is applied. * * @return the networkSecurityGroup value */ @@ -51,7 +51,7 @@ public SubResource networkSecurityGroup() { } /** - * Set the networkSecurityGroup value. + * Set the ID of network security group that is applied. * * @param networkSecurityGroup the networkSecurityGroup value to set * @return the EffectiveNetworkSecurityGroup object itself. @@ -62,7 +62,7 @@ public EffectiveNetworkSecurityGroup withNetworkSecurityGroup(SubResource networ } /** - * Get the association value. + * Get associated resources. * * @return the association value */ @@ -71,7 +71,7 @@ public EffectiveNetworkSecurityGroupAssociation association() { } /** - * Set the association value. + * Set associated resources. * * @param association the association value to set * @return the EffectiveNetworkSecurityGroup object itself. @@ -82,7 +82,7 @@ public EffectiveNetworkSecurityGroup withAssociation(EffectiveNetworkSecurityGro } /** - * Get the effectiveSecurityRules value. + * Get a collection of effective security rules. * * @return the effectiveSecurityRules value */ @@ -91,7 +91,7 @@ public List effectiveSecurityRules() { } /** - * Set the effectiveSecurityRules value. + * Set a collection of effective security rules. * * @param effectiveSecurityRules the effectiveSecurityRules value to set * @return the EffectiveNetworkSecurityGroup object itself. @@ -102,7 +102,7 @@ public EffectiveNetworkSecurityGroup withEffectiveSecurityRules(List> tagMap() { } /** - * Set the tagMap value. + * Set mapping of tags to list of IP Addresses included within the tag. * * @param tagMap the tagMap value to set * @return the EffectiveNetworkSecurityGroup object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/EffectiveNetworkSecurityGroupAssociation.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/EffectiveNetworkSecurityGroupAssociation.java index 8ad0c3634811..3bdf621ef321 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/EffectiveNetworkSecurityGroupAssociation.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/EffectiveNetworkSecurityGroupAssociation.java @@ -28,7 +28,7 @@ public class EffectiveNetworkSecurityGroupAssociation { private SubResource networkInterface; /** - * Get the subnet value. + * Get the ID of the subnet if assigned. * * @return the subnet value */ @@ -37,7 +37,7 @@ public SubResource subnet() { } /** - * Set the subnet value. + * Set the ID of the subnet if assigned. * * @param subnet the subnet value to set * @return the EffectiveNetworkSecurityGroupAssociation object itself. @@ -48,7 +48,7 @@ public EffectiveNetworkSecurityGroupAssociation withSubnet(SubResource subnet) { } /** - * Get the networkInterface value. + * Get the ID of the network interface if assigned. * * @return the networkInterface value */ @@ -57,7 +57,7 @@ public SubResource networkInterface() { } /** - * Set the networkInterface value. + * Set the ID of the network interface if assigned. * * @param networkInterface the networkInterface value to set * @return the EffectiveNetworkSecurityGroupAssociation object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/EffectiveNetworkSecurityRule.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/EffectiveNetworkSecurityRule.java index cf1e548f84b2..67f38ce3d47c 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/EffectiveNetworkSecurityRule.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/EffectiveNetworkSecurityRule.java @@ -118,7 +118,7 @@ public class EffectiveNetworkSecurityRule { private SecurityRuleDirection direction; /** - * Get the name value. + * Get the name of the security rule specified by the user (if created by the user). * * @return the name value */ @@ -127,7 +127,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the security rule specified by the user (if created by the user). * * @param name the name value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -138,7 +138,7 @@ public EffectiveNetworkSecurityRule withName(String name) { } /** - * Get the protocol value. + * Get the network protocol this rule applies to. Possible values are: 'Tcp', 'Udp', and 'All'. Possible values include: 'Tcp', 'Udp', 'All'. * * @return the protocol value */ @@ -147,7 +147,7 @@ public EffectiveSecurityRuleProtocol protocol() { } /** - * Set the protocol value. + * Set the network protocol this rule applies to. Possible values are: 'Tcp', 'Udp', and 'All'. Possible values include: 'Tcp', 'Udp', 'All'. * * @param protocol the protocol value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -158,7 +158,7 @@ public EffectiveNetworkSecurityRule withProtocol(EffectiveSecurityRuleProtocol p } /** - * Get the sourcePortRange value. + * Get the source port or range. * * @return the sourcePortRange value */ @@ -167,7 +167,7 @@ public String sourcePortRange() { } /** - * Set the sourcePortRange value. + * Set the source port or range. * * @param sourcePortRange the sourcePortRange value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -178,7 +178,7 @@ public EffectiveNetworkSecurityRule withSourcePortRange(String sourcePortRange) } /** - * Get the destinationPortRange value. + * Get the destination port or range. * * @return the destinationPortRange value */ @@ -187,7 +187,7 @@ public String destinationPortRange() { } /** - * Set the destinationPortRange value. + * Set the destination port or range. * * @param destinationPortRange the destinationPortRange value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -198,7 +198,7 @@ public EffectiveNetworkSecurityRule withDestinationPortRange(String destinationP } /** - * Get the sourcePortRanges value. + * Get the source port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as seperator (e.g. 100-400), or an asterix (*). * * @return the sourcePortRanges value */ @@ -207,7 +207,7 @@ public List sourcePortRanges() { } /** - * Set the sourcePortRanges value. + * Set the source port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as seperator (e.g. 100-400), or an asterix (*). * * @param sourcePortRanges the sourcePortRanges value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -218,7 +218,7 @@ public EffectiveNetworkSecurityRule withSourcePortRanges(List sourcePort } /** - * Get the destinationPortRanges value. + * Get the destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as seperator (e.g. 100-400), or an asterix (*). * * @return the destinationPortRanges value */ @@ -227,7 +227,7 @@ public List destinationPortRanges() { } /** - * Set the destinationPortRanges value. + * Set the destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as seperator (e.g. 100-400), or an asterix (*). * * @param destinationPortRanges the destinationPortRanges value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -238,7 +238,7 @@ public EffectiveNetworkSecurityRule withDestinationPortRanges(List desti } /** - * Get the sourceAddressPrefix value. + * Get the source address prefix. * * @return the sourceAddressPrefix value */ @@ -247,7 +247,7 @@ public String sourceAddressPrefix() { } /** - * Set the sourceAddressPrefix value. + * Set the source address prefix. * * @param sourceAddressPrefix the sourceAddressPrefix value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -258,7 +258,7 @@ public EffectiveNetworkSecurityRule withSourceAddressPrefix(String sourceAddress } /** - * Get the destinationAddressPrefix value. + * Get the destination address prefix. * * @return the destinationAddressPrefix value */ @@ -267,7 +267,7 @@ public String destinationAddressPrefix() { } /** - * Set the destinationAddressPrefix value. + * Set the destination address prefix. * * @param destinationAddressPrefix the destinationAddressPrefix value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -278,7 +278,7 @@ public EffectiveNetworkSecurityRule withDestinationAddressPrefix(String destinat } /** - * Get the sourceAddressPrefixes value. + * Get the source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, AureLoadBalancer, Internet), System Tags, and the asterix (*). * * @return the sourceAddressPrefixes value */ @@ -287,7 +287,7 @@ public List sourceAddressPrefixes() { } /** - * Set the sourceAddressPrefixes value. + * Set the source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, AureLoadBalancer, Internet), System Tags, and the asterix (*). * * @param sourceAddressPrefixes the sourceAddressPrefixes value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -298,7 +298,7 @@ public EffectiveNetworkSecurityRule withSourceAddressPrefixes(List sourc } /** - * Get the destinationAddressPrefixes value. + * Get the destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, AureLoadBalancer, Internet), System Tags, and the asterix (*). * * @return the destinationAddressPrefixes value */ @@ -307,7 +307,7 @@ public List destinationAddressPrefixes() { } /** - * Set the destinationAddressPrefixes value. + * Set the destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, AureLoadBalancer, Internet), System Tags, and the asterix (*). * * @param destinationAddressPrefixes the destinationAddressPrefixes value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -318,7 +318,7 @@ public EffectiveNetworkSecurityRule withDestinationAddressPrefixes(List } /** - * Get the expandedSourceAddressPrefix value. + * Get the expanded source address prefix. * * @return the expandedSourceAddressPrefix value */ @@ -327,7 +327,7 @@ public List expandedSourceAddressPrefix() { } /** - * Set the expandedSourceAddressPrefix value. + * Set the expanded source address prefix. * * @param expandedSourceAddressPrefix the expandedSourceAddressPrefix value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -338,7 +338,7 @@ public EffectiveNetworkSecurityRule withExpandedSourceAddressPrefix(List } /** - * Get the expandedDestinationAddressPrefix value. + * Get expanded destination address prefix. * * @return the expandedDestinationAddressPrefix value */ @@ -347,7 +347,7 @@ public List expandedDestinationAddressPrefix() { } /** - * Set the expandedDestinationAddressPrefix value. + * Set expanded destination address prefix. * * @param expandedDestinationAddressPrefix the expandedDestinationAddressPrefix value to set * @return the EffectiveNetworkSecurityRule object itself. @@ -358,7 +358,7 @@ public EffectiveNetworkSecurityRule withExpandedDestinationAddressPrefix(List addressPrefix() { } /** - * Set the addressPrefix value. + * Set the address prefixes of the effective routes in CIDR notation. * * @param addressPrefix the addressPrefix value to set * @return the EffectiveRoute object itself. @@ -138,7 +138,7 @@ public EffectiveRoute withAddressPrefix(List addressPrefix) { } /** - * Get the nextHopIpAddress value. + * Get the IP address of the next hop of the effective route. * * @return the nextHopIpAddress value */ @@ -147,7 +147,7 @@ public List nextHopIpAddress() { } /** - * Set the nextHopIpAddress value. + * Set the IP address of the next hop of the effective route. * * @param nextHopIpAddress the nextHopIpAddress value to set * @return the EffectiveRoute object itself. @@ -158,7 +158,7 @@ public EffectiveRoute withNextHopIpAddress(List nextHopIpAddress) { } /** - * Get the nextHopType value. + * Get the type of Azure hop the packet should be sent to. Possible values are: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', and 'None'. Possible values include: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', 'None'. * * @return the nextHopType value */ @@ -167,7 +167,7 @@ public RouteNextHopType nextHopType() { } /** - * Set the nextHopType value. + * Set the type of Azure hop the packet should be sent to. Possible values are: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', and 'None'. Possible values include: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', 'None'. * * @param nextHopType the nextHopType value to set * @return the EffectiveRoute object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuit.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuit.java index ba2683f50549..62093dd98f9c 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuit.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuit.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2018_05_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitArpTable.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitArpTable.java index 1d8c7dc9748e..53b17505575a 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitArpTable.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitArpTable.java @@ -39,7 +39,7 @@ public class ExpressRouteCircuitArpTable { private String macAddress; /** - * Get the age value. + * Get entry age in minutes. * * @return the age value */ @@ -48,7 +48,7 @@ public Integer age() { } /** - * Set the age value. + * Set entry age in minutes. * * @param age the age value to set * @return the ExpressRouteCircuitArpTable object itself. @@ -59,7 +59,7 @@ public ExpressRouteCircuitArpTable withAge(Integer age) { } /** - * Get the interfaceProperty value. + * Get interface address. * * @return the interfaceProperty value */ @@ -68,7 +68,7 @@ public String interfaceProperty() { } /** - * Set the interfaceProperty value. + * Set interface address. * * @param interfaceProperty the interfaceProperty value to set * @return the ExpressRouteCircuitArpTable object itself. @@ -79,7 +79,7 @@ public ExpressRouteCircuitArpTable withInterfaceProperty(String interfacePropert } /** - * Get the ipAddress value. + * Get the IP address. * * @return the ipAddress value */ @@ -88,7 +88,7 @@ public String ipAddress() { } /** - * Set the ipAddress value. + * Set the IP address. * * @param ipAddress the ipAddress value to set * @return the ExpressRouteCircuitArpTable object itself. @@ -99,7 +99,7 @@ public ExpressRouteCircuitArpTable withIpAddress(String ipAddress) { } /** - * Get the macAddress value. + * Get the MAC address. * * @return the macAddress value */ @@ -108,7 +108,7 @@ public String macAddress() { } /** - * Set the macAddress value. + * Set the MAC address. * * @param macAddress the macAddress value to set * @return the ExpressRouteCircuitArpTable object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitPeeringConfig.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitPeeringConfig.java index 1c5d70b83153..dd24f55f1bb2 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitPeeringConfig.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitPeeringConfig.java @@ -55,7 +55,7 @@ public class ExpressRouteCircuitPeeringConfig { private String routingRegistryName; /** - * Get the advertisedPublicPrefixes value. + * Get the reference of AdvertisedPublicPrefixes. * * @return the advertisedPublicPrefixes value */ @@ -64,7 +64,7 @@ public List advertisedPublicPrefixes() { } /** - * Set the advertisedPublicPrefixes value. + * Set the reference of AdvertisedPublicPrefixes. * * @param advertisedPublicPrefixes the advertisedPublicPrefixes value to set * @return the ExpressRouteCircuitPeeringConfig object itself. @@ -75,7 +75,7 @@ public ExpressRouteCircuitPeeringConfig withAdvertisedPublicPrefixes(List advertisedCommunities() { } /** - * Set the advertisedCommunities value. + * Set the communities of bgp peering. Spepcified for microsoft peering. * * @param advertisedCommunities the advertisedCommunities value to set * @return the ExpressRouteCircuitPeeringConfig object itself. @@ -95,7 +95,7 @@ public ExpressRouteCircuitPeeringConfig withAdvertisedCommunities(List a } /** - * Get the advertisedPublicPrefixesState value. + * Get advertisedPublicPrefixState of the Peering resource. Possible values are 'NotConfigured', 'Configuring', 'Configured', and 'ValidationNeeded'. Possible values include: 'NotConfigured', 'Configuring', 'Configured', 'ValidationNeeded'. * * @return the advertisedPublicPrefixesState value */ @@ -104,7 +104,7 @@ public ExpressRouteCircuitPeeringAdvertisedPublicPrefixState advertisedPublicPre } /** - * Set the advertisedPublicPrefixesState value. + * Set advertisedPublicPrefixState of the Peering resource. Possible values are 'NotConfigured', 'Configuring', 'Configured', and 'ValidationNeeded'. Possible values include: 'NotConfigured', 'Configuring', 'Configured', 'ValidationNeeded'. * * @param advertisedPublicPrefixesState the advertisedPublicPrefixesState value to set * @return the ExpressRouteCircuitPeeringConfig object itself. @@ -115,7 +115,7 @@ public ExpressRouteCircuitPeeringConfig withAdvertisedPublicPrefixesState(Expres } /** - * Get the legacyMode value. + * Get the legacy mode of the peering. * * @return the legacyMode value */ @@ -124,7 +124,7 @@ public Integer legacyMode() { } /** - * Set the legacyMode value. + * Set the legacy mode of the peering. * * @param legacyMode the legacyMode value to set * @return the ExpressRouteCircuitPeeringConfig object itself. @@ -135,7 +135,7 @@ public ExpressRouteCircuitPeeringConfig withLegacyMode(Integer legacyMode) { } /** - * Get the customerASN value. + * Get the CustomerASN of the peering. * * @return the customerASN value */ @@ -144,7 +144,7 @@ public Integer customerASN() { } /** - * Set the customerASN value. + * Set the CustomerASN of the peering. * * @param customerASN the customerASN value to set * @return the ExpressRouteCircuitPeeringConfig object itself. @@ -155,7 +155,7 @@ public ExpressRouteCircuitPeeringConfig withCustomerASN(Integer customerASN) { } /** - * Get the routingRegistryName value. + * Get the RoutingRegistryName of the configuration. * * @return the routingRegistryName value */ @@ -164,7 +164,7 @@ public String routingRegistryName() { } /** - * Set the routingRegistryName value. + * Set the RoutingRegistryName of the configuration. * * @param routingRegistryName the routingRegistryName value to set * @return the ExpressRouteCircuitPeeringConfig object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitReference.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitReference.java index f352439541ec..60c21dc40ad0 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitReference.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitReference.java @@ -21,7 +21,7 @@ public class ExpressRouteCircuitReference { private String id; /** - * Get the id value. + * Get corresponding Express Route Circuit Id. * * @return the id value */ @@ -30,7 +30,7 @@ public String id() { } /** - * Set the id value. + * Set corresponding Express Route Circuit Id. * * @param id the id value to set * @return the ExpressRouteCircuitReference object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitRoutesTable.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitRoutesTable.java index 37a37bdc980d..81e60a250b66 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitRoutesTable.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitRoutesTable.java @@ -46,7 +46,7 @@ public class ExpressRouteCircuitRoutesTable { private String path; /** - * Get the network value. + * Get iP address of a network entity. * * @return the network value */ @@ -55,7 +55,7 @@ public String network() { } /** - * Set the network value. + * Set iP address of a network entity. * * @param network the network value to set * @return the ExpressRouteCircuitRoutesTable object itself. @@ -66,7 +66,7 @@ public ExpressRouteCircuitRoutesTable withNetwork(String network) { } /** - * Get the nextHop value. + * Get nextHop address. * * @return the nextHop value */ @@ -75,7 +75,7 @@ public String nextHop() { } /** - * Set the nextHop value. + * Set nextHop address. * * @param nextHop the nextHop value to set * @return the ExpressRouteCircuitRoutesTable object itself. @@ -86,7 +86,7 @@ public ExpressRouteCircuitRoutesTable withNextHop(String nextHop) { } /** - * Get the locPrf value. + * Get local preference value as set with the set local-preference route-map configuration command. * * @return the locPrf value */ @@ -95,7 +95,7 @@ public String locPrf() { } /** - * Set the locPrf value. + * Set local preference value as set with the set local-preference route-map configuration command. * * @param locPrf the locPrf value to set * @return the ExpressRouteCircuitRoutesTable object itself. @@ -106,7 +106,7 @@ public ExpressRouteCircuitRoutesTable withLocPrf(String locPrf) { } /** - * Get the weight value. + * Get route Weight. * * @return the weight value */ @@ -115,7 +115,7 @@ public Integer weight() { } /** - * Set the weight value. + * Set route Weight. * * @param weight the weight value to set * @return the ExpressRouteCircuitRoutesTable object itself. @@ -126,7 +126,7 @@ public ExpressRouteCircuitRoutesTable withWeight(Integer weight) { } /** - * Get the path value. + * Get autonomous system paths to the destination network. * * @return the path value */ @@ -135,7 +135,7 @@ public String path() { } /** - * Set the path value. + * Set autonomous system paths to the destination network. * * @param path the path value to set * @return the ExpressRouteCircuitRoutesTable object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitRoutesTableSummary.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitRoutesTableSummary.java index 22eeedd058a3..9c4bbad37d37 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitRoutesTableSummary.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitRoutesTableSummary.java @@ -47,7 +47,7 @@ public class ExpressRouteCircuitRoutesTableSummary { private String statePfxRcd; /** - * Get the neighbor value. + * Get iP address of the neighbor. * * @return the neighbor value */ @@ -56,7 +56,7 @@ public String neighbor() { } /** - * Set the neighbor value. + * Set iP address of the neighbor. * * @param neighbor the neighbor value to set * @return the ExpressRouteCircuitRoutesTableSummary object itself. @@ -67,7 +67,7 @@ public ExpressRouteCircuitRoutesTableSummary withNeighbor(String neighbor) { } /** - * Get the v value. + * Get bGP version number spoken to the neighbor. * * @return the v value */ @@ -76,7 +76,7 @@ public Integer v() { } /** - * Set the v value. + * Set bGP version number spoken to the neighbor. * * @param v the v value to set * @return the ExpressRouteCircuitRoutesTableSummary object itself. @@ -87,7 +87,7 @@ public ExpressRouteCircuitRoutesTableSummary withV(Integer v) { } /** - * Get the as value. + * Get autonomous system number. * * @return the as value */ @@ -96,7 +96,7 @@ public Integer as() { } /** - * Set the as value. + * Set autonomous system number. * * @param as the as value to set * @return the ExpressRouteCircuitRoutesTableSummary object itself. @@ -107,7 +107,7 @@ public ExpressRouteCircuitRoutesTableSummary withAs(Integer as) { } /** - * Get the upDown value. + * Get the length of time that the BGP session has been in the Established state, or the current status if not in the Established state. * * @return the upDown value */ @@ -116,7 +116,7 @@ public String upDown() { } /** - * Set the upDown value. + * Set the length of time that the BGP session has been in the Established state, or the current status if not in the Established state. * * @param upDown the upDown value to set * @return the ExpressRouteCircuitRoutesTableSummary object itself. @@ -127,7 +127,7 @@ public ExpressRouteCircuitRoutesTableSummary withUpDown(String upDown) { } /** - * Get the statePfxRcd value. + * Get current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group. * * @return the statePfxRcd value */ @@ -136,7 +136,7 @@ public String statePfxRcd() { } /** - * Set the statePfxRcd value. + * Set current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group. * * @param statePfxRcd the statePfxRcd value to set * @return the ExpressRouteCircuitRoutesTableSummary object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitServiceProviderProperties.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitServiceProviderProperties.java index 9fbf747508a3..1105a40b4e73 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitServiceProviderProperties.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitServiceProviderProperties.java @@ -33,7 +33,7 @@ public class ExpressRouteCircuitServiceProviderProperties { private Integer bandwidthInMbps; /** - * Get the serviceProviderName value. + * Get the serviceProviderName. * * @return the serviceProviderName value */ @@ -42,7 +42,7 @@ public String serviceProviderName() { } /** - * Set the serviceProviderName value. + * Set the serviceProviderName. * * @param serviceProviderName the serviceProviderName value to set * @return the ExpressRouteCircuitServiceProviderProperties object itself. @@ -53,7 +53,7 @@ public ExpressRouteCircuitServiceProviderProperties withServiceProviderName(Stri } /** - * Get the peeringLocation value. + * Get the peering location. * * @return the peeringLocation value */ @@ -62,7 +62,7 @@ public String peeringLocation() { } /** - * Set the peeringLocation value. + * Set the peering location. * * @param peeringLocation the peeringLocation value to set * @return the ExpressRouteCircuitServiceProviderProperties object itself. @@ -73,7 +73,7 @@ public ExpressRouteCircuitServiceProviderProperties withPeeringLocation(String p } /** - * Get the bandwidthInMbps value. + * Get the BandwidthInMbps. * * @return the bandwidthInMbps value */ @@ -82,7 +82,7 @@ public Integer bandwidthInMbps() { } /** - * Set the bandwidthInMbps value. + * Set the BandwidthInMbps. * * @param bandwidthInMbps the bandwidthInMbps value to set * @return the ExpressRouteCircuitServiceProviderProperties object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitSku.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitSku.java index 1fa6c1e91921..ef9039e55d67 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitSku.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCircuitSku.java @@ -35,7 +35,7 @@ public class ExpressRouteCircuitSku { private ExpressRouteCircuitSkuFamily family; /** - * Get the name value. + * Get the name of the SKU. * * @return the name value */ @@ -44,7 +44,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the SKU. * * @param name the name value to set * @return the ExpressRouteCircuitSku object itself. @@ -55,7 +55,7 @@ public ExpressRouteCircuitSku withName(String name) { } /** - * Get the tier value. + * Get the tier of the SKU. Possible values are 'Standard' and 'Premium'. Possible values include: 'Standard', 'Premium'. * * @return the tier value */ @@ -64,7 +64,7 @@ public ExpressRouteCircuitSkuTier tier() { } /** - * Set the tier value. + * Set the tier of the SKU. Possible values are 'Standard' and 'Premium'. Possible values include: 'Standard', 'Premium'. * * @param tier the tier value to set * @return the ExpressRouteCircuitSku object itself. @@ -75,7 +75,7 @@ public ExpressRouteCircuitSku withTier(ExpressRouteCircuitSkuTier tier) { } /** - * Get the family value. + * Get the family of the SKU. Possible values are: 'UnlimitedData' and 'MeteredData'. Possible values include: 'UnlimitedData', 'MeteredData'. * * @return the family value */ @@ -84,7 +84,7 @@ public ExpressRouteCircuitSkuFamily family() { } /** - * Set the family value. + * Set the family of the SKU. Possible values are: 'UnlimitedData' and 'MeteredData'. Possible values include: 'UnlimitedData', 'MeteredData'. * * @param family the family value to set * @return the ExpressRouteCircuitSku object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCrossConnection.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCrossConnection.java index dae9566bf919..035059161b34 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCrossConnection.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCrossConnection.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2018_05_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCrossConnectionRoutesTableSummary.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCrossConnectionRoutesTableSummary.java index 92c15693221f..2a1b05361f78 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCrossConnectionRoutesTableSummary.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteCrossConnectionRoutesTableSummary.java @@ -41,7 +41,7 @@ public class ExpressRouteCrossConnectionRoutesTableSummary { private String stateOrPrefixesReceived; /** - * Get the neighbor value. + * Get iP address of Neighbor router. * * @return the neighbor value */ @@ -50,7 +50,7 @@ public String neighbor() { } /** - * Set the neighbor value. + * Set iP address of Neighbor router. * * @param neighbor the neighbor value to set * @return the ExpressRouteCrossConnectionRoutesTableSummary object itself. @@ -61,7 +61,7 @@ public ExpressRouteCrossConnectionRoutesTableSummary withNeighbor(String neighbo } /** - * Get the asn value. + * Get autonomous system number. * * @return the asn value */ @@ -70,7 +70,7 @@ public Integer asn() { } /** - * Set the asn value. + * Set autonomous system number. * * @param asn the asn value to set * @return the ExpressRouteCrossConnectionRoutesTableSummary object itself. @@ -81,7 +81,7 @@ public ExpressRouteCrossConnectionRoutesTableSummary withAsn(Integer asn) { } /** - * Get the upDown value. + * Get the length of time that the BGP session has been in the Established state, or the current status if not in the Established state. * * @return the upDown value */ @@ -90,7 +90,7 @@ public String upDown() { } /** - * Set the upDown value. + * Set the length of time that the BGP session has been in the Established state, or the current status if not in the Established state. * * @param upDown the upDown value to set * @return the ExpressRouteCrossConnectionRoutesTableSummary object itself. @@ -101,7 +101,7 @@ public ExpressRouteCrossConnectionRoutesTableSummary withUpDown(String upDown) { } /** - * Get the stateOrPrefixesReceived value. + * Get current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group. * * @return the stateOrPrefixesReceived value */ @@ -110,7 +110,7 @@ public String stateOrPrefixesReceived() { } /** - * Set the stateOrPrefixesReceived value. + * Set current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group. * * @param stateOrPrefixesReceived the stateOrPrefixesReceived value to set * @return the ExpressRouteCrossConnectionRoutesTableSummary object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteServiceProvider.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteServiceProvider.java index 46ded618505c..5c4ab888d1b8 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteServiceProvider.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteServiceProvider.java @@ -10,6 +10,7 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2018_05_01.implementation.NetworkManager; diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteServiceProviderBandwidthsOffered.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteServiceProviderBandwidthsOffered.java index 1c9463d324c2..84dfad8b6377 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteServiceProviderBandwidthsOffered.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ExpressRouteServiceProviderBandwidthsOffered.java @@ -27,7 +27,7 @@ public class ExpressRouteServiceProviderBandwidthsOffered { private Integer valueInMbps; /** - * Get the offerName value. + * Get the OfferName. * * @return the offerName value */ @@ -36,7 +36,7 @@ public String offerName() { } /** - * Set the offerName value. + * Set the OfferName. * * @param offerName the offerName value to set * @return the ExpressRouteServiceProviderBandwidthsOffered object itself. @@ -47,7 +47,7 @@ public ExpressRouteServiceProviderBandwidthsOffered withOfferName(String offerNa } /** - * Get the valueInMbps value. + * Get the ValueInMbps. * * @return the valueInMbps value */ @@ -56,7 +56,7 @@ public Integer valueInMbps() { } /** - * Set the valueInMbps value. + * Set the ValueInMbps. * * @param valueInMbps the valueInMbps value to set * @return the ExpressRouteServiceProviderBandwidthsOffered object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/FlowLogStatusParameters.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/FlowLogStatusParameters.java index db8c9e9ba19f..f6e848fd8c99 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/FlowLogStatusParameters.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/FlowLogStatusParameters.java @@ -23,7 +23,7 @@ public class FlowLogStatusParameters { private String targetResourceId; /** - * Get the targetResourceId value. + * Get the target resource where getting the flow log and traffic analytics (optional) status. * * @return the targetResourceId value */ @@ -32,7 +32,7 @@ public String targetResourceId() { } /** - * Set the targetResourceId value. + * Set the target resource where getting the flow log and traffic analytics (optional) status. * * @param targetResourceId the targetResourceId value to set * @return the FlowLogStatusParameters object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/GatewayRoute.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/GatewayRoute.java index 331ef43a88ee..c986a93e290a 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/GatewayRoute.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/GatewayRoute.java @@ -57,7 +57,7 @@ public class GatewayRoute { private Integer weight; /** - * Get the localAddress value. + * Get the gateway's local address. * * @return the localAddress value */ @@ -66,7 +66,7 @@ public String localAddress() { } /** - * Get the network value. + * Get the route's network prefix. * * @return the network value */ @@ -75,7 +75,7 @@ public String network() { } /** - * Get the nextHop value. + * Get the route's next hop. * * @return the nextHop value */ @@ -84,7 +84,7 @@ public String nextHop() { } /** - * Get the sourcePeer value. + * Get the peer this route was learned from. * * @return the sourcePeer value */ @@ -93,7 +93,7 @@ public String sourcePeer() { } /** - * Get the origin value. + * Get the source this route was learned from. * * @return the origin value */ @@ -102,7 +102,7 @@ public String origin() { } /** - * Get the asPath value. + * Get the route's AS path sequence. * * @return the asPath value */ @@ -111,7 +111,7 @@ public String asPath() { } /** - * Get the weight value. + * Get the route's weight. * * @return the weight value */ diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/HTTPConfiguration.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/HTTPConfiguration.java index ffadd2ede327..a1cfe94a35b2 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/HTTPConfiguration.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/HTTPConfiguration.java @@ -34,7 +34,7 @@ public class HTTPConfiguration { private List validStatusCodes; /** - * Get the method value. + * Get hTTP method. Possible values include: 'Get'. * * @return the method value */ @@ -43,7 +43,7 @@ public HTTPMethod method() { } /** - * Set the method value. + * Set hTTP method. Possible values include: 'Get'. * * @param method the method value to set * @return the HTTPConfiguration object itself. @@ -54,7 +54,7 @@ public HTTPConfiguration withMethod(HTTPMethod method) { } /** - * Get the headers value. + * Get list of HTTP headers. * * @return the headers value */ @@ -63,7 +63,7 @@ public List headers() { } /** - * Set the headers value. + * Set list of HTTP headers. * * @param headers the headers value to set * @return the HTTPConfiguration object itself. @@ -74,7 +74,7 @@ public HTTPConfiguration withHeaders(List headers) { } /** - * Get the validStatusCodes value. + * Get valid status codes. * * @return the validStatusCodes value */ @@ -83,7 +83,7 @@ public List validStatusCodes() { } /** - * Set the validStatusCodes value. + * Set valid status codes. * * @param validStatusCodes the validStatusCodes value to set * @return the HTTPConfiguration object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/HTTPHeader.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/HTTPHeader.java index 68a3a074f029..7073e3a432ec 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/HTTPHeader.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/HTTPHeader.java @@ -27,7 +27,7 @@ public class HTTPHeader { private String value; /** - * Get the name value. + * Get the name in HTTP header. * * @return the name value */ @@ -36,7 +36,7 @@ public String name() { } /** - * Set the name value. + * Set the name in HTTP header. * * @param name the name value to set * @return the HTTPHeader object itself. @@ -47,7 +47,7 @@ public HTTPHeader withName(String name) { } /** - * Get the value value. + * Get the value in HTTP header. * * @return the value value */ @@ -56,7 +56,7 @@ public String value() { } /** - * Set the value value. + * Set the value in HTTP header. * * @param value the value value to set * @return the HTTPHeader object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/IPConfiguration.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/IPConfiguration.java index 2cd2278daff3..d6533ef2cedf 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/IPConfiguration.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/IPConfiguration.java @@ -65,7 +65,7 @@ public class IPConfiguration extends SubResource { private String etag; /** - * Get the privateIPAddress value. + * Get the private IP address of the IP configuration. * * @return the privateIPAddress value */ @@ -74,7 +74,7 @@ public String privateIPAddress() { } /** - * Set the privateIPAddress value. + * Set the private IP address of the IP configuration. * * @param privateIPAddress the privateIPAddress value to set * @return the IPConfiguration object itself. @@ -85,7 +85,7 @@ public IPConfiguration withPrivateIPAddress(String privateIPAddress) { } /** - * Get the privateIPAllocationMethod value. + * Get the private IP allocation method. Possible values are 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'. * * @return the privateIPAllocationMethod value */ @@ -94,7 +94,7 @@ public IPAllocationMethod privateIPAllocationMethod() { } /** - * Set the privateIPAllocationMethod value. + * Set the private IP allocation method. Possible values are 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'. * * @param privateIPAllocationMethod the privateIPAllocationMethod value to set * @return the IPConfiguration object itself. @@ -105,7 +105,7 @@ public IPConfiguration withPrivateIPAllocationMethod(IPAllocationMethod privateI } /** - * Get the subnet value. + * Get the reference of the subnet resource. * * @return the subnet value */ @@ -114,7 +114,7 @@ public SubnetInner subnet() { } /** - * Set the subnet value. + * Set the reference of the subnet resource. * * @param subnet the subnet value to set * @return the IPConfiguration object itself. @@ -125,7 +125,7 @@ public IPConfiguration withSubnet(SubnetInner subnet) { } /** - * Get the publicIPAddress value. + * Get the reference of the public IP resource. * * @return the publicIPAddress value */ @@ -134,7 +134,7 @@ public PublicIPAddressInner publicIPAddress() { } /** - * Set the publicIPAddress value. + * Set the reference of the public IP resource. * * @param publicIPAddress the publicIPAddress value to set * @return the IPConfiguration object itself. @@ -145,7 +145,7 @@ public IPConfiguration withPublicIPAddress(PublicIPAddressInner publicIPAddress) } /** - * Get the provisioningState value. + * Get gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -154,7 +154,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the IPConfiguration object itself. @@ -165,7 +165,7 @@ public IPConfiguration withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -174,7 +174,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the IPConfiguration object itself. @@ -185,7 +185,7 @@ public IPConfiguration withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -194,7 +194,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the IPConfiguration object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/InboundNatPool.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/InboundNatPool.java index 1135d2edeef6..b6409e4ea07a 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/InboundNatPool.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/InboundNatPool.java @@ -90,7 +90,7 @@ public class InboundNatPool extends SubResource { private String etag; /** - * Get the frontendIPConfiguration value. + * Get a reference to frontend IP addresses. * * @return the frontendIPConfiguration value */ @@ -99,7 +99,7 @@ public SubResource frontendIPConfiguration() { } /** - * Set the frontendIPConfiguration value. + * Set a reference to frontend IP addresses. * * @param frontendIPConfiguration the frontendIPConfiguration value to set * @return the InboundNatPool object itself. @@ -110,7 +110,7 @@ public InboundNatPool withFrontendIPConfiguration(SubResource frontendIPConfigur } /** - * Get the protocol value. + * Get possible values include: 'Udp', 'Tcp', 'All'. * * @return the protocol value */ @@ -119,7 +119,7 @@ public TransportProtocol protocol() { } /** - * Set the protocol value. + * Set possible values include: 'Udp', 'Tcp', 'All'. * * @param protocol the protocol value to set * @return the InboundNatPool object itself. @@ -130,7 +130,7 @@ public InboundNatPool withProtocol(TransportProtocol protocol) { } /** - * Get the frontendPortRangeStart value. + * Get the first port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and 65534. * * @return the frontendPortRangeStart value */ @@ -139,7 +139,7 @@ public int frontendPortRangeStart() { } /** - * Set the frontendPortRangeStart value. + * Set the first port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and 65534. * * @param frontendPortRangeStart the frontendPortRangeStart value to set * @return the InboundNatPool object itself. @@ -150,7 +150,7 @@ public InboundNatPool withFrontendPortRangeStart(int frontendPortRangeStart) { } /** - * Get the frontendPortRangeEnd value. + * Get the last port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and 65535. * * @return the frontendPortRangeEnd value */ @@ -159,7 +159,7 @@ public int frontendPortRangeEnd() { } /** - * Set the frontendPortRangeEnd value. + * Set the last port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and 65535. * * @param frontendPortRangeEnd the frontendPortRangeEnd value to set * @return the InboundNatPool object itself. @@ -170,7 +170,7 @@ public InboundNatPool withFrontendPortRangeEnd(int frontendPortRangeEnd) { } /** - * Get the backendPort value. + * Get the port used for internal connections on the endpoint. Acceptable values are between 1 and 65535. * * @return the backendPort value */ @@ -179,7 +179,7 @@ public int backendPort() { } /** - * Set the backendPort value. + * Set the port used for internal connections on the endpoint. Acceptable values are between 1 and 65535. * * @param backendPort the backendPort value to set * @return the InboundNatPool object itself. @@ -190,7 +190,7 @@ public InboundNatPool withBackendPort(int backendPort) { } /** - * Get the idleTimeoutInMinutes value. + * Get the timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP. * * @return the idleTimeoutInMinutes value */ @@ -199,7 +199,7 @@ public Integer idleTimeoutInMinutes() { } /** - * Set the idleTimeoutInMinutes value. + * Set the timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP. * * @param idleTimeoutInMinutes the idleTimeoutInMinutes value to set * @return the InboundNatPool object itself. @@ -210,7 +210,7 @@ public InboundNatPool withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes) { } /** - * Get the enableFloatingIP value. + * Get configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group. This setting is required when using the SQL AlwaysOn Availability Groups in SQL server. This setting can't be changed after you create the endpoint. * * @return the enableFloatingIP value */ @@ -219,7 +219,7 @@ public Boolean enableFloatingIP() { } /** - * Set the enableFloatingIP value. + * Set configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group. This setting is required when using the SQL AlwaysOn Availability Groups in SQL server. This setting can't be changed after you create the endpoint. * * @param enableFloatingIP the enableFloatingIP value to set * @return the InboundNatPool object itself. @@ -230,7 +230,7 @@ public InboundNatPool withEnableFloatingIP(Boolean enableFloatingIP) { } /** - * Get the provisioningState value. + * Get gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -239,7 +239,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the InboundNatPool object itself. @@ -250,7 +250,7 @@ public InboundNatPool withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -259,7 +259,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the InboundNatPool object itself. @@ -270,7 +270,7 @@ public InboundNatPool withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -279,7 +279,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the InboundNatPool object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/IpTag.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/IpTag.java index 37cd90694442..c6547d389a8f 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/IpTag.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/IpTag.java @@ -28,7 +28,7 @@ public class IpTag { private String tag; /** - * Get the ipTagType value. + * Get gets or sets the ipTag type: Example FirstPartyUsage. * * @return the ipTagType value */ @@ -37,7 +37,7 @@ public String ipTagType() { } /** - * Set the ipTagType value. + * Set gets or sets the ipTag type: Example FirstPartyUsage. * * @param ipTagType the ipTagType value to set * @return the IpTag object itself. @@ -48,7 +48,7 @@ public IpTag withIpTagType(String ipTagType) { } /** - * Get the tag value. + * Get gets or sets value of the IpTag associated with the public IP. Example SQL, Storage etc. * * @return the tag value */ @@ -57,7 +57,7 @@ public String tag() { } /** - * Set the tag value. + * Set gets or sets value of the IpTag associated with the public IP. Example SQL, Storage etc. * * @param tag the tag value to set * @return the IpTag object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/IpsecPolicy.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/IpsecPolicy.java index 6a7f75515c5d..6693b664ca08 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/IpsecPolicy.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/IpsecPolicy.java @@ -74,7 +74,7 @@ public class IpsecPolicy { private PfsGroup pfsGroup; /** - * Get the saLifeTimeSeconds value. + * Get the IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel. * * @return the saLifeTimeSeconds value */ @@ -83,7 +83,7 @@ public int saLifeTimeSeconds() { } /** - * Set the saLifeTimeSeconds value. + * Set the IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel. * * @param saLifeTimeSeconds the saLifeTimeSeconds value to set * @return the IpsecPolicy object itself. @@ -94,7 +94,7 @@ public IpsecPolicy withSaLifeTimeSeconds(int saLifeTimeSeconds) { } /** - * Get the saDataSizeKilobytes value. + * Get the IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for a site to site VPN tunnel. * * @return the saDataSizeKilobytes value */ @@ -103,7 +103,7 @@ public int saDataSizeKilobytes() { } /** - * Set the saDataSizeKilobytes value. + * Set the IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for a site to site VPN tunnel. * * @param saDataSizeKilobytes the saDataSizeKilobytes value to set * @return the IpsecPolicy object itself. @@ -114,7 +114,7 @@ public IpsecPolicy withSaDataSizeKilobytes(int saDataSizeKilobytes) { } /** - * Get the ipsecEncryption value. + * Get the IPSec encryption algorithm (IKE phase 1). Possible values include: 'None', 'DES', 'DES3', 'AES128', 'AES192', 'AES256', 'GCMAES128', 'GCMAES192', 'GCMAES256'. * * @return the ipsecEncryption value */ @@ -123,7 +123,7 @@ public IpsecEncryption ipsecEncryption() { } /** - * Set the ipsecEncryption value. + * Set the IPSec encryption algorithm (IKE phase 1). Possible values include: 'None', 'DES', 'DES3', 'AES128', 'AES192', 'AES256', 'GCMAES128', 'GCMAES192', 'GCMAES256'. * * @param ipsecEncryption the ipsecEncryption value to set * @return the IpsecPolicy object itself. @@ -134,7 +134,7 @@ public IpsecPolicy withIpsecEncryption(IpsecEncryption ipsecEncryption) { } /** - * Get the ipsecIntegrity value. + * Get the IPSec integrity algorithm (IKE phase 1). Possible values include: 'MD5', 'SHA1', 'SHA256', 'GCMAES128', 'GCMAES192', 'GCMAES256'. * * @return the ipsecIntegrity value */ @@ -143,7 +143,7 @@ public IpsecIntegrity ipsecIntegrity() { } /** - * Set the ipsecIntegrity value. + * Set the IPSec integrity algorithm (IKE phase 1). Possible values include: 'MD5', 'SHA1', 'SHA256', 'GCMAES128', 'GCMAES192', 'GCMAES256'. * * @param ipsecIntegrity the ipsecIntegrity value to set * @return the IpsecPolicy object itself. @@ -154,7 +154,7 @@ public IpsecPolicy withIpsecIntegrity(IpsecIntegrity ipsecIntegrity) { } /** - * Get the ikeEncryption value. + * Get the IKE encryption algorithm (IKE phase 2). Possible values include: 'DES', 'DES3', 'AES128', 'AES192', 'AES256', 'GCMAES256', 'GCMAES128'. * * @return the ikeEncryption value */ @@ -163,7 +163,7 @@ public IkeEncryption ikeEncryption() { } /** - * Set the ikeEncryption value. + * Set the IKE encryption algorithm (IKE phase 2). Possible values include: 'DES', 'DES3', 'AES128', 'AES192', 'AES256', 'GCMAES256', 'GCMAES128'. * * @param ikeEncryption the ikeEncryption value to set * @return the IpsecPolicy object itself. @@ -174,7 +174,7 @@ public IpsecPolicy withIkeEncryption(IkeEncryption ikeEncryption) { } /** - * Get the ikeIntegrity value. + * Get the IKE integrity algorithm (IKE phase 2). Possible values include: 'MD5', 'SHA1', 'SHA256', 'SHA384', 'GCMAES256', 'GCMAES128'. * * @return the ikeIntegrity value */ @@ -183,7 +183,7 @@ public IkeIntegrity ikeIntegrity() { } /** - * Set the ikeIntegrity value. + * Set the IKE integrity algorithm (IKE phase 2). Possible values include: 'MD5', 'SHA1', 'SHA256', 'SHA384', 'GCMAES256', 'GCMAES128'. * * @param ikeIntegrity the ikeIntegrity value to set * @return the IpsecPolicy object itself. @@ -194,7 +194,7 @@ public IpsecPolicy withIkeIntegrity(IkeIntegrity ikeIntegrity) { } /** - * Get the dhGroup value. + * Get the DH Groups used in IKE Phase 1 for initial SA. Possible values include: 'None', 'DHGroup1', 'DHGroup2', 'DHGroup14', 'DHGroup2048', 'ECP256', 'ECP384', 'DHGroup24'. * * @return the dhGroup value */ @@ -203,7 +203,7 @@ public DhGroup dhGroup() { } /** - * Set the dhGroup value. + * Set the DH Groups used in IKE Phase 1 for initial SA. Possible values include: 'None', 'DHGroup1', 'DHGroup2', 'DHGroup14', 'DHGroup2048', 'ECP256', 'ECP384', 'DHGroup24'. * * @param dhGroup the dhGroup value to set * @return the IpsecPolicy object itself. @@ -214,7 +214,7 @@ public IpsecPolicy withDhGroup(DhGroup dhGroup) { } /** - * Get the pfsGroup value. + * Get the Pfs Groups used in IKE Phase 2 for new child SA. Possible values include: 'None', 'PFS1', 'PFS2', 'PFS2048', 'ECP256', 'ECP384', 'PFS24', 'PFS14', 'PFSMM'. * * @return the pfsGroup value */ @@ -223,7 +223,7 @@ public PfsGroup pfsGroup() { } /** - * Set the pfsGroup value. + * Set the Pfs Groups used in IKE Phase 2 for new child SA. Possible values include: 'None', 'PFS1', 'PFS2', 'PFS2048', 'ECP256', 'ECP384', 'PFS24', 'PFS14', 'PFSMM'. * * @param pfsGroup the pfsGroup value to set * @return the IpsecPolicy object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/Ipv6ExpressRouteCircuitPeeringConfig.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/Ipv6ExpressRouteCircuitPeeringConfig.java index 68729622f13d..443f302497b5 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/Ipv6ExpressRouteCircuitPeeringConfig.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/Ipv6ExpressRouteCircuitPeeringConfig.java @@ -47,7 +47,7 @@ public class Ipv6ExpressRouteCircuitPeeringConfig { private ExpressRouteCircuitPeeringState state; /** - * Get the primaryPeerAddressPrefix value. + * Get the primary address prefix. * * @return the primaryPeerAddressPrefix value */ @@ -56,7 +56,7 @@ public String primaryPeerAddressPrefix() { } /** - * Set the primaryPeerAddressPrefix value. + * Set the primary address prefix. * * @param primaryPeerAddressPrefix the primaryPeerAddressPrefix value to set * @return the Ipv6ExpressRouteCircuitPeeringConfig object itself. @@ -67,7 +67,7 @@ public Ipv6ExpressRouteCircuitPeeringConfig withPrimaryPeerAddressPrefix(String } /** - * Get the secondaryPeerAddressPrefix value. + * Get the secondary address prefix. * * @return the secondaryPeerAddressPrefix value */ @@ -76,7 +76,7 @@ public String secondaryPeerAddressPrefix() { } /** - * Set the secondaryPeerAddressPrefix value. + * Set the secondary address prefix. * * @param secondaryPeerAddressPrefix the secondaryPeerAddressPrefix value to set * @return the Ipv6ExpressRouteCircuitPeeringConfig object itself. @@ -87,7 +87,7 @@ public Ipv6ExpressRouteCircuitPeeringConfig withSecondaryPeerAddressPrefix(Strin } /** - * Get the microsoftPeeringConfig value. + * Get the Microsoft peering configuration. * * @return the microsoftPeeringConfig value */ @@ -96,7 +96,7 @@ public ExpressRouteCircuitPeeringConfig microsoftPeeringConfig() { } /** - * Set the microsoftPeeringConfig value. + * Set the Microsoft peering configuration. * * @param microsoftPeeringConfig the microsoftPeeringConfig value to set * @return the Ipv6ExpressRouteCircuitPeeringConfig object itself. @@ -107,7 +107,7 @@ public Ipv6ExpressRouteCircuitPeeringConfig withMicrosoftPeeringConfig(ExpressRo } /** - * Get the routeFilter value. + * Get the reference of the RouteFilter resource. * * @return the routeFilter value */ @@ -116,7 +116,7 @@ public RouteFilterInner routeFilter() { } /** - * Set the routeFilter value. + * Set the reference of the RouteFilter resource. * * @param routeFilter the routeFilter value to set * @return the Ipv6ExpressRouteCircuitPeeringConfig object itself. @@ -127,7 +127,7 @@ public Ipv6ExpressRouteCircuitPeeringConfig withRouteFilter(RouteFilterInner rou } /** - * Get the state value. + * Get the state of peering. Possible values are: 'Disabled' and 'Enabled'. Possible values include: 'Disabled', 'Enabled'. * * @return the state value */ @@ -136,7 +136,7 @@ public ExpressRouteCircuitPeeringState state() { } /** - * Set the state value. + * Set the state of peering. Possible values are: 'Disabled' and 'Enabled'. Possible values include: 'Disabled', 'Enabled'. * * @param state the state value to set * @return the Ipv6ExpressRouteCircuitPeeringConfig object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/LoadBalancer.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/LoadBalancer.java index 7304eb0ed5e0..a98c1ea86ebe 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/LoadBalancer.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/LoadBalancer.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2018_05_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/LoadBalancerSku.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/LoadBalancerSku.java index d011ed13ef8e..a83374a014f6 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/LoadBalancerSku.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/LoadBalancerSku.java @@ -22,7 +22,7 @@ public class LoadBalancerSku { private LoadBalancerSkuName name; /** - * Get the name value. + * Get name of a load balancer SKU. Possible values include: 'Basic', 'Standard'. * * @return the name value */ @@ -31,7 +31,7 @@ public LoadBalancerSkuName name() { } /** - * Set the name value. + * Set name of a load balancer SKU. Possible values include: 'Basic', 'Standard'. * * @param name the name value to set * @return the LoadBalancerSku object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/LocalNetworkGateway.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/LocalNetworkGateway.java index 62ea41a5af88..0da24f927297 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/LocalNetworkGateway.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/LocalNetworkGateway.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2018_05_01.implementation.NetworkManager; import com.microsoft.azure.management.network.v2018_05_01.implementation.LocalNetworkGatewayInner; diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/LogSpecification.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/LogSpecification.java index 3b620ced002f..ad29ba86498a 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/LogSpecification.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/LogSpecification.java @@ -33,7 +33,7 @@ public class LogSpecification { private String blobDuration; /** - * Get the name value. + * Get the name of the specification. * * @return the name value */ @@ -42,7 +42,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the specification. * * @param name the name value to set * @return the LogSpecification object itself. @@ -53,7 +53,7 @@ public LogSpecification withName(String name) { } /** - * Get the displayName value. + * Get the display name of the specification. * * @return the displayName value */ @@ -62,7 +62,7 @@ public String displayName() { } /** - * Set the displayName value. + * Set the display name of the specification. * * @param displayName the displayName value to set * @return the LogSpecification object itself. @@ -73,7 +73,7 @@ public LogSpecification withDisplayName(String displayName) { } /** - * Get the blobDuration value. + * Get duration of the blob. * * @return the blobDuration value */ @@ -82,7 +82,7 @@ public String blobDuration() { } /** - * Set the blobDuration value. + * Set duration of the blob. * * @param blobDuration the blobDuration value to set * @return the LogSpecification object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/MetricSpecification.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/MetricSpecification.java index cd4197fd4269..cf9f95c43e5a 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/MetricSpecification.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/MetricSpecification.java @@ -100,7 +100,7 @@ public class MetricSpecification { private String resourceIdDimensionNameOverride; /** - * Get the name value. + * Get the name of the metric. * * @return the name value */ @@ -109,7 +109,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the metric. * * @param name the name value to set * @return the MetricSpecification object itself. @@ -120,7 +120,7 @@ public MetricSpecification withName(String name) { } /** - * Get the displayName value. + * Get the display name of the metric. * * @return the displayName value */ @@ -129,7 +129,7 @@ public String displayName() { } /** - * Set the displayName value. + * Set the display name of the metric. * * @param displayName the displayName value to set * @return the MetricSpecification object itself. @@ -140,7 +140,7 @@ public MetricSpecification withDisplayName(String displayName) { } /** - * Get the displayDescription value. + * Get the description of the metric. * * @return the displayDescription value */ @@ -149,7 +149,7 @@ public String displayDescription() { } /** - * Set the displayDescription value. + * Set the description of the metric. * * @param displayDescription the displayDescription value to set * @return the MetricSpecification object itself. @@ -160,7 +160,7 @@ public MetricSpecification withDisplayDescription(String displayDescription) { } /** - * Get the unit value. + * Get units the metric to be displayed in. * * @return the unit value */ @@ -169,7 +169,7 @@ public String unit() { } /** - * Set the unit value. + * Set units the metric to be displayed in. * * @param unit the unit value to set * @return the MetricSpecification object itself. @@ -180,7 +180,7 @@ public MetricSpecification withUnit(String unit) { } /** - * Get the aggregationType value. + * Get the aggregation type. * * @return the aggregationType value */ @@ -189,7 +189,7 @@ public String aggregationType() { } /** - * Set the aggregationType value. + * Set the aggregation type. * * @param aggregationType the aggregationType value to set * @return the MetricSpecification object itself. @@ -200,7 +200,7 @@ public MetricSpecification withAggregationType(String aggregationType) { } /** - * Get the availabilities value. + * Get list of availability. * * @return the availabilities value */ @@ -209,7 +209,7 @@ public List availabilities() { } /** - * Set the availabilities value. + * Set list of availability. * * @param availabilities the availabilities value to set * @return the MetricSpecification object itself. @@ -220,7 +220,7 @@ public MetricSpecification withAvailabilities(List availabilities) } /** - * Get the enableRegionalMdmAccount value. + * Get whether regional MDM account enabled. * * @return the enableRegionalMdmAccount value */ @@ -229,7 +229,7 @@ public Boolean enableRegionalMdmAccount() { } /** - * Set the enableRegionalMdmAccount value. + * Set whether regional MDM account enabled. * * @param enableRegionalMdmAccount the enableRegionalMdmAccount value to set * @return the MetricSpecification object itself. @@ -240,7 +240,7 @@ public MetricSpecification withEnableRegionalMdmAccount(Boolean enableRegionalMd } /** - * Get the fillGapWithZero value. + * Get whether gaps would be filled with zeros. * * @return the fillGapWithZero value */ @@ -249,7 +249,7 @@ public Boolean fillGapWithZero() { } /** - * Set the fillGapWithZero value. + * Set whether gaps would be filled with zeros. * * @param fillGapWithZero the fillGapWithZero value to set * @return the MetricSpecification object itself. @@ -260,7 +260,7 @@ public MetricSpecification withFillGapWithZero(Boolean fillGapWithZero) { } /** - * Get the metricFilterPattern value. + * Get pattern for the filter of the metric. * * @return the metricFilterPattern value */ @@ -269,7 +269,7 @@ public String metricFilterPattern() { } /** - * Set the metricFilterPattern value. + * Set pattern for the filter of the metric. * * @param metricFilterPattern the metricFilterPattern value to set * @return the MetricSpecification object itself. @@ -280,7 +280,7 @@ public MetricSpecification withMetricFilterPattern(String metricFilterPattern) { } /** - * Get the dimensions value. + * Get list of dimensions. * * @return the dimensions value */ @@ -289,7 +289,7 @@ public List dimensions() { } /** - * Set the dimensions value. + * Set list of dimensions. * * @param dimensions the dimensions value to set * @return the MetricSpecification object itself. @@ -300,7 +300,7 @@ public MetricSpecification withDimensions(List dimensions) { } /** - * Get the isInternal value. + * Get whether the metric is internal. * * @return the isInternal value */ @@ -309,7 +309,7 @@ public Boolean isInternal() { } /** - * Set the isInternal value. + * Set whether the metric is internal. * * @param isInternal the isInternal value to set * @return the MetricSpecification object itself. @@ -320,7 +320,7 @@ public MetricSpecification withIsInternal(Boolean isInternal) { } /** - * Get the sourceMdmAccount value. + * Get the source MDM account. * * @return the sourceMdmAccount value */ @@ -329,7 +329,7 @@ public String sourceMdmAccount() { } /** - * Set the sourceMdmAccount value. + * Set the source MDM account. * * @param sourceMdmAccount the sourceMdmAccount value to set * @return the MetricSpecification object itself. @@ -340,7 +340,7 @@ public MetricSpecification withSourceMdmAccount(String sourceMdmAccount) { } /** - * Get the sourceMdmNamespace value. + * Get the source MDM namespace. * * @return the sourceMdmNamespace value */ @@ -349,7 +349,7 @@ public String sourceMdmNamespace() { } /** - * Set the sourceMdmNamespace value. + * Set the source MDM namespace. * * @param sourceMdmNamespace the sourceMdmNamespace value to set * @return the MetricSpecification object itself. @@ -360,7 +360,7 @@ public MetricSpecification withSourceMdmNamespace(String sourceMdmNamespace) { } /** - * Get the resourceIdDimensionNameOverride value. + * Get the resource Id dimension name override. * * @return the resourceIdDimensionNameOverride value */ @@ -369,7 +369,7 @@ public String resourceIdDimensionNameOverride() { } /** - * Set the resourceIdDimensionNameOverride value. + * Set the resource Id dimension name override. * * @param resourceIdDimensionNameOverride the resourceIdDimensionNameOverride value to set * @return the MetricSpecification object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkInterface.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkInterface.java index f646b4936d59..c7ca994e6c7a 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkInterface.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkInterface.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2018_05_01.implementation.NetworkManager; import com.microsoft.azure.SubResource; diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkInterfaceAssociation.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkInterfaceAssociation.java index a7e8f34ffe4c..a4b094783be8 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkInterfaceAssociation.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkInterfaceAssociation.java @@ -29,7 +29,7 @@ public class NetworkInterfaceAssociation { private List securityRules; /** - * Get the id value. + * Get network interface ID. * * @return the id value */ @@ -38,7 +38,7 @@ public String id() { } /** - * Get the securityRules value. + * Get collection of custom security rules. * * @return the securityRules value */ @@ -47,7 +47,7 @@ public List securityRules() { } /** - * Set the securityRules value. + * Set collection of custom security rules. * * @param securityRules the securityRules value to set * @return the NetworkInterfaceAssociation object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkInterfaceDnsSettings.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkInterfaceDnsSettings.java index ca8fe126af09..f4abd6a8a12a 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkInterfaceDnsSettings.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkInterfaceDnsSettings.java @@ -56,7 +56,7 @@ public class NetworkInterfaceDnsSettings { private String internalDomainNameSuffix; /** - * Get the dnsServers value. + * Get list of DNS servers IP addresses. Use 'AzureProvidedDNS' to switch to azure provided DNS resolution. 'AzureProvidedDNS' value cannot be combined with other IPs, it must be the only value in dnsServers collection. * * @return the dnsServers value */ @@ -65,7 +65,7 @@ public List dnsServers() { } /** - * Set the dnsServers value. + * Set list of DNS servers IP addresses. Use 'AzureProvidedDNS' to switch to azure provided DNS resolution. 'AzureProvidedDNS' value cannot be combined with other IPs, it must be the only value in dnsServers collection. * * @param dnsServers the dnsServers value to set * @return the NetworkInterfaceDnsSettings object itself. @@ -76,7 +76,7 @@ public NetworkInterfaceDnsSettings withDnsServers(List dnsServers) { } /** - * Get the appliedDnsServers value. + * Get if the VM that uses this NIC is part of an Availability Set, then this list will have the union of all DNS servers from all NICs that are part of the Availability Set. This property is what is configured on each of those VMs. * * @return the appliedDnsServers value */ @@ -85,7 +85,7 @@ public List appliedDnsServers() { } /** - * Set the appliedDnsServers value. + * Set if the VM that uses this NIC is part of an Availability Set, then this list will have the union of all DNS servers from all NICs that are part of the Availability Set. This property is what is configured on each of those VMs. * * @param appliedDnsServers the appliedDnsServers value to set * @return the NetworkInterfaceDnsSettings object itself. @@ -96,7 +96,7 @@ public NetworkInterfaceDnsSettings withAppliedDnsServers(List appliedDns } /** - * Get the internalDnsNameLabel value. + * Get relative DNS name for this NIC used for internal communications between VMs in the same virtual network. * * @return the internalDnsNameLabel value */ @@ -105,7 +105,7 @@ public String internalDnsNameLabel() { } /** - * Set the internalDnsNameLabel value. + * Set relative DNS name for this NIC used for internal communications between VMs in the same virtual network. * * @param internalDnsNameLabel the internalDnsNameLabel value to set * @return the NetworkInterfaceDnsSettings object itself. @@ -116,7 +116,7 @@ public NetworkInterfaceDnsSettings withInternalDnsNameLabel(String internalDnsNa } /** - * Get the internalFqdn value. + * Get fully qualified DNS name supporting internal communications between VMs in the same virtual network. * * @return the internalFqdn value */ @@ -125,7 +125,7 @@ public String internalFqdn() { } /** - * Set the internalFqdn value. + * Set fully qualified DNS name supporting internal communications between VMs in the same virtual network. * * @param internalFqdn the internalFqdn value to set * @return the NetworkInterfaceDnsSettings object itself. @@ -136,7 +136,7 @@ public NetworkInterfaceDnsSettings withInternalFqdn(String internalFqdn) { } /** - * Get the internalDomainNameSuffix value. + * Get even if internalDnsNameLabel is not specified, a DNS entry is created for the primary NIC of the VM. This DNS name can be constructed by concatenating the VM name with the value of internalDomainNameSuffix. * * @return the internalDomainNameSuffix value */ @@ -145,7 +145,7 @@ public String internalDomainNameSuffix() { } /** - * Set the internalDomainNameSuffix value. + * Set even if internalDnsNameLabel is not specified, a DNS entry is created for the primary NIC of the VM. This DNS name can be constructed by concatenating the VM name with the value of internalDomainNameSuffix. * * @param internalDomainNameSuffix the internalDomainNameSuffix value to set * @return the NetworkInterfaceDnsSettings object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkInterfaces.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkInterfaces.java index b337e0c4c9cc..d852c085c31a 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkInterfaces.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkInterfaces.java @@ -17,6 +17,11 @@ * Type representing NetworkInterfaces. */ public interface NetworkInterfaces { + /** + * Begins definition for a new NetworkInterface resource. + * @param name resource name. + * @return the first stage of the new NetworkInterface definition. + */ NetworkInterface.DefinitionStages.Blank defineNetworkInterface(String name); /** diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkSecurityGroup.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkSecurityGroup.java index e9728c281cdb..bfd0b0425ca7 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkSecurityGroup.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkSecurityGroup.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2018_05_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkWatcher.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkWatcher.java index e07fb7de3aba..28bbf6fd72ea 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkWatcher.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NetworkWatcher.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2018_05_01.implementation.NetworkManager; import com.microsoft.azure.management.network.v2018_05_01.implementation.NetworkWatcherInner; diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NextHopParameters.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NextHopParameters.java index 18b1a435fc10..875f54de9013 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NextHopParameters.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/NextHopParameters.java @@ -41,7 +41,7 @@ public class NextHopParameters { private String targetNicResourceId; /** - * Get the targetResourceId value. + * Get the resource identifier of the target resource against which the action is to be performed. * * @return the targetResourceId value */ @@ -50,7 +50,7 @@ public String targetResourceId() { } /** - * Set the targetResourceId value. + * Set the resource identifier of the target resource against which the action is to be performed. * * @param targetResourceId the targetResourceId value to set * @return the NextHopParameters object itself. @@ -61,7 +61,7 @@ public NextHopParameters withTargetResourceId(String targetResourceId) { } /** - * Get the sourceIPAddress value. + * Get the source IP address. * * @return the sourceIPAddress value */ @@ -70,7 +70,7 @@ public String sourceIPAddress() { } /** - * Set the sourceIPAddress value. + * Set the source IP address. * * @param sourceIPAddress the sourceIPAddress value to set * @return the NextHopParameters object itself. @@ -81,7 +81,7 @@ public NextHopParameters withSourceIPAddress(String sourceIPAddress) { } /** - * Get the destinationIPAddress value. + * Get the destination IP address. * * @return the destinationIPAddress value */ @@ -90,7 +90,7 @@ public String destinationIPAddress() { } /** - * Set the destinationIPAddress value. + * Set the destination IP address. * * @param destinationIPAddress the destinationIPAddress value to set * @return the NextHopParameters object itself. @@ -101,7 +101,7 @@ public NextHopParameters withDestinationIPAddress(String destinationIPAddress) { } /** - * Get the targetNicResourceId value. + * Get the NIC ID. (If VM has multiple NICs and IP forwarding is enabled on any of the nics, then this parameter must be specified. Otherwise optional). * * @return the targetNicResourceId value */ @@ -110,7 +110,7 @@ public String targetNicResourceId() { } /** - * Set the targetNicResourceId value. + * Set the NIC ID. (If VM has multiple NICs and IP forwarding is enabled on any of the nics, then this parameter must be specified. Otherwise optional). * * @param targetNicResourceId the targetNicResourceId value to set * @return the NextHopParameters object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/OperationDisplay.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/OperationDisplay.java index 5f7f1acb551f..c409528767fa 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/OperationDisplay.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/OperationDisplay.java @@ -39,7 +39,7 @@ public class OperationDisplay { private String description; /** - * Get the provider value. + * Get service provider: Microsoft Network. * * @return the provider value */ @@ -48,7 +48,7 @@ public String provider() { } /** - * Set the provider value. + * Set service provider: Microsoft Network. * * @param provider the provider value to set * @return the OperationDisplay object itself. @@ -59,7 +59,7 @@ public OperationDisplay withProvider(String provider) { } /** - * Get the resource value. + * Get resource on which the operation is performed. * * @return the resource value */ @@ -68,7 +68,7 @@ public String resource() { } /** - * Set the resource value. + * Set resource on which the operation is performed. * * @param resource the resource value to set * @return the OperationDisplay object itself. @@ -79,7 +79,7 @@ public OperationDisplay withResource(String resource) { } /** - * Get the operation value. + * Get type of the operation: get, read, delete, etc. * * @return the operation value */ @@ -88,7 +88,7 @@ public String operation() { } /** - * Set the operation value. + * Set type of the operation: get, read, delete, etc. * * @param operation the operation value to set * @return the OperationDisplay object itself. @@ -99,7 +99,7 @@ public OperationDisplay withOperation(String operation) { } /** - * Get the description value. + * Get description of the operation. * * @return the description value */ @@ -108,7 +108,7 @@ public String description() { } /** - * Set the description value. + * Set description of the operation. * * @param description the description value to set * @return the OperationDisplay object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/OperationPropertiesFormatServiceSpecification.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/OperationPropertiesFormatServiceSpecification.java index 48e063575b8c..9dff09d73be7 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/OperationPropertiesFormatServiceSpecification.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/OperationPropertiesFormatServiceSpecification.java @@ -28,7 +28,7 @@ public class OperationPropertiesFormatServiceSpecification { private List logSpecifications; /** - * Get the metricSpecifications value. + * Get operation service specification. * * @return the metricSpecifications value */ @@ -37,7 +37,7 @@ public List metricSpecifications() { } /** - * Set the metricSpecifications value. + * Set operation service specification. * * @param metricSpecifications the metricSpecifications value to set * @return the OperationPropertiesFormatServiceSpecification object itself. @@ -48,7 +48,7 @@ public OperationPropertiesFormatServiceSpecification withMetricSpecifications(Li } /** - * Get the logSpecifications value. + * Get operation log specification. * * @return the logSpecifications value */ @@ -57,7 +57,7 @@ public List logSpecifications() { } /** - * Set the logSpecifications value. + * Set operation log specification. * * @param logSpecifications the logSpecifications value to set * @return the OperationPropertiesFormatServiceSpecification object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/OutboundNatRule.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/OutboundNatRule.java index ddbe47a8674d..f6d88040e712 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/OutboundNatRule.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/OutboundNatRule.java @@ -58,7 +58,7 @@ public class OutboundNatRule extends SubResource { private String etag; /** - * Get the allocatedOutboundPorts value. + * Get the number of outbound ports to be used for NAT. * * @return the allocatedOutboundPorts value */ @@ -67,7 +67,7 @@ public Integer allocatedOutboundPorts() { } /** - * Set the allocatedOutboundPorts value. + * Set the number of outbound ports to be used for NAT. * * @param allocatedOutboundPorts the allocatedOutboundPorts value to set * @return the OutboundNatRule object itself. @@ -78,7 +78,7 @@ public OutboundNatRule withAllocatedOutboundPorts(Integer allocatedOutboundPorts } /** - * Get the frontendIPConfigurations value. + * Get the Frontend IP addresses of the load balancer. * * @return the frontendIPConfigurations value */ @@ -87,7 +87,7 @@ public List frontendIPConfigurations() { } /** - * Set the frontendIPConfigurations value. + * Set the Frontend IP addresses of the load balancer. * * @param frontendIPConfigurations the frontendIPConfigurations value to set * @return the OutboundNatRule object itself. @@ -98,7 +98,7 @@ public OutboundNatRule withFrontendIPConfigurations(List frontendIP } /** - * Get the backendAddressPool value. + * Get a reference to a pool of DIPs. Outbound traffic is randomly load balanced across IPs in the backend IPs. * * @return the backendAddressPool value */ @@ -107,7 +107,7 @@ public SubResource backendAddressPool() { } /** - * Set the backendAddressPool value. + * Set a reference to a pool of DIPs. Outbound traffic is randomly load balanced across IPs in the backend IPs. * * @param backendAddressPool the backendAddressPool value to set * @return the OutboundNatRule object itself. @@ -118,7 +118,7 @@ public OutboundNatRule withBackendAddressPool(SubResource backendAddressPool) { } /** - * Get the provisioningState value. + * Get gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -127,7 +127,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the OutboundNatRule object itself. @@ -138,7 +138,7 @@ public OutboundNatRule withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -147,7 +147,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the OutboundNatRule object itself. @@ -158,7 +158,7 @@ public OutboundNatRule withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -167,7 +167,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the OutboundNatRule object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PacketCaptureFilter.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PacketCaptureFilter.java index 28739b2c8e54..5e5628c339e0 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PacketCaptureFilter.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PacketCaptureFilter.java @@ -59,7 +59,7 @@ public class PacketCaptureFilter { private String remotePort; /** - * Get the protocol value. + * Get protocol to be filtered on. Possible values include: 'TCP', 'UDP', 'Any'. * * @return the protocol value */ @@ -68,7 +68,7 @@ public PcProtocol protocol() { } /** - * Set the protocol value. + * Set protocol to be filtered on. Possible values include: 'TCP', 'UDP', 'Any'. * * @param protocol the protocol value to set * @return the PacketCaptureFilter object itself. @@ -79,7 +79,7 @@ public PacketCaptureFilter withProtocol(PcProtocol protocol) { } /** - * Get the localIPAddress value. + * Get local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5"? for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null. * * @return the localIPAddress value */ @@ -88,7 +88,7 @@ public String localIPAddress() { } /** - * Set the localIPAddress value. + * Set local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5"? for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null. * * @param localIPAddress the localIPAddress value to set * @return the PacketCaptureFilter object itself. @@ -99,7 +99,7 @@ public PacketCaptureFilter withLocalIPAddress(String localIPAddress) { } /** - * Get the remoteIPAddress value. + * Get local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null. * * @return the remoteIPAddress value */ @@ -108,7 +108,7 @@ public String remoteIPAddress() { } /** - * Set the remoteIPAddress value. + * Set local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null. * * @param remoteIPAddress the remoteIPAddress value to set * @return the PacketCaptureFilter object itself. @@ -119,7 +119,7 @@ public PacketCaptureFilter withRemoteIPAddress(String remoteIPAddress) { } /** - * Get the localPort value. + * Get local port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null. * * @return the localPort value */ @@ -128,7 +128,7 @@ public String localPort() { } /** - * Set the localPort value. + * Set local port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null. * * @param localPort the localPort value to set * @return the PacketCaptureFilter object itself. @@ -139,7 +139,7 @@ public PacketCaptureFilter withLocalPort(String localPort) { } /** - * Get the remotePort value. + * Get remote port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null. * * @return the remotePort value */ @@ -148,7 +148,7 @@ public String remotePort() { } /** - * Set the remotePort value. + * Set remote port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null. * * @param remotePort the remotePort value to set * @return the PacketCaptureFilter object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PacketCaptureParameters.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PacketCaptureParameters.java index c73dcb1a73ca..d4967b7835ac 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PacketCaptureParameters.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PacketCaptureParameters.java @@ -52,7 +52,7 @@ public class PacketCaptureParameters { private List filters; /** - * Get the target value. + * Get the ID of the targeted resource, only VM is currently supported. * * @return the target value */ @@ -61,7 +61,7 @@ public String target() { } /** - * Set the target value. + * Set the ID of the targeted resource, only VM is currently supported. * * @param target the target value to set * @return the PacketCaptureParameters object itself. @@ -72,7 +72,7 @@ public PacketCaptureParameters withTarget(String target) { } /** - * Get the bytesToCapturePerPacket value. + * Get number of bytes captured per packet, the remaining bytes are truncated. * * @return the bytesToCapturePerPacket value */ @@ -81,7 +81,7 @@ public Integer bytesToCapturePerPacket() { } /** - * Set the bytesToCapturePerPacket value. + * Set number of bytes captured per packet, the remaining bytes are truncated. * * @param bytesToCapturePerPacket the bytesToCapturePerPacket value to set * @return the PacketCaptureParameters object itself. @@ -92,7 +92,7 @@ public PacketCaptureParameters withBytesToCapturePerPacket(Integer bytesToCaptur } /** - * Get the totalBytesPerSession value. + * Get maximum size of the capture output. * * @return the totalBytesPerSession value */ @@ -101,7 +101,7 @@ public Integer totalBytesPerSession() { } /** - * Set the totalBytesPerSession value. + * Set maximum size of the capture output. * * @param totalBytesPerSession the totalBytesPerSession value to set * @return the PacketCaptureParameters object itself. @@ -112,7 +112,7 @@ public PacketCaptureParameters withTotalBytesPerSession(Integer totalBytesPerSes } /** - * Get the timeLimitInSeconds value. + * Get maximum duration of the capture session in seconds. * * @return the timeLimitInSeconds value */ @@ -121,7 +121,7 @@ public Integer timeLimitInSeconds() { } /** - * Set the timeLimitInSeconds value. + * Set maximum duration of the capture session in seconds. * * @param timeLimitInSeconds the timeLimitInSeconds value to set * @return the PacketCaptureParameters object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PacketCaptureStorageLocation.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PacketCaptureStorageLocation.java index 312376060d9d..e5eda5cd8633 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PacketCaptureStorageLocation.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PacketCaptureStorageLocation.java @@ -38,7 +38,7 @@ public class PacketCaptureStorageLocation { private String filePath; /** - * Get the storageId value. + * Get the ID of the storage account to save the packet capture session. Required if no local file path is provided. * * @return the storageId value */ @@ -47,7 +47,7 @@ public String storageId() { } /** - * Set the storageId value. + * Set the ID of the storage account to save the packet capture session. Required if no local file path is provided. * * @param storageId the storageId value to set * @return the PacketCaptureStorageLocation object itself. @@ -58,7 +58,7 @@ public PacketCaptureStorageLocation withStorageId(String storageId) { } /** - * Get the storagePath value. + * Get the URI of the storage path to save the packet capture. Must be a well-formed URI describing the location to save the packet capture. * * @return the storagePath value */ @@ -67,7 +67,7 @@ public String storagePath() { } /** - * Set the storagePath value. + * Set the URI of the storage path to save the packet capture. Must be a well-formed URI describing the location to save the packet capture. * * @param storagePath the storagePath value to set * @return the PacketCaptureStorageLocation object itself. @@ -78,7 +78,7 @@ public PacketCaptureStorageLocation withStoragePath(String storagePath) { } /** - * Get the filePath value. + * Get a valid local path on the targeting VM. Must include the name of the capture file (*.cap). For linux virtual machine it must start with /var/captures. Required if no storage ID is provided, otherwise optional. * * @return the filePath value */ @@ -87,7 +87,7 @@ public String filePath() { } /** - * Set the filePath value. + * Set a valid local path on the targeting VM. Must include the name of the capture file (*.cap). For linux virtual machine it must start with /var/captures. Required if no storage ID is provided, otherwise optional. * * @param filePath the filePath value to set * @return the PacketCaptureStorageLocation object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PatchRouteFilter.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PatchRouteFilter.java index be42d95bfdfb..9ce54d25f486 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PatchRouteFilter.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PatchRouteFilter.java @@ -66,7 +66,7 @@ public class PatchRouteFilter extends SubResource { private Map tags; /** - * Get the rules value. + * Get collection of RouteFilterRules contained within a route filter. * * @return the rules value */ @@ -75,7 +75,7 @@ public List rules() { } /** - * Set the rules value. + * Set collection of RouteFilterRules contained within a route filter. * * @param rules the rules value to set * @return the PatchRouteFilter object itself. @@ -86,7 +86,7 @@ public PatchRouteFilter withRules(List rules) { } /** - * Get the peerings value. + * Get a collection of references to express route circuit peerings. * * @return the peerings value */ @@ -95,7 +95,7 @@ public List peerings() { } /** - * Set the peerings value. + * Set a collection of references to express route circuit peerings. * * @param peerings the peerings value to set * @return the PatchRouteFilter object itself. @@ -106,7 +106,7 @@ public PatchRouteFilter withPeerings(List peeri } /** - * Get the provisioningState value. + * Get the provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'. * * @return the provisioningState value */ @@ -115,7 +115,7 @@ public String provisioningState() { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -124,7 +124,7 @@ public String name() { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -133,7 +133,7 @@ public String etag() { } /** - * Get the type value. + * Get resource type. * * @return the type value */ @@ -142,7 +142,7 @@ public String type() { } /** - * Get the tags value. + * Get resource tags. * * @return the tags value */ @@ -151,7 +151,7 @@ public Map tags() { } /** - * Set the tags value. + * Set resource tags. * * @param tags the tags value to set * @return the PatchRouteFilter object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PatchRouteFilterRule.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PatchRouteFilterRule.java index d598e51581ab..31f39afb1808 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PatchRouteFilterRule.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PatchRouteFilterRule.java @@ -60,13 +60,15 @@ public class PatchRouteFilterRule extends SubResource { /** * Creates an instance of PatchRouteFilterRule class. + * @param access the access type of the rule. Valid values are: 'Allow', 'Deny'. Possible values include: 'Allow', 'Deny'. + * @param communities the collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']. */ public PatchRouteFilterRule() { routeFilterRuleType = "Community"; } /** - * Get the access value. + * Get the access type of the rule. Valid values are: 'Allow', 'Deny'. Possible values include: 'Allow', 'Deny'. * * @return the access value */ @@ -75,7 +77,7 @@ public Access access() { } /** - * Set the access value. + * Set the access type of the rule. Valid values are: 'Allow', 'Deny'. Possible values include: 'Allow', 'Deny'. * * @param access the access value to set * @return the PatchRouteFilterRule object itself. @@ -86,7 +88,7 @@ public PatchRouteFilterRule withAccess(Access access) { } /** - * Get the routeFilterRuleType value. + * Get the rule type of the rule. Valid value is: 'Community'. * * @return the routeFilterRuleType value */ @@ -95,7 +97,7 @@ public String routeFilterRuleType() { } /** - * Set the routeFilterRuleType value. + * Set the rule type of the rule. Valid value is: 'Community'. * * @param routeFilterRuleType the routeFilterRuleType value to set * @return the PatchRouteFilterRule object itself. @@ -106,7 +108,7 @@ public PatchRouteFilterRule withRouteFilterRuleType(String routeFilterRuleType) } /** - * Get the communities value. + * Get the collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']. * * @return the communities value */ @@ -115,7 +117,7 @@ public List communities() { } /** - * Set the communities value. + * Set the collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']. * * @param communities the communities value to set * @return the PatchRouteFilterRule object itself. @@ -126,7 +128,7 @@ public PatchRouteFilterRule withCommunities(List communities) { } /** - * Get the provisioningState value. + * Get the provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'. * * @return the provisioningState value */ @@ -135,7 +137,7 @@ public String provisioningState() { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -144,7 +146,7 @@ public String name() { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ProbeProtocol.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ProbeProtocol.java index d6884036c9e9..e4a9be3459b9 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ProbeProtocol.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ProbeProtocol.java @@ -22,6 +22,9 @@ public final class ProbeProtocol extends ExpandableStringEnum { /** Static value Tcp for ProbeProtocol. */ public static final ProbeProtocol TCP = fromString("Tcp"); + /** Static value Https for ProbeProtocol. */ + public static final ProbeProtocol HTTPS = fromString("Https"); + /** * Creates or finds a ProbeProtocol from its string representation. * @param name a name to look for diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PublicIPAddress.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PublicIPAddress.java index 082937dce613..a4bb65121d06 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PublicIPAddress.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PublicIPAddress.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2018_05_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PublicIPAddressDnsSettings.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PublicIPAddressDnsSettings.java index 6008a0ccef33..4da3795015bf 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PublicIPAddressDnsSettings.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PublicIPAddressDnsSettings.java @@ -42,7 +42,7 @@ public class PublicIPAddressDnsSettings { private String reverseFqdn; /** - * Get the domainNameLabel value. + * Get gets or sets the Domain name label.The concatenation of the domain name label and the regionalized DNS zone make up the fully qualified domain name associated with the public IP address. If a domain name label is specified, an A DNS record is created for the public IP in the Microsoft Azure DNS system. * * @return the domainNameLabel value */ @@ -51,7 +51,7 @@ public String domainNameLabel() { } /** - * Set the domainNameLabel value. + * Set gets or sets the Domain name label.The concatenation of the domain name label and the regionalized DNS zone make up the fully qualified domain name associated with the public IP address. If a domain name label is specified, an A DNS record is created for the public IP in the Microsoft Azure DNS system. * * @param domainNameLabel the domainNameLabel value to set * @return the PublicIPAddressDnsSettings object itself. @@ -62,7 +62,7 @@ public PublicIPAddressDnsSettings withDomainNameLabel(String domainNameLabel) { } /** - * Get the fqdn value. + * Get gets the FQDN, Fully qualified domain name of the A DNS record associated with the public IP. This is the concatenation of the domainNameLabel and the regionalized DNS zone. * * @return the fqdn value */ @@ -71,7 +71,7 @@ public String fqdn() { } /** - * Set the fqdn value. + * Set gets the FQDN, Fully qualified domain name of the A DNS record associated with the public IP. This is the concatenation of the domainNameLabel and the regionalized DNS zone. * * @param fqdn the fqdn value to set * @return the PublicIPAddressDnsSettings object itself. @@ -82,7 +82,7 @@ public PublicIPAddressDnsSettings withFqdn(String fqdn) { } /** - * Get the reverseFqdn value. + * Get gets or Sets the Reverse FQDN. A user-visible, fully qualified domain name that resolves to this public IP address. If the reverseFqdn is specified, then a PTR DNS record is created pointing from the IP address in the in-addr.arpa domain to the reverse FQDN. * * @return the reverseFqdn value */ @@ -91,7 +91,7 @@ public String reverseFqdn() { } /** - * Set the reverseFqdn value. + * Set gets or Sets the Reverse FQDN. A user-visible, fully qualified domain name that resolves to this public IP address. If the reverseFqdn is specified, then a PTR DNS record is created pointing from the IP address in the in-addr.arpa domain to the reverse FQDN. * * @param reverseFqdn the reverseFqdn value to set * @return the PublicIPAddressDnsSettings object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PublicIPAddressSku.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PublicIPAddressSku.java index 269fa1b2ee76..a0acedfdeab3 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PublicIPAddressSku.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/PublicIPAddressSku.java @@ -22,7 +22,7 @@ public class PublicIPAddressSku { private PublicIPAddressSkuName name; /** - * Get the name value. + * Get name of a public IP address SKU. Possible values include: 'Basic', 'Standard'. * * @return the name value */ @@ -31,7 +31,7 @@ public PublicIPAddressSkuName name() { } /** - * Set the name value. + * Set name of a public IP address SKU. Possible values include: 'Basic', 'Standard'. * * @param name the name value to set * @return the PublicIPAddressSku object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/QueryTroubleshootingParameters.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/QueryTroubleshootingParameters.java index 87fed091690d..25351d4bbac1 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/QueryTroubleshootingParameters.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/QueryTroubleshootingParameters.java @@ -21,7 +21,7 @@ public class QueryTroubleshootingParameters { private String targetResourceId; /** - * Get the targetResourceId value. + * Get the target resource ID to query the troubleshooting result. * * @return the targetResourceId value */ @@ -30,7 +30,7 @@ public String targetResourceId() { } /** - * Set the targetResourceId value. + * Set the target resource ID to query the troubleshooting result. * * @param targetResourceId the targetResourceId value to set * @return the QueryTroubleshootingParameters object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ResourceNavigationLink.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ResourceNavigationLink.java index efce015c55b0..e4e437c782d4 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ResourceNavigationLink.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ResourceNavigationLink.java @@ -49,7 +49,7 @@ public class ResourceNavigationLink extends SubResource { private String etag; /** - * Get the linkedResourceType value. + * Get resource type of the linked resource. * * @return the linkedResourceType value */ @@ -58,7 +58,7 @@ public String linkedResourceType() { } /** - * Set the linkedResourceType value. + * Set resource type of the linked resource. * * @param linkedResourceType the linkedResourceType value to set * @return the ResourceNavigationLink object itself. @@ -69,7 +69,7 @@ public ResourceNavigationLink withLinkedResourceType(String linkedResourceType) } /** - * Get the link value. + * Get link to the external resource. * * @return the link value */ @@ -78,7 +78,7 @@ public String link() { } /** - * Set the link value. + * Set link to the external resource. * * @param link the link value to set * @return the ResourceNavigationLink object itself. @@ -89,7 +89,7 @@ public ResourceNavigationLink withLink(String link) { } /** - * Get the provisioningState value. + * Get provisioning state of the ResourceNavigationLink resource. * * @return the provisioningState value */ @@ -98,7 +98,7 @@ public String provisioningState() { } /** - * Get the name value. + * Get name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -107,7 +107,7 @@ public String name() { } /** - * Set the name value. + * Set name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the ResourceNavigationLink object itself. @@ -118,7 +118,7 @@ public ResourceNavigationLink withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/RetentionPolicyParameters.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/RetentionPolicyParameters.java index 8329101752c9..8cc821b00c6b 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/RetentionPolicyParameters.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/RetentionPolicyParameters.java @@ -27,7 +27,7 @@ public class RetentionPolicyParameters { private Boolean enabled; /** - * Get the days value. + * Get number of days to retain flow log records. * * @return the days value */ @@ -36,7 +36,7 @@ public Integer days() { } /** - * Set the days value. + * Set number of days to retain flow log records. * * @param days the days value to set * @return the RetentionPolicyParameters object itself. @@ -47,7 +47,7 @@ public RetentionPolicyParameters withDays(Integer days) { } /** - * Get the enabled value. + * Get flag to enable/disable retention. * * @return the enabled value */ @@ -56,7 +56,7 @@ public Boolean enabled() { } /** - * Set the enabled value. + * Set flag to enable/disable retention. * * @param enabled the enabled value to set * @return the RetentionPolicyParameters object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/RouteFilter.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/RouteFilter.java index 16727f711059..d7b5be22d049 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/RouteFilter.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/RouteFilter.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2018_05_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/RouteTable.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/RouteTable.java index 115096360649..694eed1076ed 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/RouteTable.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/RouteTable.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2018_05_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/SecurityGroupNetworkInterface.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/SecurityGroupNetworkInterface.java index 6a28074a032e..f09036599c23 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/SecurityGroupNetworkInterface.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/SecurityGroupNetworkInterface.java @@ -27,7 +27,7 @@ public class SecurityGroupNetworkInterface { private SecurityRuleAssociations securityRuleAssociations; /** - * Get the id value. + * Get iD of the network interface. * * @return the id value */ @@ -36,7 +36,7 @@ public String id() { } /** - * Set the id value. + * Set iD of the network interface. * * @param id the id value to set * @return the SecurityGroupNetworkInterface object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/SecurityGroupViewParameters.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/SecurityGroupViewParameters.java index a4bab234da98..b8e674e4701e 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/SecurityGroupViewParameters.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/SecurityGroupViewParameters.java @@ -21,7 +21,7 @@ public class SecurityGroupViewParameters { private String targetResourceId; /** - * Get the targetResourceId value. + * Get iD of the target VM. * * @return the targetResourceId value */ @@ -30,7 +30,7 @@ public String targetResourceId() { } /** - * Set the targetResourceId value. + * Set iD of the target VM. * * @param targetResourceId the targetResourceId value to set * @return the SecurityGroupViewParameters object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/SecurityRuleAssociations.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/SecurityRuleAssociations.java index 525b9a546b9e..666b9bc4bf80 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/SecurityRuleAssociations.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/SecurityRuleAssociations.java @@ -81,7 +81,7 @@ public SecurityRuleAssociations withSubnetAssociation(SubnetAssociation subnetAs } /** - * Get the defaultSecurityRules value. + * Get collection of default security rules of the network security group. * * @return the defaultSecurityRules value */ @@ -90,7 +90,7 @@ public List defaultSecurityRules() { } /** - * Set the defaultSecurityRules value. + * Set collection of default security rules of the network security group. * * @param defaultSecurityRules the defaultSecurityRules value to set * @return the SecurityRuleAssociations object itself. @@ -101,7 +101,7 @@ public SecurityRuleAssociations withDefaultSecurityRules(List } /** - * Get the effectiveSecurityRules value. + * Get collection of effective security rules. * * @return the effectiveSecurityRules value */ @@ -110,7 +110,7 @@ public List effectiveSecurityRules() { } /** - * Set the effectiveSecurityRules value. + * Set collection of effective security rules. * * @param effectiveSecurityRules the effectiveSecurityRules value to set * @return the SecurityRuleAssociations object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ServiceEndpointPropertiesFormat.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ServiceEndpointPropertiesFormat.java index 8109a0503259..0ce4dd50991c 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ServiceEndpointPropertiesFormat.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/ServiceEndpointPropertiesFormat.java @@ -34,7 +34,7 @@ public class ServiceEndpointPropertiesFormat { private String provisioningState; /** - * Get the service value. + * Get the type of the endpoint service. * * @return the service value */ @@ -43,7 +43,7 @@ public String service() { } /** - * Set the service value. + * Set the type of the endpoint service. * * @param service the service value to set * @return the ServiceEndpointPropertiesFormat object itself. @@ -54,7 +54,7 @@ public ServiceEndpointPropertiesFormat withService(String service) { } /** - * Get the locations value. + * Get a list of locations. * * @return the locations value */ @@ -63,7 +63,7 @@ public List locations() { } /** - * Set the locations value. + * Set a list of locations. * * @param locations the locations value to set * @return the ServiceEndpointPropertiesFormat object itself. @@ -74,7 +74,7 @@ public ServiceEndpointPropertiesFormat withLocations(List locations) { } /** - * Get the provisioningState value. + * Get the provisioning state of the resource. * * @return the provisioningState value */ @@ -83,7 +83,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set the provisioning state of the resource. * * @param provisioningState the provisioningState value to set * @return the ServiceEndpointPropertiesFormat object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/SubnetAssociation.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/SubnetAssociation.java index b717588f4cc7..c04f6fc445e9 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/SubnetAssociation.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/SubnetAssociation.java @@ -29,7 +29,7 @@ public class SubnetAssociation { private List securityRules; /** - * Get the id value. + * Get subnet ID. * * @return the id value */ @@ -38,7 +38,7 @@ public String id() { } /** - * Get the securityRules value. + * Get collection of custom security rules. * * @return the securityRules value */ @@ -47,7 +47,7 @@ public List securityRules() { } /** - * Set the securityRules value. + * Set collection of custom security rules. * * @param securityRules the securityRules value to set * @return the SubnetAssociation object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TagsObject.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TagsObject.java index bc8d34c02e28..151e2cccc752 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TagsObject.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TagsObject.java @@ -22,7 +22,7 @@ public class TagsObject { private Map tags; /** - * Get the tags value. + * Get resource tags. * * @return the tags value */ @@ -31,7 +31,7 @@ public Map tags() { } /** - * Set the tags value. + * Set resource tags. * * @param tags the tags value to set * @return the TagsObject object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TopologyAssociation.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TopologyAssociation.java index 98c5e11eee9b..53352a945877 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TopologyAssociation.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TopologyAssociation.java @@ -34,7 +34,7 @@ public class TopologyAssociation { private AssociationType associationType; /** - * Get the name value. + * Get the name of the resource that is associated with the parent resource. * * @return the name value */ @@ -43,7 +43,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is associated with the parent resource. * * @param name the name value to set * @return the TopologyAssociation object itself. @@ -54,7 +54,7 @@ public TopologyAssociation withName(String name) { } /** - * Get the resourceId value. + * Get the ID of the resource that is associated with the parent resource. * * @return the resourceId value */ @@ -63,7 +63,7 @@ public String resourceId() { } /** - * Set the resourceId value. + * Set the ID of the resource that is associated with the parent resource. * * @param resourceId the resourceId value to set * @return the TopologyAssociation object itself. @@ -74,7 +74,7 @@ public TopologyAssociation withResourceId(String resourceId) { } /** - * Get the associationType value. + * Get the association type of the child resource to the parent resource. Possible values include: 'Associated', 'Contains'. * * @return the associationType value */ @@ -83,7 +83,7 @@ public AssociationType associationType() { } /** - * Set the associationType value. + * Set the association type of the child resource to the parent resource. Possible values include: 'Associated', 'Contains'. * * @param associationType the associationType value to set * @return the TopologyAssociation object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TopologyParameters.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TopologyParameters.java index 1e3fbc3e1135..31e6c65bf070 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TopologyParameters.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TopologyParameters.java @@ -34,7 +34,7 @@ public class TopologyParameters { private SubResource targetSubnet; /** - * Get the targetResourceGroupName value. + * Get the name of the target resource group to perform topology on. * * @return the targetResourceGroupName value */ @@ -43,7 +43,7 @@ public String targetResourceGroupName() { } /** - * Set the targetResourceGroupName value. + * Set the name of the target resource group to perform topology on. * * @param targetResourceGroupName the targetResourceGroupName value to set * @return the TopologyParameters object itself. @@ -54,7 +54,7 @@ public TopologyParameters withTargetResourceGroupName(String targetResourceGroup } /** - * Get the targetVirtualNetwork value. + * Get the reference of the Virtual Network resource. * * @return the targetVirtualNetwork value */ @@ -63,7 +63,7 @@ public SubResource targetVirtualNetwork() { } /** - * Set the targetVirtualNetwork value. + * Set the reference of the Virtual Network resource. * * @param targetVirtualNetwork the targetVirtualNetwork value to set * @return the TopologyParameters object itself. @@ -74,7 +74,7 @@ public TopologyParameters withTargetVirtualNetwork(SubResource targetVirtualNetw } /** - * Get the targetSubnet value. + * Get the reference of the Subnet resource. * * @return the targetSubnet value */ @@ -83,7 +83,7 @@ public SubResource targetSubnet() { } /** - * Set the targetSubnet value. + * Set the reference of the Subnet resource. * * @param targetSubnet the targetSubnet value to set * @return the TopologyParameters object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TopologyResource.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TopologyResource.java index a2aba2765b9c..dab48162adbb 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TopologyResource.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TopologyResource.java @@ -41,7 +41,7 @@ public class TopologyResource { private List associations; /** - * Get the name value. + * Get name of the resource. * * @return the name value */ @@ -50,7 +50,7 @@ public String name() { } /** - * Set the name value. + * Set name of the resource. * * @param name the name value to set * @return the TopologyResource object itself. @@ -61,7 +61,7 @@ public TopologyResource withName(String name) { } /** - * Get the id value. + * Get iD of the resource. * * @return the id value */ @@ -70,7 +70,7 @@ public String id() { } /** - * Set the id value. + * Set iD of the resource. * * @param id the id value to set * @return the TopologyResource object itself. @@ -81,7 +81,7 @@ public TopologyResource withId(String id) { } /** - * Get the location value. + * Get resource location. * * @return the location value */ @@ -90,7 +90,7 @@ public String location() { } /** - * Set the location value. + * Set resource location. * * @param location the location value to set * @return the TopologyResource object itself. @@ -101,7 +101,7 @@ public TopologyResource withLocation(String location) { } /** - * Get the associations value. + * Get holds the associations the resource has with other resources in the resource group. * * @return the associations value */ @@ -110,7 +110,7 @@ public List associations() { } /** - * Set the associations value. + * Set holds the associations the resource has with other resources in the resource group. * * @param associations the associations value to set * @return the TopologyResource object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TrafficAnalyticsConfigurationProperties.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TrafficAnalyticsConfigurationProperties.java index ba99e962b93b..d680d24de192 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TrafficAnalyticsConfigurationProperties.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TrafficAnalyticsConfigurationProperties.java @@ -39,7 +39,7 @@ public class TrafficAnalyticsConfigurationProperties { private String workspaceResourceId; /** - * Get the enabled value. + * Get flag to enable/disable traffic analytics. * * @return the enabled value */ @@ -48,7 +48,7 @@ public boolean enabled() { } /** - * Set the enabled value. + * Set flag to enable/disable traffic analytics. * * @param enabled the enabled value to set * @return the TrafficAnalyticsConfigurationProperties object itself. @@ -59,7 +59,7 @@ public TrafficAnalyticsConfigurationProperties withEnabled(boolean enabled) { } /** - * Get the workspaceId value. + * Get the resource guid of the attached workspace. * * @return the workspaceId value */ @@ -68,7 +68,7 @@ public String workspaceId() { } /** - * Set the workspaceId value. + * Set the resource guid of the attached workspace. * * @param workspaceId the workspaceId value to set * @return the TrafficAnalyticsConfigurationProperties object itself. @@ -79,7 +79,7 @@ public TrafficAnalyticsConfigurationProperties withWorkspaceId(String workspaceI } /** - * Get the workspaceRegion value. + * Get the location of the attached workspace. * * @return the workspaceRegion value */ @@ -88,7 +88,7 @@ public String workspaceRegion() { } /** - * Set the workspaceRegion value. + * Set the location of the attached workspace. * * @param workspaceRegion the workspaceRegion value to set * @return the TrafficAnalyticsConfigurationProperties object itself. @@ -99,7 +99,7 @@ public TrafficAnalyticsConfigurationProperties withWorkspaceRegion(String worksp } /** - * Get the workspaceResourceId value. + * Get resource Id of the attached workspace. * * @return the workspaceResourceId value */ @@ -108,7 +108,7 @@ public String workspaceResourceId() { } /** - * Set the workspaceResourceId value. + * Set resource Id of the attached workspace. * * @param workspaceResourceId the workspaceResourceId value to set * @return the TrafficAnalyticsConfigurationProperties object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TroubleshootingDetails.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TroubleshootingDetails.java index ffe6dc3ea958..21b3df14d019 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TroubleshootingDetails.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TroubleshootingDetails.java @@ -46,7 +46,7 @@ public class TroubleshootingDetails { private List recommendedActions; /** - * Get the id value. + * Get the id of the get troubleshoot operation. * * @return the id value */ @@ -55,7 +55,7 @@ public String id() { } /** - * Set the id value. + * Set the id of the get troubleshoot operation. * * @param id the id value to set * @return the TroubleshootingDetails object itself. @@ -66,7 +66,7 @@ public TroubleshootingDetails withId(String id) { } /** - * Get the reasonType value. + * Get reason type of failure. * * @return the reasonType value */ @@ -75,7 +75,7 @@ public String reasonType() { } /** - * Set the reasonType value. + * Set reason type of failure. * * @param reasonType the reasonType value to set * @return the TroubleshootingDetails object itself. @@ -86,7 +86,7 @@ public TroubleshootingDetails withReasonType(String reasonType) { } /** - * Get the summary value. + * Get a summary of troubleshooting. * * @return the summary value */ @@ -95,7 +95,7 @@ public String summary() { } /** - * Set the summary value. + * Set a summary of troubleshooting. * * @param summary the summary value to set * @return the TroubleshootingDetails object itself. @@ -106,7 +106,7 @@ public TroubleshootingDetails withSummary(String summary) { } /** - * Get the detail value. + * Get details on troubleshooting results. * * @return the detail value */ @@ -115,7 +115,7 @@ public String detail() { } /** - * Set the detail value. + * Set details on troubleshooting results. * * @param detail the detail value to set * @return the TroubleshootingDetails object itself. @@ -126,7 +126,7 @@ public TroubleshootingDetails withDetail(String detail) { } /** - * Get the recommendedActions value. + * Get list of recommended actions. * * @return the recommendedActions value */ @@ -135,7 +135,7 @@ public List recommendedActions() { } /** - * Set the recommendedActions value. + * Set list of recommended actions. * * @param recommendedActions the recommendedActions value to set * @return the TroubleshootingDetails object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TroubleshootingParameters.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TroubleshootingParameters.java index 83025c50b504..74744ab4d76b 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TroubleshootingParameters.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TroubleshootingParameters.java @@ -35,7 +35,7 @@ public class TroubleshootingParameters { private String storagePath; /** - * Get the targetResourceId value. + * Get the target resource to troubleshoot. * * @return the targetResourceId value */ @@ -44,7 +44,7 @@ public String targetResourceId() { } /** - * Set the targetResourceId value. + * Set the target resource to troubleshoot. * * @param targetResourceId the targetResourceId value to set * @return the TroubleshootingParameters object itself. @@ -55,7 +55,7 @@ public TroubleshootingParameters withTargetResourceId(String targetResourceId) { } /** - * Get the storageId value. + * Get the ID for the storage account to save the troubleshoot result. * * @return the storageId value */ @@ -64,7 +64,7 @@ public String storageId() { } /** - * Set the storageId value. + * Set the ID for the storage account to save the troubleshoot result. * * @param storageId the storageId value to set * @return the TroubleshootingParameters object itself. @@ -75,7 +75,7 @@ public TroubleshootingParameters withStorageId(String storageId) { } /** - * Get the storagePath value. + * Get the path to the blob to save the troubleshoot result in. * * @return the storagePath value */ @@ -84,7 +84,7 @@ public String storagePath() { } /** - * Set the storagePath value. + * Set the path to the blob to save the troubleshoot result in. * * @param storagePath the storagePath value to set * @return the TroubleshootingParameters object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TroubleshootingRecommendedActions.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TroubleshootingRecommendedActions.java index 11ba278274b1..235465118a25 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TroubleshootingRecommendedActions.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TroubleshootingRecommendedActions.java @@ -41,7 +41,7 @@ public class TroubleshootingRecommendedActions { private String actionUriText; /** - * Get the actionId value. + * Get iD of the recommended action. * * @return the actionId value */ @@ -50,7 +50,7 @@ public String actionId() { } /** - * Set the actionId value. + * Set iD of the recommended action. * * @param actionId the actionId value to set * @return the TroubleshootingRecommendedActions object itself. @@ -61,7 +61,7 @@ public TroubleshootingRecommendedActions withActionId(String actionId) { } /** - * Get the actionText value. + * Get description of recommended actions. * * @return the actionText value */ @@ -70,7 +70,7 @@ public String actionText() { } /** - * Set the actionText value. + * Set description of recommended actions. * * @param actionText the actionText value to set * @return the TroubleshootingRecommendedActions object itself. @@ -81,7 +81,7 @@ public TroubleshootingRecommendedActions withActionText(String actionText) { } /** - * Get the actionUri value. + * Get the uri linking to a documentation for the recommended troubleshooting actions. * * @return the actionUri value */ @@ -90,7 +90,7 @@ public String actionUri() { } /** - * Set the actionUri value. + * Set the uri linking to a documentation for the recommended troubleshooting actions. * * @param actionUri the actionUri value to set * @return the TroubleshootingRecommendedActions object itself. @@ -101,7 +101,7 @@ public TroubleshootingRecommendedActions withActionUri(String actionUri) { } /** - * Get the actionUriText value. + * Get the information from the URI for the recommended troubleshooting actions. * * @return the actionUriText value */ @@ -110,7 +110,7 @@ public String actionUriText() { } /** - * Set the actionUriText value. + * Set the information from the URI for the recommended troubleshooting actions. * * @param actionUriText the actionUriText value to set * @return the TroubleshootingRecommendedActions object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TunnelConnectionHealth.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TunnelConnectionHealth.java index 81bd0f86ea54..fdecc7827908 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TunnelConnectionHealth.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/TunnelConnectionHealth.java @@ -46,7 +46,7 @@ public class TunnelConnectionHealth { private String lastConnectionEstablishedUtcTime; /** - * Get the tunnel value. + * Get tunnel name. * * @return the tunnel value */ @@ -55,7 +55,7 @@ public String tunnel() { } /** - * Get the connectionStatus value. + * Get virtual network Gateway connection status. Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected'. * * @return the connectionStatus value */ @@ -64,7 +64,7 @@ public VirtualNetworkGatewayConnectionStatus connectionStatus() { } /** - * Get the ingressBytesTransferred value. + * Get the Ingress Bytes Transferred in this connection. * * @return the ingressBytesTransferred value */ @@ -73,7 +73,7 @@ public Long ingressBytesTransferred() { } /** - * Get the egressBytesTransferred value. + * Get the Egress Bytes Transferred in this connection. * * @return the egressBytesTransferred value */ @@ -82,7 +82,7 @@ public Long egressBytesTransferred() { } /** - * Get the lastConnectionEstablishedUtcTime value. + * Get the time at which connection was established in Utc format. * * @return the lastConnectionEstablishedUtcTime value */ diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/UsageName.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/UsageName.java index 8d2297b885c0..e3783b3e4523 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/UsageName.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/UsageName.java @@ -27,7 +27,7 @@ public class UsageName { private String localizedValue; /** - * Get the value value. + * Get a string describing the resource name. * * @return the value value */ @@ -36,7 +36,7 @@ public String value() { } /** - * Set the value value. + * Set a string describing the resource name. * * @param value the value value to set * @return the UsageName object itself. @@ -47,7 +47,7 @@ public UsageName withValue(String value) { } /** - * Get the localizedValue value. + * Get a localized string describing the resource name. * * @return the localizedValue value */ @@ -56,7 +56,7 @@ public String localizedValue() { } /** - * Set the localizedValue value. + * Set a localized string describing the resource name. * * @param localizedValue the localizedValue value to set * @return the UsageName object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VerificationIPFlowParameters.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VerificationIPFlowParameters.java index c73ce3866c1b..5821b4e5b6ea 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VerificationIPFlowParameters.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VerificationIPFlowParameters.java @@ -69,7 +69,7 @@ public class VerificationIPFlowParameters { private String targetNicResourceId; /** - * Get the targetResourceId value. + * Get the ID of the target resource to perform next-hop on. * * @return the targetResourceId value */ @@ -78,7 +78,7 @@ public String targetResourceId() { } /** - * Set the targetResourceId value. + * Set the ID of the target resource to perform next-hop on. * * @param targetResourceId the targetResourceId value to set * @return the VerificationIPFlowParameters object itself. @@ -89,7 +89,7 @@ public VerificationIPFlowParameters withTargetResourceId(String targetResourceId } /** - * Get the direction value. + * Get the direction of the packet represented as a 5-tuple. Possible values include: 'Inbound', 'Outbound'. * * @return the direction value */ @@ -98,7 +98,7 @@ public Direction direction() { } /** - * Set the direction value. + * Set the direction of the packet represented as a 5-tuple. Possible values include: 'Inbound', 'Outbound'. * * @param direction the direction value to set * @return the VerificationIPFlowParameters object itself. @@ -109,7 +109,7 @@ public VerificationIPFlowParameters withDirection(Direction direction) { } /** - * Get the protocol value. + * Get protocol to be verified on. Possible values include: 'TCP', 'UDP'. * * @return the protocol value */ @@ -118,7 +118,7 @@ public IpFlowProtocol protocol() { } /** - * Set the protocol value. + * Set protocol to be verified on. Possible values include: 'TCP', 'UDP'. * * @param protocol the protocol value to set * @return the VerificationIPFlowParameters object itself. @@ -129,7 +129,7 @@ public VerificationIPFlowParameters withProtocol(IpFlowProtocol protocol) { } /** - * Get the localPort value. + * Get the local port. Acceptable values are a single integer in the range (0-65535). Support for * for the source port, which depends on the direction. * * @return the localPort value */ @@ -138,7 +138,7 @@ public String localPort() { } /** - * Set the localPort value. + * Set the local port. Acceptable values are a single integer in the range (0-65535). Support for * for the source port, which depends on the direction. * * @param localPort the localPort value to set * @return the VerificationIPFlowParameters object itself. @@ -149,7 +149,7 @@ public VerificationIPFlowParameters withLocalPort(String localPort) { } /** - * Get the remotePort value. + * Get the remote port. Acceptable values are a single integer in the range (0-65535). Support for * for the source port, which depends on the direction. * * @return the remotePort value */ @@ -158,7 +158,7 @@ public String remotePort() { } /** - * Set the remotePort value. + * Set the remote port. Acceptable values are a single integer in the range (0-65535). Support for * for the source port, which depends on the direction. * * @param remotePort the remotePort value to set * @return the VerificationIPFlowParameters object itself. @@ -169,7 +169,7 @@ public VerificationIPFlowParameters withRemotePort(String remotePort) { } /** - * Get the localIPAddress value. + * Get the local IP address. Acceptable values are valid IPv4 addresses. * * @return the localIPAddress value */ @@ -178,7 +178,7 @@ public String localIPAddress() { } /** - * Set the localIPAddress value. + * Set the local IP address. Acceptable values are valid IPv4 addresses. * * @param localIPAddress the localIPAddress value to set * @return the VerificationIPFlowParameters object itself. @@ -189,7 +189,7 @@ public VerificationIPFlowParameters withLocalIPAddress(String localIPAddress) { } /** - * Get the remoteIPAddress value. + * Get the remote IP address. Acceptable values are valid IPv4 addresses. * * @return the remoteIPAddress value */ @@ -198,7 +198,7 @@ public String remoteIPAddress() { } /** - * Set the remoteIPAddress value. + * Set the remote IP address. Acceptable values are valid IPv4 addresses. * * @param remoteIPAddress the remoteIPAddress value to set * @return the VerificationIPFlowParameters object itself. @@ -209,7 +209,7 @@ public VerificationIPFlowParameters withRemoteIPAddress(String remoteIPAddress) } /** - * Get the targetNicResourceId value. + * Get the NIC ID. (If VM has multiple NICs and IP forwarding is enabled on any of them, then this parameter must be specified. Otherwise optional). * * @return the targetNicResourceId value */ @@ -218,7 +218,7 @@ public String targetNicResourceId() { } /** - * Set the targetNicResourceId value. + * Set the NIC ID. (If VM has multiple NICs and IP forwarding is enabled on any of them, then this parameter must be specified. Otherwise optional). * * @param targetNicResourceId the targetNicResourceId value to set * @return the VerificationIPFlowParameters object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetwork.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetwork.java index f090b67de4aa..76ab9bef41de 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetwork.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetwork.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2018_05_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkConnectionGatewayReference.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkConnectionGatewayReference.java index 3a7edc5a52be..3ac3e07d839b 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkConnectionGatewayReference.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkConnectionGatewayReference.java @@ -21,7 +21,7 @@ public class VirtualNetworkConnectionGatewayReference { private String id; /** - * Get the id value. + * Get the ID of VirtualNetworkGateway or LocalNetworkGateway resource. * * @return the id value */ @@ -30,7 +30,7 @@ public String id() { } /** - * Set the id value. + * Set the ID of VirtualNetworkGateway or LocalNetworkGateway resource. * * @param id the id value to set * @return the VirtualNetworkConnectionGatewayReference object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkGateway.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkGateway.java index e5159a0bee08..9bc1c48cd652 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkGateway.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkGateway.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2018_05_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkGatewayConnection.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkGatewayConnection.java index cd9d144243f4..2432e96bd642 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkGatewayConnection.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkGatewayConnection.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.network.v2018_05_01.implementation.NetworkManager; import java.util.List; diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkGatewayIPConfiguration.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkGatewayIPConfiguration.java index bc9930bb0c3f..ac01212bfc90 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkGatewayIPConfiguration.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkGatewayIPConfiguration.java @@ -57,7 +57,7 @@ public class VirtualNetworkGatewayIPConfiguration extends SubResource { private String etag; /** - * Get the privateIPAllocationMethod value. + * Get the private IP allocation method. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'. * * @return the privateIPAllocationMethod value */ @@ -66,7 +66,7 @@ public IPAllocationMethod privateIPAllocationMethod() { } /** - * Set the privateIPAllocationMethod value. + * Set the private IP allocation method. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'. * * @param privateIPAllocationMethod the privateIPAllocationMethod value to set * @return the VirtualNetworkGatewayIPConfiguration object itself. @@ -77,7 +77,7 @@ public VirtualNetworkGatewayIPConfiguration withPrivateIPAllocationMethod(IPAllo } /** - * Get the subnet value. + * Get the reference of the subnet resource. * * @return the subnet value */ @@ -86,7 +86,7 @@ public SubResource subnet() { } /** - * Set the subnet value. + * Set the reference of the subnet resource. * * @param subnet the subnet value to set * @return the VirtualNetworkGatewayIPConfiguration object itself. @@ -97,7 +97,7 @@ public VirtualNetworkGatewayIPConfiguration withSubnet(SubResource subnet) { } /** - * Get the publicIPAddress value. + * Get the reference of the public IP resource. * * @return the publicIPAddress value */ @@ -106,7 +106,7 @@ public SubResource publicIPAddress() { } /** - * Set the publicIPAddress value. + * Set the reference of the public IP resource. * * @param publicIPAddress the publicIPAddress value to set * @return the VirtualNetworkGatewayIPConfiguration object itself. @@ -117,7 +117,7 @@ public VirtualNetworkGatewayIPConfiguration withPublicIPAddress(SubResource publ } /** - * Get the provisioningState value. + * Get the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -126,7 +126,7 @@ public String provisioningState() { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -135,7 +135,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the VirtualNetworkGatewayIPConfiguration object itself. @@ -146,7 +146,7 @@ public VirtualNetworkGatewayIPConfiguration withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -155,7 +155,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the VirtualNetworkGatewayIPConfiguration object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkGatewaySku.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkGatewaySku.java index 337b96c85c1e..e24342b38a57 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkGatewaySku.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkGatewaySku.java @@ -37,7 +37,7 @@ public class VirtualNetworkGatewaySku { private Integer capacity; /** - * Get the name value. + * Get gateway SKU name. Possible values include: 'Basic', 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', 'VpnGw3', 'VpnGw1AZ', 'VpnGw2AZ', 'VpnGw3AZ', 'ErGw1AZ', 'ErGw2AZ', 'ErGw3AZ'. * * @return the name value */ @@ -46,7 +46,7 @@ public VirtualNetworkGatewaySkuName name() { } /** - * Set the name value. + * Set gateway SKU name. Possible values include: 'Basic', 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', 'VpnGw3', 'VpnGw1AZ', 'VpnGw2AZ', 'VpnGw3AZ', 'ErGw1AZ', 'ErGw2AZ', 'ErGw3AZ'. * * @param name the name value to set * @return the VirtualNetworkGatewaySku object itself. @@ -57,7 +57,7 @@ public VirtualNetworkGatewaySku withName(VirtualNetworkGatewaySkuName name) { } /** - * Get the tier value. + * Get gateway SKU tier. Possible values include: 'Basic', 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', 'VpnGw3', 'VpnGw1AZ', 'VpnGw2AZ', 'VpnGw3AZ', 'ErGw1AZ', 'ErGw2AZ', 'ErGw3AZ'. * * @return the tier value */ @@ -66,7 +66,7 @@ public VirtualNetworkGatewaySkuTier tier() { } /** - * Set the tier value. + * Set gateway SKU tier. Possible values include: 'Basic', 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', 'VpnGw3', 'VpnGw1AZ', 'VpnGw2AZ', 'VpnGw3AZ', 'ErGw1AZ', 'ErGw2AZ', 'ErGw3AZ'. * * @param tier the tier value to set * @return the VirtualNetworkGatewaySku object itself. @@ -77,7 +77,7 @@ public VirtualNetworkGatewaySku withTier(VirtualNetworkGatewaySkuTier tier) { } /** - * Get the capacity value. + * Get the capacity. * * @return the capacity value */ @@ -86,7 +86,7 @@ public Integer capacity() { } /** - * Set the capacity value. + * Set the capacity. * * @param capacity the capacity value to set * @return the VirtualNetworkGatewaySku object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkUsageName.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkUsageName.java index 46d6b325fd6a..5136ab4fcf51 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkUsageName.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VirtualNetworkUsageName.java @@ -27,7 +27,7 @@ public class VirtualNetworkUsageName { private String value; /** - * Get the localizedValue value. + * Get localized subnet size and usage string. * * @return the localizedValue value */ @@ -36,7 +36,7 @@ public String localizedValue() { } /** - * Get the value value. + * Get subnet size and usage string. * * @return the value value */ diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnClientConfiguration.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnClientConfiguration.java index 9292fe255730..c239517d3e8e 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnClientConfiguration.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnClientConfiguration.java @@ -61,7 +61,7 @@ public class VpnClientConfiguration { private String radiusServerSecret; /** - * Get the vpnClientAddressPool value. + * Get the reference of the address space resource which represents Address space for P2S VpnClient. * * @return the vpnClientAddressPool value */ @@ -70,7 +70,7 @@ public AddressSpace vpnClientAddressPool() { } /** - * Set the vpnClientAddressPool value. + * Set the reference of the address space resource which represents Address space for P2S VpnClient. * * @param vpnClientAddressPool the vpnClientAddressPool value to set * @return the VpnClientConfiguration object itself. @@ -81,7 +81,7 @@ public VpnClientConfiguration withVpnClientAddressPool(AddressSpace vpnClientAdd } /** - * Get the vpnClientRootCertificates value. + * Get vpnClientRootCertificate for virtual network gateway. * * @return the vpnClientRootCertificates value */ @@ -90,7 +90,7 @@ public List vpnClientRootCertificates() { } /** - * Set the vpnClientRootCertificates value. + * Set vpnClientRootCertificate for virtual network gateway. * * @param vpnClientRootCertificates the vpnClientRootCertificates value to set * @return the VpnClientConfiguration object itself. @@ -101,7 +101,7 @@ public VpnClientConfiguration withVpnClientRootCertificates(List vpnClientRevokedCertificates() { } /** - * Set the vpnClientRevokedCertificates value. + * Set vpnClientRevokedCertificate for Virtual network gateway. * * @param vpnClientRevokedCertificates the vpnClientRevokedCertificates value to set * @return the VpnClientConfiguration object itself. @@ -121,7 +121,7 @@ public VpnClientConfiguration withVpnClientRevokedCertificates(List vpnClientProtocols() { } /** - * Set the vpnClientProtocols value. + * Set vpnClientProtocols for Virtual network gateway. * * @param vpnClientProtocols the vpnClientProtocols value to set * @return the VpnClientConfiguration object itself. @@ -141,7 +141,7 @@ public VpnClientConfiguration withVpnClientProtocols(List vpn } /** - * Get the vpnClientIpsecPolicies value. + * Get vpnClientIpsecPolicies for virtual network gateway P2S client. * * @return the vpnClientIpsecPolicies value */ @@ -150,7 +150,7 @@ public List vpnClientIpsecPolicies() { } /** - * Set the vpnClientIpsecPolicies value. + * Set vpnClientIpsecPolicies for virtual network gateway P2S client. * * @param vpnClientIpsecPolicies the vpnClientIpsecPolicies value to set * @return the VpnClientConfiguration object itself. @@ -161,7 +161,7 @@ public VpnClientConfiguration withVpnClientIpsecPolicies(List vpnCl } /** - * Get the radiusServerAddress value. + * Get the radius server address property of the VirtualNetworkGateway resource for vpn client connection. * * @return the radiusServerAddress value */ @@ -170,7 +170,7 @@ public String radiusServerAddress() { } /** - * Set the radiusServerAddress value. + * Set the radius server address property of the VirtualNetworkGateway resource for vpn client connection. * * @param radiusServerAddress the radiusServerAddress value to set * @return the VpnClientConfiguration object itself. @@ -181,7 +181,7 @@ public VpnClientConfiguration withRadiusServerAddress(String radiusServerAddress } /** - * Get the radiusServerSecret value. + * Get the radius secret property of the VirtualNetworkGateway resource for vpn client connection. * * @return the radiusServerSecret value */ @@ -190,7 +190,7 @@ public String radiusServerSecret() { } /** - * Set the radiusServerSecret value. + * Set the radius secret property of the VirtualNetworkGateway resource for vpn client connection. * * @param radiusServerSecret the radiusServerSecret value to set * @return the VpnClientConfiguration object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnClientIPsecParameters.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnClientIPsecParameters.java index d01264710e09..9e43dd8cdc01 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnClientIPsecParameters.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnClientIPsecParameters.java @@ -74,7 +74,7 @@ public class VpnClientIPsecParameters { private PfsGroup pfsGroup; /** - * Get the saLifeTimeSeconds value. + * Get the IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for P2S client. * * @return the saLifeTimeSeconds value */ @@ -83,7 +83,7 @@ public int saLifeTimeSeconds() { } /** - * Set the saLifeTimeSeconds value. + * Set the IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for P2S client. * * @param saLifeTimeSeconds the saLifeTimeSeconds value to set * @return the VpnClientIPsecParameters object itself. @@ -94,7 +94,7 @@ public VpnClientIPsecParameters withSaLifeTimeSeconds(int saLifeTimeSeconds) { } /** - * Get the saDataSizeKilobytes value. + * Get the IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for P2S client.. * * @return the saDataSizeKilobytes value */ @@ -103,7 +103,7 @@ public int saDataSizeKilobytes() { } /** - * Set the saDataSizeKilobytes value. + * Set the IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for P2S client.. * * @param saDataSizeKilobytes the saDataSizeKilobytes value to set * @return the VpnClientIPsecParameters object itself. @@ -114,7 +114,7 @@ public VpnClientIPsecParameters withSaDataSizeKilobytes(int saDataSizeKilobytes) } /** - * Get the ipsecEncryption value. + * Get the IPSec encryption algorithm (IKE phase 1). Possible values include: 'None', 'DES', 'DES3', 'AES128', 'AES192', 'AES256', 'GCMAES128', 'GCMAES192', 'GCMAES256'. * * @return the ipsecEncryption value */ @@ -123,7 +123,7 @@ public IpsecEncryption ipsecEncryption() { } /** - * Set the ipsecEncryption value. + * Set the IPSec encryption algorithm (IKE phase 1). Possible values include: 'None', 'DES', 'DES3', 'AES128', 'AES192', 'AES256', 'GCMAES128', 'GCMAES192', 'GCMAES256'. * * @param ipsecEncryption the ipsecEncryption value to set * @return the VpnClientIPsecParameters object itself. @@ -134,7 +134,7 @@ public VpnClientIPsecParameters withIpsecEncryption(IpsecEncryption ipsecEncrypt } /** - * Get the ipsecIntegrity value. + * Get the IPSec integrity algorithm (IKE phase 1). Possible values include: 'MD5', 'SHA1', 'SHA256', 'GCMAES128', 'GCMAES192', 'GCMAES256'. * * @return the ipsecIntegrity value */ @@ -143,7 +143,7 @@ public IpsecIntegrity ipsecIntegrity() { } /** - * Set the ipsecIntegrity value. + * Set the IPSec integrity algorithm (IKE phase 1). Possible values include: 'MD5', 'SHA1', 'SHA256', 'GCMAES128', 'GCMAES192', 'GCMAES256'. * * @param ipsecIntegrity the ipsecIntegrity value to set * @return the VpnClientIPsecParameters object itself. @@ -154,7 +154,7 @@ public VpnClientIPsecParameters withIpsecIntegrity(IpsecIntegrity ipsecIntegrity } /** - * Get the ikeEncryption value. + * Get the IKE encryption algorithm (IKE phase 2). Possible values include: 'DES', 'DES3', 'AES128', 'AES192', 'AES256', 'GCMAES256', 'GCMAES128'. * * @return the ikeEncryption value */ @@ -163,7 +163,7 @@ public IkeEncryption ikeEncryption() { } /** - * Set the ikeEncryption value. + * Set the IKE encryption algorithm (IKE phase 2). Possible values include: 'DES', 'DES3', 'AES128', 'AES192', 'AES256', 'GCMAES256', 'GCMAES128'. * * @param ikeEncryption the ikeEncryption value to set * @return the VpnClientIPsecParameters object itself. @@ -174,7 +174,7 @@ public VpnClientIPsecParameters withIkeEncryption(IkeEncryption ikeEncryption) { } /** - * Get the ikeIntegrity value. + * Get the IKE integrity algorithm (IKE phase 2). Possible values include: 'MD5', 'SHA1', 'SHA256', 'SHA384', 'GCMAES256', 'GCMAES128'. * * @return the ikeIntegrity value */ @@ -183,7 +183,7 @@ public IkeIntegrity ikeIntegrity() { } /** - * Set the ikeIntegrity value. + * Set the IKE integrity algorithm (IKE phase 2). Possible values include: 'MD5', 'SHA1', 'SHA256', 'SHA384', 'GCMAES256', 'GCMAES128'. * * @param ikeIntegrity the ikeIntegrity value to set * @return the VpnClientIPsecParameters object itself. @@ -194,7 +194,7 @@ public VpnClientIPsecParameters withIkeIntegrity(IkeIntegrity ikeIntegrity) { } /** - * Get the dhGroup value. + * Get the DH Groups used in IKE Phase 1 for initial SA. Possible values include: 'None', 'DHGroup1', 'DHGroup2', 'DHGroup14', 'DHGroup2048', 'ECP256', 'ECP384', 'DHGroup24'. * * @return the dhGroup value */ @@ -203,7 +203,7 @@ public DhGroup dhGroup() { } /** - * Set the dhGroup value. + * Set the DH Groups used in IKE Phase 1 for initial SA. Possible values include: 'None', 'DHGroup1', 'DHGroup2', 'DHGroup14', 'DHGroup2048', 'ECP256', 'ECP384', 'DHGroup24'. * * @param dhGroup the dhGroup value to set * @return the VpnClientIPsecParameters object itself. @@ -214,7 +214,7 @@ public VpnClientIPsecParameters withDhGroup(DhGroup dhGroup) { } /** - * Get the pfsGroup value. + * Get the Pfs Groups used in IKE Phase 2 for new child SA. Possible values include: 'None', 'PFS1', 'PFS2', 'PFS2048', 'ECP256', 'ECP384', 'PFS24', 'PFS14', 'PFSMM'. * * @return the pfsGroup value */ @@ -223,7 +223,7 @@ public PfsGroup pfsGroup() { } /** - * Set the pfsGroup value. + * Set the Pfs Groups used in IKE Phase 2 for new child SA. Possible values include: 'None', 'PFS1', 'PFS2', 'PFS2048', 'ECP256', 'ECP384', 'PFS24', 'PFS14', 'PFSMM'. * * @param pfsGroup the pfsGroup value to set * @return the VpnClientIPsecParameters object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnClientParameters.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnClientParameters.java index 52de5a54f060..5c7ce49a3120 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnClientParameters.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnClientParameters.java @@ -46,7 +46,7 @@ public class VpnClientParameters { private List clientRootCertificates; /** - * Get the processorArchitecture value. + * Get vPN client Processor Architecture. Possible values are: 'AMD64' and 'X86'. Possible values include: 'Amd64', 'X86'. * * @return the processorArchitecture value */ @@ -55,7 +55,7 @@ public ProcessorArchitecture processorArchitecture() { } /** - * Set the processorArchitecture value. + * Set vPN client Processor Architecture. Possible values are: 'AMD64' and 'X86'. Possible values include: 'Amd64', 'X86'. * * @param processorArchitecture the processorArchitecture value to set * @return the VpnClientParameters object itself. @@ -66,7 +66,7 @@ public VpnClientParameters withProcessorArchitecture(ProcessorArchitecture proce } /** - * Get the authenticationMethod value. + * Get vPN client Authentication Method. Possible values are: 'EAPTLS' and 'EAPMSCHAPv2'. Possible values include: 'EAPTLS', 'EAPMSCHAPv2'. * * @return the authenticationMethod value */ @@ -75,7 +75,7 @@ public AuthenticationMethod authenticationMethod() { } /** - * Set the authenticationMethod value. + * Set vPN client Authentication Method. Possible values are: 'EAPTLS' and 'EAPMSCHAPv2'. Possible values include: 'EAPTLS', 'EAPMSCHAPv2'. * * @param authenticationMethod the authenticationMethod value to set * @return the VpnClientParameters object itself. @@ -86,7 +86,7 @@ public VpnClientParameters withAuthenticationMethod(AuthenticationMethod authent } /** - * Get the radiusServerAuthCertificate value. + * Get the public certificate data for the radius server authentication certificate as a Base-64 encoded string. Required only if external radius authentication has been configured with EAPTLS authentication. * * @return the radiusServerAuthCertificate value */ @@ -95,7 +95,7 @@ public String radiusServerAuthCertificate() { } /** - * Set the radiusServerAuthCertificate value. + * Set the public certificate data for the radius server authentication certificate as a Base-64 encoded string. Required only if external radius authentication has been configured with EAPTLS authentication. * * @param radiusServerAuthCertificate the radiusServerAuthCertificate value to set * @return the VpnClientParameters object itself. @@ -106,7 +106,7 @@ public VpnClientParameters withRadiusServerAuthCertificate(String radiusServerAu } /** - * Get the clientRootCertificates value. + * Get a list of client root certificates public certificate data encoded as Base-64 strings. Optional parameter for external radius based authentication with EAPTLS. * * @return the clientRootCertificates value */ @@ -115,7 +115,7 @@ public List clientRootCertificates() { } /** - * Set the clientRootCertificates value. + * Set a list of client root certificates public certificate data encoded as Base-64 strings. Optional parameter for external radius based authentication with EAPTLS. * * @param clientRootCertificates the clientRootCertificates value to set * @return the VpnClientParameters object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnClientRevokedCertificate.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnClientRevokedCertificate.java index ea45f06719f0..34cc41a01f2f 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnClientRevokedCertificate.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnClientRevokedCertificate.java @@ -44,7 +44,7 @@ public class VpnClientRevokedCertificate extends SubResource { private String etag; /** - * Get the thumbprint value. + * Get the revoked VPN client certificate thumbprint. * * @return the thumbprint value */ @@ -53,7 +53,7 @@ public String thumbprint() { } /** - * Set the thumbprint value. + * Set the revoked VPN client certificate thumbprint. * * @param thumbprint the thumbprint value to set * @return the VpnClientRevokedCertificate object itself. @@ -64,7 +64,7 @@ public VpnClientRevokedCertificate withThumbprint(String thumbprint) { } /** - * Get the provisioningState value. + * Get the provisioning state of the VPN client revoked certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -73,7 +73,7 @@ public String provisioningState() { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -82,7 +82,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the VpnClientRevokedCertificate object itself. @@ -93,7 +93,7 @@ public VpnClientRevokedCertificate withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -102,7 +102,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the VpnClientRevokedCertificate object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnClientRootCertificate.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnClientRootCertificate.java index aaf34b6aae71..2095cc4108ee 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnClientRootCertificate.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnClientRootCertificate.java @@ -44,7 +44,7 @@ public class VpnClientRootCertificate extends SubResource { private String etag; /** - * Get the publicCertData value. + * Get the certificate public data. * * @return the publicCertData value */ @@ -53,7 +53,7 @@ public String publicCertData() { } /** - * Set the publicCertData value. + * Set the certificate public data. * * @param publicCertData the publicCertData value to set * @return the VpnClientRootCertificate object itself. @@ -64,7 +64,7 @@ public VpnClientRootCertificate withPublicCertData(String publicCertData) { } /** - * Get the provisioningState value. + * Get the provisioning state of the VPN client root certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -73,7 +73,7 @@ public String provisioningState() { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -82,7 +82,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the VpnClientRootCertificate object itself. @@ -93,7 +93,7 @@ public VpnClientRootCertificate withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -102,7 +102,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the VpnClientRootCertificate object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnDeviceScriptParameters.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnDeviceScriptParameters.java index 6c32e22c9733..880e6900807c 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnDeviceScriptParameters.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/VpnDeviceScriptParameters.java @@ -33,7 +33,7 @@ public class VpnDeviceScriptParameters { private String firmwareVersion; /** - * Get the vendor value. + * Get the vendor for the vpn device. * * @return the vendor value */ @@ -42,7 +42,7 @@ public String vendor() { } /** - * Set the vendor value. + * Set the vendor for the vpn device. * * @param vendor the vendor value to set * @return the VpnDeviceScriptParameters object itself. @@ -53,7 +53,7 @@ public VpnDeviceScriptParameters withVendor(String vendor) { } /** - * Get the deviceFamily value. + * Get the device family for the vpn device. * * @return the deviceFamily value */ @@ -62,7 +62,7 @@ public String deviceFamily() { } /** - * Set the deviceFamily value. + * Set the device family for the vpn device. * * @param deviceFamily the deviceFamily value to set * @return the VpnDeviceScriptParameters object itself. @@ -73,7 +73,7 @@ public VpnDeviceScriptParameters withDeviceFamily(String deviceFamily) { } /** - * Get the firmwareVersion value. + * Get the firmware version for the vpn device. * * @return the firmwareVersion value */ @@ -82,7 +82,7 @@ public String firmwareVersion() { } /** - * Set the firmwareVersion value. + * Set the firmware version for the vpn device. * * @param firmwareVersion the firmwareVersion value to set * @return the VpnDeviceScriptParameters object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ApplicationGatewayAvailableSslOptionsInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ApplicationGatewayAvailableSslOptionsInner.java index b77096ddc77f..7afd8474f711 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ApplicationGatewayAvailableSslOptionsInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ApplicationGatewayAvailableSslOptionsInner.java @@ -57,7 +57,7 @@ public class ApplicationGatewayAvailableSslOptionsInner extends Resource { private String id; /** - * Get the predefinedPolicies value. + * Get list of available Ssl predefined policy. * * @return the predefinedPolicies value */ @@ -66,7 +66,7 @@ public List predefinedPolicies() { } /** - * Set the predefinedPolicies value. + * Set list of available Ssl predefined policy. * * @param predefinedPolicies the predefinedPolicies value to set * @return the ApplicationGatewayAvailableSslOptionsInner object itself. @@ -77,7 +77,7 @@ public ApplicationGatewayAvailableSslOptionsInner withPredefinedPolicies(List availableCipherSuites() { } /** - * Set the availableCipherSuites value. + * Set list of available Ssl cipher suites. * * @param availableCipherSuites the availableCipherSuites value to set * @return the ApplicationGatewayAvailableSslOptionsInner object itself. @@ -117,7 +117,7 @@ public ApplicationGatewayAvailableSslOptionsInner withAvailableCipherSuites(List } /** - * Get the availableProtocols value. + * Get list of available Ssl protocols. * * @return the availableProtocols value */ @@ -126,7 +126,7 @@ public List availableProtocols() { } /** - * Set the availableProtocols value. + * Set list of available Ssl protocols. * * @param availableProtocols the availableProtocols value to set * @return the ApplicationGatewayAvailableSslOptionsInner object itself. @@ -137,7 +137,7 @@ public ApplicationGatewayAvailableSslOptionsInner withAvailableProtocols(List value; /** - * Get the value value. + * Get the list of application gateway rule sets. * * @return the value value */ @@ -32,7 +32,7 @@ public List value() { } /** - * Set the value value. + * Set the list of application gateway rule sets. * * @param value the value value to set * @return the ApplicationGatewayAvailableWafRuleSetsResultInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ApplicationGatewayInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ApplicationGatewayInner.java index 5388d238b30a..d9c61a1f1c4a 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ApplicationGatewayInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ApplicationGatewayInner.java @@ -165,7 +165,7 @@ public class ApplicationGatewayInner extends Resource { private String id; /** - * Get the sku value. + * Get sKU of the application gateway resource. * * @return the sku value */ @@ -174,7 +174,7 @@ public ApplicationGatewaySku sku() { } /** - * Set the sku value. + * Set sKU of the application gateway resource. * * @param sku the sku value to set * @return the ApplicationGatewayInner object itself. @@ -185,7 +185,7 @@ public ApplicationGatewayInner withSku(ApplicationGatewaySku sku) { } /** - * Get the sslPolicy value. + * Get sSL policy of the application gateway resource. * * @return the sslPolicy value */ @@ -194,7 +194,7 @@ public ApplicationGatewaySslPolicy sslPolicy() { } /** - * Set the sslPolicy value. + * Set sSL policy of the application gateway resource. * * @param sslPolicy the sslPolicy value to set * @return the ApplicationGatewayInner object itself. @@ -205,7 +205,7 @@ public ApplicationGatewayInner withSslPolicy(ApplicationGatewaySslPolicy sslPoli } /** - * Get the operationalState value. + * Get operational state of the application gateway resource. Possible values include: 'Stopped', 'Starting', 'Running', 'Stopping'. * * @return the operationalState value */ @@ -214,7 +214,7 @@ public ApplicationGatewayOperationalState operationalState() { } /** - * Get the gatewayIPConfigurations value. + * Get subnets of application the gateway resource. * * @return the gatewayIPConfigurations value */ @@ -223,7 +223,7 @@ public List gatewayIPConfigurations() { } /** - * Set the gatewayIPConfigurations value. + * Set subnets of application the gateway resource. * * @param gatewayIPConfigurations the gatewayIPConfigurations value to set * @return the ApplicationGatewayInner object itself. @@ -234,7 +234,7 @@ public ApplicationGatewayInner withGatewayIPConfigurations(List authenticationCertifica } /** - * Set the authenticationCertificates value. + * Set authentication certificates of the application gateway resource. * * @param authenticationCertificates the authenticationCertificates value to set * @return the ApplicationGatewayInner object itself. @@ -254,7 +254,7 @@ public ApplicationGatewayInner withAuthenticationCertificates(List sslCertificates() { } /** - * Set the sslCertificates value. + * Set sSL certificates of the application gateway resource. * * @param sslCertificates the sslCertificates value to set * @return the ApplicationGatewayInner object itself. @@ -274,7 +274,7 @@ public ApplicationGatewayInner withSslCertificates(List frontendIPConfigurations( } /** - * Set the frontendIPConfigurations value. + * Set frontend IP addresses of the application gateway resource. * * @param frontendIPConfigurations the frontendIPConfigurations value to set * @return the ApplicationGatewayInner object itself. @@ -294,7 +294,7 @@ public ApplicationGatewayInner withFrontendIPConfigurations(List frontendPorts() { } /** - * Set the frontendPorts value. + * Set frontend ports of the application gateway resource. * * @param frontendPorts the frontendPorts value to set * @return the ApplicationGatewayInner object itself. @@ -314,7 +314,7 @@ public ApplicationGatewayInner withFrontendPorts(List probes() { } /** - * Set the probes value. + * Set probes of the application gateway resource. * * @param probes the probes value to set * @return the ApplicationGatewayInner object itself. @@ -334,7 +334,7 @@ public ApplicationGatewayInner withProbes(List probes) } /** - * Get the backendAddressPools value. + * Get backend address pool of the application gateway resource. * * @return the backendAddressPools value */ @@ -343,7 +343,7 @@ public List backendAddressPools() { } /** - * Set the backendAddressPools value. + * Set backend address pool of the application gateway resource. * * @param backendAddressPools the backendAddressPools value to set * @return the ApplicationGatewayInner object itself. @@ -354,7 +354,7 @@ public ApplicationGatewayInner withBackendAddressPools(List backendHttpSettingsCollection } /** - * Set the backendHttpSettingsCollection value. + * Set backend http settings of the application gateway resource. * * @param backendHttpSettingsCollection the backendHttpSettingsCollection value to set * @return the ApplicationGatewayInner object itself. @@ -374,7 +374,7 @@ public ApplicationGatewayInner withBackendHttpSettingsCollection(List httpListeners() { } /** - * Set the httpListeners value. + * Set http listeners of the application gateway resource. * * @param httpListeners the httpListeners value to set * @return the ApplicationGatewayInner object itself. @@ -394,7 +394,7 @@ public ApplicationGatewayInner withHttpListeners(List urlPathMaps() { } /** - * Set the urlPathMaps value. + * Set uRL path map of the application gateway resource. * * @param urlPathMaps the urlPathMaps value to set * @return the ApplicationGatewayInner object itself. @@ -414,7 +414,7 @@ public ApplicationGatewayInner withUrlPathMaps(List requestRoutingRules() { } /** - * Set the requestRoutingRules value. + * Set request routing rules of the application gateway resource. * * @param requestRoutingRules the requestRoutingRules value to set * @return the ApplicationGatewayInner object itself. @@ -434,7 +434,7 @@ public ApplicationGatewayInner withRequestRoutingRules(List redirectConfigurations() { } /** - * Set the redirectConfigurations value. + * Set redirect configurations of the application gateway resource. * * @param redirectConfigurations the redirectConfigurations value to set * @return the ApplicationGatewayInner object itself. @@ -454,7 +454,7 @@ public ApplicationGatewayInner withRedirectConfigurations(List cipherSuites() { } /** - * Set the cipherSuites value. + * Set ssl cipher suites to be enabled in the specified order for application gateway. * * @param cipherSuites the cipherSuites value to set * @return the ApplicationGatewaySslPredefinedPolicyInner object itself. @@ -81,7 +81,7 @@ public ApplicationGatewaySslPredefinedPolicyInner withCipherSuites(List listAvailableSslPredefi public Iterable call(Page page) { return page.items(); } - }) .map(new Func1() { + }) + .map(new Func1() { @Override public ApplicationGatewaySslPredefinedPolicy call(ApplicationGatewaySslPredefinedPolicyInner inner) { return new ApplicationGatewaySslPredefinedPolicyImpl(inner, manager()); diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ApplicationSecurityGroupInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ApplicationSecurityGroupInner.java index cc992074d4f5..13a225832a64 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ApplicationSecurityGroupInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ApplicationSecurityGroupInner.java @@ -47,7 +47,7 @@ public class ApplicationSecurityGroupInner extends Resource { private String id; /** - * Get the resourceGuid value. + * Get the resource GUID property of the application security group resource. It uniquely identifies a resource, even if the user changes its name or migrate the resource across subscriptions or resource groups. * * @return the resourceGuid value */ @@ -56,7 +56,7 @@ public String resourceGuid() { } /** - * Get the provisioningState value. + * Get the provisioning state of the application security group resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -65,7 +65,7 @@ public String provisioningState() { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -74,7 +74,7 @@ public String etag() { } /** - * Get the id value. + * Get resource ID. * * @return the id value */ @@ -83,7 +83,7 @@ public String id() { } /** - * Set the id value. + * Set resource ID. * * @param id the id value to set * @return the ApplicationSecurityGroupInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/AvailableProvidersListInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/AvailableProvidersListInner.java index fbd452b7b3cf..ca00659bbf72 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/AvailableProvidersListInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/AvailableProvidersListInner.java @@ -23,7 +23,7 @@ public class AvailableProvidersListInner { private List countries; /** - * Get the countries value. + * Get list of available countries. * * @return the countries value */ @@ -32,7 +32,7 @@ public List countries() { } /** - * Set the countries value. + * Set list of available countries. * * @param countries the countries value to set * @return the AvailableProvidersListInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/AzureReachabilityReportInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/AzureReachabilityReportInner.java index 1fbd47259739..615e0a9f69a0 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/AzureReachabilityReportInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/AzureReachabilityReportInner.java @@ -37,7 +37,7 @@ public class AzureReachabilityReportInner { private List reachabilityReport; /** - * Get the aggregationLevel value. + * Get the aggregation level of Azure reachability report. Can be Country, State or City. * * @return the aggregationLevel value */ @@ -46,7 +46,7 @@ public String aggregationLevel() { } /** - * Set the aggregationLevel value. + * Set the aggregation level of Azure reachability report. Can be Country, State or City. * * @param aggregationLevel the aggregationLevel value to set * @return the AzureReachabilityReportInner object itself. @@ -77,7 +77,7 @@ public AzureReachabilityReportInner withProviderLocation(AzureReachabilityReport } /** - * Get the reachabilityReport value. + * Get list of Azure reachability report items. * * @return the reachabilityReport value */ @@ -86,7 +86,7 @@ public List reachabilityReport() { } /** - * Set the reachabilityReport value. + * Set list of Azure reachability report items. * * @param reachabilityReport the reachabilityReport value to set * @return the AzureReachabilityReportInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/BackendAddressPoolInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/BackendAddressPoolInner.java index d49fef43b80b..15cf767102a6 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/BackendAddressPoolInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/BackendAddressPoolInner.java @@ -58,7 +58,7 @@ public class BackendAddressPoolInner extends SubResource { private String etag; /** - * Get the backendIPConfigurations value. + * Get gets collection of references to IP addresses defined in network interfaces. * * @return the backendIPConfigurations value */ @@ -67,7 +67,7 @@ public List backendIPConfigurations() { } /** - * Get the loadBalancingRules value. + * Get gets load balancing rules that use this backend address pool. * * @return the loadBalancingRules value */ @@ -76,7 +76,7 @@ public List loadBalancingRules() { } /** - * Get the outboundNatRule value. + * Get gets outbound rules that use this backend address pool. * * @return the outboundNatRule value */ @@ -85,7 +85,7 @@ public SubResource outboundNatRule() { } /** - * Get the provisioningState value. + * Get get provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -94,7 +94,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set get provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the BackendAddressPoolInner object itself. @@ -105,7 +105,7 @@ public BackendAddressPoolInner withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get gets name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -114,7 +114,7 @@ public String name() { } /** - * Set the name value. + * Set gets name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the BackendAddressPoolInner object itself. @@ -125,7 +125,7 @@ public BackendAddressPoolInner withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -134,7 +134,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the BackendAddressPoolInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/BgpPeerStatusListResultInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/BgpPeerStatusListResultInner.java index ae3fa9c0374c..9ccbf837a14b 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/BgpPeerStatusListResultInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/BgpPeerStatusListResultInner.java @@ -23,7 +23,7 @@ public class BgpPeerStatusListResultInner { private List value; /** - * Get the value value. + * Get list of BGP peers. * * @return the value value */ @@ -32,7 +32,7 @@ public List value() { } /** - * Set the value value. + * Set list of BGP peers. * * @param value the value value to set * @return the BgpPeerStatusListResultInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/BgpServiceCommunityInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/BgpServiceCommunityInner.java index a51ef76b0140..d5be5b2c56bf 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/BgpServiceCommunityInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/BgpServiceCommunityInner.java @@ -40,7 +40,7 @@ public class BgpServiceCommunityInner extends Resource { private String id; /** - * Get the serviceName value. + * Get the name of the bgp community. e.g. Skype. * * @return the serviceName value */ @@ -49,7 +49,7 @@ public String serviceName() { } /** - * Set the serviceName value. + * Set the name of the bgp community. e.g. Skype. * * @param serviceName the serviceName value to set * @return the BgpServiceCommunityInner object itself. @@ -60,7 +60,7 @@ public BgpServiceCommunityInner withServiceName(String serviceName) { } /** - * Get the bgpCommunities value. + * Get get a list of bgp communities. * * @return the bgpCommunities value */ @@ -69,7 +69,7 @@ public List bgpCommunities() { } /** - * Set the bgpCommunities value. + * Set get a list of bgp communities. * * @param bgpCommunities the bgpCommunities value to set * @return the BgpServiceCommunityInner object itself. @@ -80,7 +80,7 @@ public BgpServiceCommunityInner withBgpCommunities(List bgpCommuni } /** - * Get the id value. + * Get resource ID. * * @return the id value */ @@ -89,7 +89,7 @@ public String id() { } /** - * Set the id value. + * Set resource ID. * * @param id the id value to set * @return the BgpServiceCommunityInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectionMonitorInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectionMonitorInner.java index 470329a5a56e..e38ddffa9a51 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectionMonitorInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectionMonitorInner.java @@ -57,7 +57,7 @@ public class ConnectionMonitorInner { private Integer monitoringIntervalInSeconds; /** - * Get the location value. + * Get connection monitor location. * * @return the location value */ @@ -66,7 +66,7 @@ public String location() { } /** - * Set the location value. + * Set connection monitor location. * * @param location the location value to set * @return the ConnectionMonitorInner object itself. @@ -77,7 +77,7 @@ public ConnectionMonitorInner withLocation(String location) { } /** - * Get the tags value. + * Get connection monitor tags. * * @return the tags value */ @@ -86,7 +86,7 @@ public Map tags() { } /** - * Set the tags value. + * Set connection monitor tags. * * @param tags the tags value to set * @return the ConnectionMonitorInner object itself. @@ -137,7 +137,7 @@ public ConnectionMonitorInner withDestination(ConnectionMonitorDestination desti } /** - * Get the autoStart value. + * Get determines if the connection monitor will start automatically once created. * * @return the autoStart value */ @@ -146,7 +146,7 @@ public Boolean autoStart() { } /** - * Set the autoStart value. + * Set determines if the connection monitor will start automatically once created. * * @param autoStart the autoStart value to set * @return the ConnectionMonitorInner object itself. @@ -157,7 +157,7 @@ public ConnectionMonitorInner withAutoStart(Boolean autoStart) { } /** - * Get the monitoringIntervalInSeconds value. + * Get monitoring interval in seconds. * * @return the monitoringIntervalInSeconds value */ @@ -166,7 +166,7 @@ public Integer monitoringIntervalInSeconds() { } /** - * Set the monitoringIntervalInSeconds value. + * Set monitoring interval in seconds. * * @param monitoringIntervalInSeconds the monitoringIntervalInSeconds value to set * @return the ConnectionMonitorInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectionMonitorQueryResultInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectionMonitorQueryResultInner.java index 01cc1d9c0fd2..689fbea40403 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectionMonitorQueryResultInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectionMonitorQueryResultInner.java @@ -31,7 +31,7 @@ public class ConnectionMonitorQueryResultInner { private List states; /** - * Get the sourceStatus value. + * Get status of connection monitor source. Possible values include: 'Uknown', 'Active', 'Inactive'. * * @return the sourceStatus value */ @@ -40,7 +40,7 @@ public ConnectionMonitorSourceStatus sourceStatus() { } /** - * Set the sourceStatus value. + * Set status of connection monitor source. Possible values include: 'Uknown', 'Active', 'Inactive'. * * @param sourceStatus the sourceStatus value to set * @return the ConnectionMonitorQueryResultInner object itself. @@ -51,7 +51,7 @@ public ConnectionMonitorQueryResultInner withSourceStatus(ConnectionMonitorSourc } /** - * Get the states value. + * Get information about connection states. * * @return the states value */ @@ -60,7 +60,7 @@ public List states() { } /** - * Set the states value. + * Set information about connection states. * * @param states the states value to set * @return the ConnectionMonitorQueryResultInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectionMonitorResultInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectionMonitorResultInner.java index 1a377e5950d1..669aefe756ef 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectionMonitorResultInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectionMonitorResultInner.java @@ -132,7 +132,7 @@ public ConnectionMonitorResultInner withDestination(ConnectionMonitorDestination } /** - * Get the autoStart value. + * Get determines if the connection monitor will start automatically once created. * * @return the autoStart value */ @@ -141,7 +141,7 @@ public Boolean autoStart() { } /** - * Set the autoStart value. + * Set determines if the connection monitor will start automatically once created. * * @param autoStart the autoStart value to set * @return the ConnectionMonitorResultInner object itself. @@ -152,7 +152,7 @@ public ConnectionMonitorResultInner withAutoStart(Boolean autoStart) { } /** - * Get the monitoringIntervalInSeconds value. + * Get monitoring interval in seconds. * * @return the monitoringIntervalInSeconds value */ @@ -161,7 +161,7 @@ public Integer monitoringIntervalInSeconds() { } /** - * Set the monitoringIntervalInSeconds value. + * Set monitoring interval in seconds. * * @param monitoringIntervalInSeconds the monitoringIntervalInSeconds value to set * @return the ConnectionMonitorResultInner object itself. @@ -172,7 +172,7 @@ public ConnectionMonitorResultInner withMonitoringIntervalInSeconds(Integer moni } /** - * Get the provisioningState value. + * Get the provisioning state of the connection monitor. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'. * * @return the provisioningState value */ @@ -181,7 +181,7 @@ public ProvisioningState provisioningState() { } /** - * Set the provisioningState value. + * Set the provisioning state of the connection monitor. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'. * * @param provisioningState the provisioningState value to set * @return the ConnectionMonitorResultInner object itself. @@ -192,7 +192,7 @@ public ConnectionMonitorResultInner withProvisioningState(ProvisioningState prov } /** - * Get the startTime value. + * Get the date and time when the connection monitor was started. * * @return the startTime value */ @@ -201,7 +201,7 @@ public DateTime startTime() { } /** - * Set the startTime value. + * Set the date and time when the connection monitor was started. * * @param startTime the startTime value to set * @return the ConnectionMonitorResultInner object itself. @@ -212,7 +212,7 @@ public ConnectionMonitorResultInner withStartTime(DateTime startTime) { } /** - * Get the monitoringStatus value. + * Get the monitoring status of the connection monitor. * * @return the monitoringStatus value */ @@ -221,7 +221,7 @@ public String monitoringStatus() { } /** - * Set the monitoringStatus value. + * Set the monitoring status of the connection monitor. * * @param monitoringStatus the monitoringStatus value to set * @return the ConnectionMonitorResultInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectionResetSharedKeyInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectionResetSharedKeyInner.java index 96d410dc400d..01ef4d28f657 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectionResetSharedKeyInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectionResetSharedKeyInner.java @@ -22,7 +22,7 @@ public class ConnectionResetSharedKeyInner { private int keyLength; /** - * Get the keyLength value. + * Get the virtual network connection reset shared key length, should between 1 and 128. * * @return the keyLength value */ @@ -31,7 +31,7 @@ public int keyLength() { } /** - * Set the keyLength value. + * Set the virtual network connection reset shared key length, should between 1 and 128. * * @param keyLength the keyLength value to set * @return the ConnectionResetSharedKeyInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectionSharedKeyInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectionSharedKeyInner.java index aa4b9ec8bafc..69e69bf24717 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectionSharedKeyInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectionSharedKeyInner.java @@ -21,7 +21,7 @@ public class ConnectionSharedKeyInner { private String value; /** - * Get the value value. + * Get the virtual network connection shared key value. * * @return the value value */ @@ -30,7 +30,7 @@ public String value() { } /** - * Set the value value. + * Set the virtual network connection shared key value. * * @param value the value value to set * @return the ConnectionSharedKeyInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectivityInformationInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectivityInformationInner.java index d7a61e3a954e..3e975c833b0f 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectivityInformationInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ConnectivityInformationInner.java @@ -61,7 +61,7 @@ public class ConnectivityInformationInner { private Integer probesFailed; /** - * Get the hops value. + * Get list of hops between the source and the destination. * * @return the hops value */ @@ -70,7 +70,7 @@ public List hops() { } /** - * Get the connectionStatus value. + * Get the connection status. Possible values include: 'Unknown', 'Connected', 'Disconnected', 'Degraded'. * * @return the connectionStatus value */ @@ -79,7 +79,7 @@ public ConnectionStatus connectionStatus() { } /** - * Get the avgLatencyInMs value. + * Get average latency in milliseconds. * * @return the avgLatencyInMs value */ @@ -88,7 +88,7 @@ public Integer avgLatencyInMs() { } /** - * Get the minLatencyInMs value. + * Get minimum latency in milliseconds. * * @return the minLatencyInMs value */ @@ -97,7 +97,7 @@ public Integer minLatencyInMs() { } /** - * Get the maxLatencyInMs value. + * Get maximum latency in milliseconds. * * @return the maxLatencyInMs value */ @@ -106,7 +106,7 @@ public Integer maxLatencyInMs() { } /** - * Get the probesSent value. + * Get total number of probes sent. * * @return the probesSent value */ @@ -115,7 +115,7 @@ public Integer probesSent() { } /** - * Get the probesFailed value. + * Get number of failed probes. * * @return the probesFailed value */ diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/DdosProtectionPlanInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/DdosProtectionPlanInner.java index f1457f93125b..d0ed0849ff63 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/DdosProtectionPlanInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/DdosProtectionPlanInner.java @@ -48,7 +48,7 @@ public class DdosProtectionPlanInner extends Resource { private String etag; /** - * Get the resourceGuid value. + * Get the resource GUID property of the DDoS protection plan resource. It uniquely identifies the resource, even if the user changes its name or migrate the resource across subscriptions or resource groups. * * @return the resourceGuid value */ @@ -57,7 +57,7 @@ public String resourceGuid() { } /** - * Get the provisioningState value. + * Get the provisioning state of the DDoS protection plan resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -66,7 +66,7 @@ public String provisioningState() { } /** - * Get the virtualNetworks value. + * Get the list of virtual networks associated with the DDoS protection plan resource. This list is read-only. * * @return the virtualNetworks value */ @@ -75,7 +75,7 @@ public List virtualNetworks() { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/DnsNameAvailabilityResultInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/DnsNameAvailabilityResultInner.java index d20411193bfd..78cb1415b019 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/DnsNameAvailabilityResultInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/DnsNameAvailabilityResultInner.java @@ -21,7 +21,7 @@ public class DnsNameAvailabilityResultInner { private Boolean available; /** - * Get the available value. + * Get domain availability (True/False). * * @return the available value */ @@ -30,7 +30,7 @@ public Boolean available() { } /** - * Set the available value. + * Set domain availability (True/False). * * @param available the available value to set * @return the DnsNameAvailabilityResultInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/EffectiveNetworkSecurityGroupListResultInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/EffectiveNetworkSecurityGroupListResultInner.java index aed12bcb1a7e..0969f0956e1e 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/EffectiveNetworkSecurityGroupListResultInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/EffectiveNetworkSecurityGroupListResultInner.java @@ -29,7 +29,7 @@ public class EffectiveNetworkSecurityGroupListResultInner { private String nextLink; /** - * Get the value value. + * Get a list of effective network security groups. * * @return the value value */ @@ -38,7 +38,7 @@ public List value() { } /** - * Set the value value. + * Set a list of effective network security groups. * * @param value the value value to set * @return the EffectiveNetworkSecurityGroupListResultInner object itself. @@ -49,7 +49,7 @@ public EffectiveNetworkSecurityGroupListResultInner withValue(List value() { } /** - * Set the value value. + * Set a list of effective routes. * * @param value the value value to set * @return the EffectiveRouteListResultInner object itself. @@ -49,7 +49,7 @@ public EffectiveRouteListResultInner withValue(List value) { } /** - * Get the nextLink value. + * Get the URL to get the next set of results. * * @return the nextLink value */ diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/EndpointServiceResultInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/EndpointServiceResultInner.java index 492ad9059924..7cf446645ef3 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/EndpointServiceResultInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/EndpointServiceResultInner.java @@ -28,7 +28,7 @@ public class EndpointServiceResultInner extends SubResource { private String type; /** - * Get the name value. + * Get name of the endpoint service. * * @return the name value */ @@ -37,7 +37,7 @@ public String name() { } /** - * Get the type value. + * Get type of the endpoint service. * * @return the type value */ diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ExpressRouteCircuitAuthorizationInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ExpressRouteCircuitAuthorizationInner.java index abde44fd2500..a20ae1db1a07 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ExpressRouteCircuitAuthorizationInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ExpressRouteCircuitAuthorizationInner.java @@ -52,7 +52,7 @@ public class ExpressRouteCircuitAuthorizationInner extends SubResource { private String etag; /** - * Get the authorizationKey value. + * Get the authorization key. * * @return the authorizationKey value */ @@ -61,7 +61,7 @@ public String authorizationKey() { } /** - * Set the authorizationKey value. + * Set the authorization key. * * @param authorizationKey the authorizationKey value to set * @return the ExpressRouteCircuitAuthorizationInner object itself. @@ -72,7 +72,7 @@ public ExpressRouteCircuitAuthorizationInner withAuthorizationKey(String authori } /** - * Get the authorizationUseStatus value. + * Get authorizationUseStatus. Possible values are: 'Available' and 'InUse'. Possible values include: 'Available', 'InUse'. * * @return the authorizationUseStatus value */ @@ -81,7 +81,7 @@ public AuthorizationUseStatus authorizationUseStatus() { } /** - * Set the authorizationUseStatus value. + * Set authorizationUseStatus. Possible values are: 'Available' and 'InUse'. Possible values include: 'Available', 'InUse'. * * @param authorizationUseStatus the authorizationUseStatus value to set * @return the ExpressRouteCircuitAuthorizationInner object itself. @@ -92,7 +92,7 @@ public ExpressRouteCircuitAuthorizationInner withAuthorizationUseStatus(Authoriz } /** - * Get the provisioningState value. + * Get gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -101,7 +101,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the ExpressRouteCircuitAuthorizationInner object itself. @@ -112,7 +112,7 @@ public ExpressRouteCircuitAuthorizationInner withProvisioningState(String provis } /** - * Get the name value. + * Get gets name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -121,7 +121,7 @@ public String name() { } /** - * Set the name value. + * Set gets name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the ExpressRouteCircuitAuthorizationInner object itself. @@ -132,7 +132,7 @@ public ExpressRouteCircuitAuthorizationInner withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ExpressRouteCircuitConnectionInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ExpressRouteCircuitConnectionInner.java index 677b75f072ea..657e9042e872 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ExpressRouteCircuitConnectionInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ExpressRouteCircuitConnectionInner.java @@ -73,7 +73,7 @@ public class ExpressRouteCircuitConnectionInner extends SubResource { private String etag; /** - * Get the expressRouteCircuitPeering value. + * Get reference to Express Route Circuit Private Peering Resource of the circuit initiating connection. * * @return the expressRouteCircuitPeering value */ @@ -82,7 +82,7 @@ public SubResource expressRouteCircuitPeering() { } /** - * Set the expressRouteCircuitPeering value. + * Set reference to Express Route Circuit Private Peering Resource of the circuit initiating connection. * * @param expressRouteCircuitPeering the expressRouteCircuitPeering value to set * @return the ExpressRouteCircuitConnectionInner object itself. @@ -93,7 +93,7 @@ public ExpressRouteCircuitConnectionInner withExpressRouteCircuitPeering(SubReso } /** - * Get the peerExpressRouteCircuitPeering value. + * Get reference to Express Route Circuit Private Peering Resource of the peered circuit. * * @return the peerExpressRouteCircuitPeering value */ @@ -102,7 +102,7 @@ public SubResource peerExpressRouteCircuitPeering() { } /** - * Set the peerExpressRouteCircuitPeering value. + * Set reference to Express Route Circuit Private Peering Resource of the peered circuit. * * @param peerExpressRouteCircuitPeering the peerExpressRouteCircuitPeering value to set * @return the ExpressRouteCircuitConnectionInner object itself. @@ -113,7 +113,7 @@ public ExpressRouteCircuitConnectionInner withPeerExpressRouteCircuitPeering(Sub } /** - * Get the addressPrefix value. + * Get /29 IP address space to carve out Customer addresses for tunnels. * * @return the addressPrefix value */ @@ -122,7 +122,7 @@ public String addressPrefix() { } /** - * Set the addressPrefix value. + * Set /29 IP address space to carve out Customer addresses for tunnels. * * @param addressPrefix the addressPrefix value to set * @return the ExpressRouteCircuitConnectionInner object itself. @@ -133,7 +133,7 @@ public ExpressRouteCircuitConnectionInner withAddressPrefix(String addressPrefix } /** - * Get the authorizationKey value. + * Get the authorization key. * * @return the authorizationKey value */ @@ -142,7 +142,7 @@ public String authorizationKey() { } /** - * Set the authorizationKey value. + * Set the authorization key. * * @param authorizationKey the authorizationKey value to set * @return the ExpressRouteCircuitConnectionInner object itself. @@ -153,7 +153,7 @@ public ExpressRouteCircuitConnectionInner withAuthorizationKey(String authorizat } /** - * Get the circuitConnectionStatus value. + * Get express Route Circuit Connection State. Possible values are: 'Connected' and 'Disconnected'. Possible values include: 'Connected', 'Connecting', 'Disconnected'. * * @return the circuitConnectionStatus value */ @@ -162,7 +162,7 @@ public CircuitConnectionStatus circuitConnectionStatus() { } /** - * Get the provisioningState value. + * Get provisioning state of the circuit connection resource. Possible values are: 'Succeded', 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -171,7 +171,7 @@ public String provisioningState() { } /** - * Get the name value. + * Get gets name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -180,7 +180,7 @@ public String name() { } /** - * Set the name value. + * Set gets name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the ExpressRouteCircuitConnectionInner object itself. @@ -191,7 +191,7 @@ public ExpressRouteCircuitConnectionInner withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ExpressRouteCircuitInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ExpressRouteCircuitInner.java index 933a65ee4bbd..68c93ae9bf91 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ExpressRouteCircuitInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ExpressRouteCircuitInner.java @@ -107,7 +107,7 @@ public class ExpressRouteCircuitInner extends Resource { private String id; /** - * Get the sku value. + * Get the SKU. * * @return the sku value */ @@ -116,7 +116,7 @@ public ExpressRouteCircuitSku sku() { } /** - * Set the sku value. + * Set the SKU. * * @param sku the sku value to set * @return the ExpressRouteCircuitInner object itself. @@ -127,7 +127,7 @@ public ExpressRouteCircuitInner withSku(ExpressRouteCircuitSku sku) { } /** - * Get the allowClassicOperations value. + * Get allow classic operations. * * @return the allowClassicOperations value */ @@ -136,7 +136,7 @@ public Boolean allowClassicOperations() { } /** - * Set the allowClassicOperations value. + * Set allow classic operations. * * @param allowClassicOperations the allowClassicOperations value to set * @return the ExpressRouteCircuitInner object itself. @@ -147,7 +147,7 @@ public ExpressRouteCircuitInner withAllowClassicOperations(Boolean allowClassicO } /** - * Get the circuitProvisioningState value. + * Get the CircuitProvisioningState state of the resource. * * @return the circuitProvisioningState value */ @@ -156,7 +156,7 @@ public String circuitProvisioningState() { } /** - * Set the circuitProvisioningState value. + * Set the CircuitProvisioningState state of the resource. * * @param circuitProvisioningState the circuitProvisioningState value to set * @return the ExpressRouteCircuitInner object itself. @@ -167,7 +167,7 @@ public ExpressRouteCircuitInner withCircuitProvisioningState(String circuitProvi } /** - * Get the serviceProviderProvisioningState value. + * Get the ServiceProviderProvisioningState state of the resource. Possible values are 'NotProvisioned', 'Provisioning', 'Provisioned', and 'Deprovisioning'. Possible values include: 'NotProvisioned', 'Provisioning', 'Provisioned', 'Deprovisioning'. * * @return the serviceProviderProvisioningState value */ @@ -176,7 +176,7 @@ public ServiceProviderProvisioningState serviceProviderProvisioningState() { } /** - * Set the serviceProviderProvisioningState value. + * Set the ServiceProviderProvisioningState state of the resource. Possible values are 'NotProvisioned', 'Provisioning', 'Provisioned', and 'Deprovisioning'. Possible values include: 'NotProvisioned', 'Provisioning', 'Provisioned', 'Deprovisioning'. * * @param serviceProviderProvisioningState the serviceProviderProvisioningState value to set * @return the ExpressRouteCircuitInner object itself. @@ -187,7 +187,7 @@ public ExpressRouteCircuitInner withServiceProviderProvisioningState(ServiceProv } /** - * Get the authorizations value. + * Get the list of authorizations. * * @return the authorizations value */ @@ -196,7 +196,7 @@ public List authorizations() { } /** - * Set the authorizations value. + * Set the list of authorizations. * * @param authorizations the authorizations value to set * @return the ExpressRouteCircuitInner object itself. @@ -207,7 +207,7 @@ public ExpressRouteCircuitInner withAuthorizations(List peerings() { } /** - * Set the peerings value. + * Set the list of peerings. * * @param peerings the peerings value to set * @return the ExpressRouteCircuitInner object itself. @@ -227,7 +227,7 @@ public ExpressRouteCircuitInner withPeerings(List connections() { } /** - * Set the connections value. + * Set the list of circuit connections associated with Azure Private Peering for this circuit. * * @param connections the connections value to set * @return the ExpressRouteCircuitPeeringInner object itself. @@ -507,7 +507,7 @@ public ExpressRouteCircuitPeeringInner withConnections(List value() { } /** - * Set the value value. + * Set gets list of the ARP table. * * @param value the value value to set * @return the ExpressRouteCircuitsArpTableListResultInner object itself. @@ -49,7 +49,7 @@ public ExpressRouteCircuitsArpTableListResultInner withValue(List value() { } /** - * Set the value value. + * Set the list of routes table. * * @param value the value value to set * @return the ExpressRouteCircuitsRoutesTableListResultInner object itself. @@ -49,7 +49,7 @@ public ExpressRouteCircuitsRoutesTableListResultInner withValue(List value() { } /** - * Set the value value. + * Set a list of the routes table. * * @param value the value value to set * @return the ExpressRouteCircuitsRoutesTableSummaryListResultInner object itself. @@ -49,7 +49,7 @@ public ExpressRouteCircuitsRoutesTableSummaryListResultInner withValue(List peerings() { } /** - * Set the peerings value. + * Set the list of peerings. * * @param peerings the peerings value to set * @return the ExpressRouteCrossConnectionInner object itself. @@ -256,7 +256,7 @@ public ExpressRouteCrossConnectionInner withPeerings(List value() { } /** - * Set the value value. + * Set a list of the routes table. * * @param value the value value to set * @return the ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner object itself. @@ -50,7 +50,7 @@ public ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner withValue(L } /** - * Get the nextLink value. + * Get the URL to get the next set of results. * * @return the nextLink value */ diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ExpressRouteServiceProviderInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ExpressRouteServiceProviderInner.java index 28a19fca45bc..e93c926687ec 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ExpressRouteServiceProviderInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ExpressRouteServiceProviderInner.java @@ -46,7 +46,7 @@ public class ExpressRouteServiceProviderInner extends Resource { private String id; /** - * Get the peeringLocations value. + * Get get a list of peering locations. * * @return the peeringLocations value */ @@ -55,7 +55,7 @@ public List peeringLocations() { } /** - * Set the peeringLocations value. + * Set get a list of peering locations. * * @param peeringLocations the peeringLocations value to set * @return the ExpressRouteServiceProviderInner object itself. @@ -66,7 +66,7 @@ public ExpressRouteServiceProviderInner withPeeringLocations(List peerin } /** - * Get the bandwidthsOffered value. + * Get gets bandwidths offered. * * @return the bandwidthsOffered value */ @@ -75,7 +75,7 @@ public List bandwidthsOffered() { } /** - * Set the bandwidthsOffered value. + * Set gets bandwidths offered. * * @param bandwidthsOffered the bandwidthsOffered value to set * @return the ExpressRouteServiceProviderInner object itself. @@ -86,7 +86,7 @@ public ExpressRouteServiceProviderInner withBandwidthsOffered(List zones; /** - * Get the inboundNatRules value. + * Get read only. Inbound rules URIs that use this frontend IP. * * @return the inboundNatRules value */ @@ -105,7 +105,7 @@ public List inboundNatRules() { } /** - * Get the inboundNatPools value. + * Get read only. Inbound pools URIs that use this frontend IP. * * @return the inboundNatPools value */ @@ -114,7 +114,7 @@ public List inboundNatPools() { } /** - * Get the outboundNatRules value. + * Get read only. Outbound rules URIs that use this frontend IP. * * @return the outboundNatRules value */ @@ -123,7 +123,7 @@ public List outboundNatRules() { } /** - * Get the loadBalancingRules value. + * Get gets load balancing rules URIs that use this frontend IP. * * @return the loadBalancingRules value */ @@ -132,7 +132,7 @@ public List loadBalancingRules() { } /** - * Get the privateIPAddress value. + * Get the private IP address of the IP configuration. * * @return the privateIPAddress value */ @@ -141,7 +141,7 @@ public String privateIPAddress() { } /** - * Set the privateIPAddress value. + * Set the private IP address of the IP configuration. * * @param privateIPAddress the privateIPAddress value to set * @return the FrontendIPConfigurationInner object itself. @@ -152,7 +152,7 @@ public FrontendIPConfigurationInner withPrivateIPAddress(String privateIPAddress } /** - * Get the privateIPAllocationMethod value. + * Get the Private IP allocation method. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'. * * @return the privateIPAllocationMethod value */ @@ -161,7 +161,7 @@ public IPAllocationMethod privateIPAllocationMethod() { } /** - * Set the privateIPAllocationMethod value. + * Set the Private IP allocation method. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'. * * @param privateIPAllocationMethod the privateIPAllocationMethod value to set * @return the FrontendIPConfigurationInner object itself. @@ -172,7 +172,7 @@ public FrontendIPConfigurationInner withPrivateIPAllocationMethod(IPAllocationMe } /** - * Get the subnet value. + * Get the reference of the subnet resource. * * @return the subnet value */ @@ -181,7 +181,7 @@ public SubnetInner subnet() { } /** - * Set the subnet value. + * Set the reference of the subnet resource. * * @param subnet the subnet value to set * @return the FrontendIPConfigurationInner object itself. @@ -192,7 +192,7 @@ public FrontendIPConfigurationInner withSubnet(SubnetInner subnet) { } /** - * Get the publicIPAddress value. + * Get the reference of the Public IP resource. * * @return the publicIPAddress value */ @@ -201,7 +201,7 @@ public PublicIPAddressInner publicIPAddress() { } /** - * Set the publicIPAddress value. + * Set the reference of the Public IP resource. * * @param publicIPAddress the publicIPAddress value to set * @return the FrontendIPConfigurationInner object itself. @@ -212,7 +212,7 @@ public FrontendIPConfigurationInner withPublicIPAddress(PublicIPAddressInner pub } /** - * Get the provisioningState value. + * Get gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -221,7 +221,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the FrontendIPConfigurationInner object itself. @@ -232,7 +232,7 @@ public FrontendIPConfigurationInner withProvisioningState(String provisioningSta } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -241,7 +241,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the FrontendIPConfigurationInner object itself. @@ -252,7 +252,7 @@ public FrontendIPConfigurationInner withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -261,7 +261,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the FrontendIPConfigurationInner object itself. @@ -272,7 +272,7 @@ public FrontendIPConfigurationInner withEtag(String etag) { } /** - * Get the zones value. + * Get a list of availability zones denoting the IP allocated for the resource needs to come from. * * @return the zones value */ @@ -281,7 +281,7 @@ public List zones() { } /** - * Set the zones value. + * Set a list of availability zones denoting the IP allocated for the resource needs to come from. * * @param zones the zones value to set * @return the FrontendIPConfigurationInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/GatewayRouteListResultInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/GatewayRouteListResultInner.java index 1e75fc2b3bcd..60c59e715578 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/GatewayRouteListResultInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/GatewayRouteListResultInner.java @@ -23,7 +23,7 @@ public class GatewayRouteListResultInner { private List value; /** - * Get the value value. + * Get list of gateway routes. * * @return the value value */ @@ -32,7 +32,7 @@ public List value() { } /** - * Set the value value. + * Set list of gateway routes. * * @param value the value value to set * @return the GatewayRouteListResultInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/IPAddressAvailabilityResultInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/IPAddressAvailabilityResultInner.java index 9c3babbdbc51..440408ee50a4 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/IPAddressAvailabilityResultInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/IPAddressAvailabilityResultInner.java @@ -29,7 +29,7 @@ public class IPAddressAvailabilityResultInner { private List availableIPAddresses; /** - * Get the available value. + * Get private IP address availability. * * @return the available value */ @@ -38,7 +38,7 @@ public Boolean available() { } /** - * Set the available value. + * Set private IP address availability. * * @param available the available value to set * @return the IPAddressAvailabilityResultInner object itself. @@ -49,7 +49,7 @@ public IPAddressAvailabilityResultInner withAvailable(Boolean available) { } /** - * Get the availableIPAddresses value. + * Get contains other available private IP addresses if the asked for address is taken. * * @return the availableIPAddresses value */ @@ -58,7 +58,7 @@ public List availableIPAddresses() { } /** - * Set the availableIPAddresses value. + * Set contains other available private IP addresses if the asked for address is taken. * * @param availableIPAddresses the availableIPAddresses value to set * @return the IPAddressAvailabilityResultInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/InboundNatRuleInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/InboundNatRuleInner.java index bb05230a01bb..def8d018f921 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/InboundNatRuleInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/InboundNatRuleInner.java @@ -91,7 +91,7 @@ public class InboundNatRuleInner extends SubResource { private String etag; /** - * Get the frontendIPConfiguration value. + * Get a reference to frontend IP addresses. * * @return the frontendIPConfiguration value */ @@ -100,7 +100,7 @@ public SubResource frontendIPConfiguration() { } /** - * Set the frontendIPConfiguration value. + * Set a reference to frontend IP addresses. * * @param frontendIPConfiguration the frontendIPConfiguration value to set * @return the InboundNatRuleInner object itself. @@ -111,7 +111,7 @@ public InboundNatRuleInner withFrontendIPConfiguration(SubResource frontendIPCon } /** - * Get the backendIPConfiguration value. + * Get a reference to a private IP address defined on a network interface of a VM. Traffic sent to the frontend port of each of the frontend IP configurations is forwarded to the backend IP. * * @return the backendIPConfiguration value */ @@ -120,7 +120,7 @@ public NetworkInterfaceIPConfigurationInner backendIPConfiguration() { } /** - * Get the protocol value. + * Get possible values include: 'Udp', 'Tcp', 'All'. * * @return the protocol value */ @@ -129,7 +129,7 @@ public TransportProtocol protocol() { } /** - * Set the protocol value. + * Set possible values include: 'Udp', 'Tcp', 'All'. * * @param protocol the protocol value to set * @return the InboundNatRuleInner object itself. @@ -140,7 +140,7 @@ public InboundNatRuleInner withProtocol(TransportProtocol protocol) { } /** - * Get the frontendPort value. + * Get the port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values range from 1 to 65534. * * @return the frontendPort value */ @@ -149,7 +149,7 @@ public Integer frontendPort() { } /** - * Set the frontendPort value. + * Set the port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values range from 1 to 65534. * * @param frontendPort the frontendPort value to set * @return the InboundNatRuleInner object itself. @@ -160,7 +160,7 @@ public InboundNatRuleInner withFrontendPort(Integer frontendPort) { } /** - * Get the backendPort value. + * Get the port used for the internal endpoint. Acceptable values range from 1 to 65535. * * @return the backendPort value */ @@ -169,7 +169,7 @@ public Integer backendPort() { } /** - * Set the backendPort value. + * Set the port used for the internal endpoint. Acceptable values range from 1 to 65535. * * @param backendPort the backendPort value to set * @return the InboundNatRuleInner object itself. @@ -180,7 +180,7 @@ public InboundNatRuleInner withBackendPort(Integer backendPort) { } /** - * Get the idleTimeoutInMinutes value. + * Get the timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP. * * @return the idleTimeoutInMinutes value */ @@ -189,7 +189,7 @@ public Integer idleTimeoutInMinutes() { } /** - * Set the idleTimeoutInMinutes value. + * Set the timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP. * * @param idleTimeoutInMinutes the idleTimeoutInMinutes value to set * @return the InboundNatRuleInner object itself. @@ -200,7 +200,7 @@ public InboundNatRuleInner withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes } /** - * Get the enableFloatingIP value. + * Get configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group. This setting is required when using the SQL AlwaysOn Availability Groups in SQL server. This setting can't be changed after you create the endpoint. * * @return the enableFloatingIP value */ @@ -209,7 +209,7 @@ public Boolean enableFloatingIP() { } /** - * Set the enableFloatingIP value. + * Set configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group. This setting is required when using the SQL AlwaysOn Availability Groups in SQL server. This setting can't be changed after you create the endpoint. * * @param enableFloatingIP the enableFloatingIP value to set * @return the InboundNatRuleInner object itself. @@ -220,7 +220,7 @@ public InboundNatRuleInner withEnableFloatingIP(Boolean enableFloatingIP) { } /** - * Get the provisioningState value. + * Get gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -229,7 +229,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the InboundNatRuleInner object itself. @@ -240,7 +240,7 @@ public InboundNatRuleInner withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get gets name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -249,7 +249,7 @@ public String name() { } /** - * Set the name value. + * Set gets name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the InboundNatRuleInner object itself. @@ -260,7 +260,7 @@ public InboundNatRuleInner withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -269,7 +269,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the InboundNatRuleInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/LoadBalancerInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/LoadBalancerInner.java index d01d6a99d31b..fed18946fc1d 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/LoadBalancerInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/LoadBalancerInner.java @@ -110,7 +110,7 @@ public class LoadBalancerInner extends Resource { private String id; /** - * Get the sku value. + * Get the load balancer SKU. * * @return the sku value */ @@ -119,7 +119,7 @@ public LoadBalancerSku sku() { } /** - * Set the sku value. + * Set the load balancer SKU. * * @param sku the sku value to set * @return the LoadBalancerInner object itself. @@ -130,7 +130,7 @@ public LoadBalancerInner withSku(LoadBalancerSku sku) { } /** - * Get the frontendIPConfigurations value. + * Get object representing the frontend IPs to be used for the load balancer. * * @return the frontendIPConfigurations value */ @@ -139,7 +139,7 @@ public List frontendIPConfigurations() { } /** - * Set the frontendIPConfigurations value. + * Set object representing the frontend IPs to be used for the load balancer. * * @param frontendIPConfigurations the frontendIPConfigurations value to set * @return the LoadBalancerInner object itself. @@ -150,7 +150,7 @@ public LoadBalancerInner withFrontendIPConfigurations(List backendAddressPools() { } /** - * Set the backendAddressPools value. + * Set collection of backend address pools used by a load balancer. * * @param backendAddressPools the backendAddressPools value to set * @return the LoadBalancerInner object itself. @@ -170,7 +170,7 @@ public LoadBalancerInner withBackendAddressPools(List b } /** - * Get the loadBalancingRules value. + * Get object collection representing the load balancing rules Gets the provisioning. * * @return the loadBalancingRules value */ @@ -179,7 +179,7 @@ public List loadBalancingRules() { } /** - * Set the loadBalancingRules value. + * Set object collection representing the load balancing rules Gets the provisioning. * * @param loadBalancingRules the loadBalancingRules value to set * @return the LoadBalancerInner object itself. @@ -190,7 +190,7 @@ public LoadBalancerInner withLoadBalancingRules(List loa } /** - * Get the probes value. + * Get collection of probe objects used in the load balancer. * * @return the probes value */ @@ -199,7 +199,7 @@ public List probes() { } /** - * Set the probes value. + * Set collection of probe objects used in the load balancer. * * @param probes the probes value to set * @return the LoadBalancerInner object itself. @@ -210,7 +210,7 @@ public LoadBalancerInner withProbes(List probes) { } /** - * Get the inboundNatRules value. + * Get collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules. * * @return the inboundNatRules value */ @@ -219,7 +219,7 @@ public List inboundNatRules() { } /** - * Set the inboundNatRules value. + * Set collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules. * * @param inboundNatRules the inboundNatRules value to set * @return the LoadBalancerInner object itself. @@ -230,7 +230,7 @@ public LoadBalancerInner withInboundNatRules(List inboundNa } /** - * Get the inboundNatPools value. + * Get defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer. Inbound NAT rules are created automatically for each NIC associated with the Load Balancer using an external port from this range. Defining an Inbound NAT pool on your Load Balancer is mutually exclusive with defining inbound Nat rules. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an inbound NAT pool. They have to reference individual inbound NAT rules. * * @return the inboundNatPools value */ @@ -239,7 +239,7 @@ public List inboundNatPools() { } /** - * Set the inboundNatPools value. + * Set defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer. Inbound NAT rules are created automatically for each NIC associated with the Load Balancer using an external port from this range. Defining an Inbound NAT pool on your Load Balancer is mutually exclusive with defining inbound Nat rules. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an inbound NAT pool. They have to reference individual inbound NAT rules. * * @param inboundNatPools the inboundNatPools value to set * @return the LoadBalancerInner object itself. @@ -250,7 +250,7 @@ public LoadBalancerInner withInboundNatPools(List inboundNatPool } /** - * Get the outboundNatRules value. + * Get the outbound NAT rules. * * @return the outboundNatRules value */ @@ -259,7 +259,7 @@ public List outboundNatRules() { } /** - * Set the outboundNatRules value. + * Set the outbound NAT rules. * * @param outboundNatRules the outboundNatRules value to set * @return the LoadBalancerInner object itself. @@ -270,7 +270,7 @@ public LoadBalancerInner withOutboundNatRules(List outboundNatR } /** - * Get the resourceGuid value. + * Get the resource GUID property of the load balancer resource. * * @return the resourceGuid value */ @@ -279,7 +279,7 @@ public String resourceGuid() { } /** - * Set the resourceGuid value. + * Set the resource GUID property of the load balancer resource. * * @param resourceGuid the resourceGuid value to set * @return the LoadBalancerInner object itself. @@ -290,7 +290,7 @@ public LoadBalancerInner withResourceGuid(String resourceGuid) { } /** - * Get the provisioningState value. + * Get gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -299,7 +299,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the LoadBalancerInner object itself. @@ -310,7 +310,7 @@ public LoadBalancerInner withProvisioningState(String provisioningState) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -319,7 +319,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the LoadBalancerInner object itself. @@ -330,7 +330,7 @@ public LoadBalancerInner withEtag(String etag) { } /** - * Get the id value. + * Get resource ID. * * @return the id value */ @@ -339,7 +339,7 @@ public String id() { } /** - * Set the id value. + * Set resource ID. * * @param id the id value to set * @return the LoadBalancerInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/LoadBalancingRuleInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/LoadBalancingRuleInner.java index c85e93a450f4..fa91daefb852 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/LoadBalancingRuleInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/LoadBalancingRuleInner.java @@ -113,7 +113,7 @@ public class LoadBalancingRuleInner extends SubResource { private String etag; /** - * Get the frontendIPConfiguration value. + * Get a reference to frontend IP addresses. * * @return the frontendIPConfiguration value */ @@ -122,7 +122,7 @@ public SubResource frontendIPConfiguration() { } /** - * Set the frontendIPConfiguration value. + * Set a reference to frontend IP addresses. * * @param frontendIPConfiguration the frontendIPConfiguration value to set * @return the LoadBalancingRuleInner object itself. @@ -133,7 +133,7 @@ public LoadBalancingRuleInner withFrontendIPConfiguration(SubResource frontendIP } /** - * Get the backendAddressPool value. + * Get a reference to a pool of DIPs. Inbound traffic is randomly load balanced across IPs in the backend IPs. * * @return the backendAddressPool value */ @@ -142,7 +142,7 @@ public SubResource backendAddressPool() { } /** - * Set the backendAddressPool value. + * Set a reference to a pool of DIPs. Inbound traffic is randomly load balanced across IPs in the backend IPs. * * @param backendAddressPool the backendAddressPool value to set * @return the LoadBalancingRuleInner object itself. @@ -153,7 +153,7 @@ public LoadBalancingRuleInner withBackendAddressPool(SubResource backendAddressP } /** - * Get the probe value. + * Get the reference of the load balancer probe used by the load balancing rule. * * @return the probe value */ @@ -162,7 +162,7 @@ public SubResource probe() { } /** - * Set the probe value. + * Set the reference of the load balancer probe used by the load balancing rule. * * @param probe the probe value to set * @return the LoadBalancingRuleInner object itself. @@ -173,7 +173,7 @@ public LoadBalancingRuleInner withProbe(SubResource probe) { } /** - * Get the protocol value. + * Get possible values include: 'Udp', 'Tcp', 'All'. * * @return the protocol value */ @@ -182,7 +182,7 @@ public TransportProtocol protocol() { } /** - * Set the protocol value. + * Set possible values include: 'Udp', 'Tcp', 'All'. * * @param protocol the protocol value to set * @return the LoadBalancingRuleInner object itself. @@ -193,7 +193,7 @@ public LoadBalancingRuleInner withProtocol(TransportProtocol protocol) { } /** - * Get the loadDistribution value. + * Get the load distribution policy for this rule. Possible values are 'Default', 'SourceIP', and 'SourceIPProtocol'. Possible values include: 'Default', 'SourceIP', 'SourceIPProtocol'. * * @return the loadDistribution value */ @@ -202,7 +202,7 @@ public LoadDistribution loadDistribution() { } /** - * Set the loadDistribution value. + * Set the load distribution policy for this rule. Possible values are 'Default', 'SourceIP', and 'SourceIPProtocol'. Possible values include: 'Default', 'SourceIP', 'SourceIPProtocol'. * * @param loadDistribution the loadDistribution value to set * @return the LoadBalancingRuleInner object itself. @@ -213,7 +213,7 @@ public LoadBalancingRuleInner withLoadDistribution(LoadDistribution loadDistribu } /** - * Get the frontendPort value. + * Get the port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values are between 0 and 65534. Note that value 0 enables "Any Port". * * @return the frontendPort value */ @@ -222,7 +222,7 @@ public int frontendPort() { } /** - * Set the frontendPort value. + * Set the port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values are between 0 and 65534. Note that value 0 enables "Any Port". * * @param frontendPort the frontendPort value to set * @return the LoadBalancingRuleInner object itself. @@ -233,7 +233,7 @@ public LoadBalancingRuleInner withFrontendPort(int frontendPort) { } /** - * Get the backendPort value. + * Get the port used for internal connections on the endpoint. Acceptable values are between 0 and 65535. Note that value 0 enables "Any Port". * * @return the backendPort value */ @@ -242,7 +242,7 @@ public Integer backendPort() { } /** - * Set the backendPort value. + * Set the port used for internal connections on the endpoint. Acceptable values are between 0 and 65535. Note that value 0 enables "Any Port". * * @param backendPort the backendPort value to set * @return the LoadBalancingRuleInner object itself. @@ -253,7 +253,7 @@ public LoadBalancingRuleInner withBackendPort(Integer backendPort) { } /** - * Get the idleTimeoutInMinutes value. + * Get the timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP. * * @return the idleTimeoutInMinutes value */ @@ -262,7 +262,7 @@ public Integer idleTimeoutInMinutes() { } /** - * Set the idleTimeoutInMinutes value. + * Set the timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP. * * @param idleTimeoutInMinutes the idleTimeoutInMinutes value to set * @return the LoadBalancingRuleInner object itself. @@ -273,7 +273,7 @@ public LoadBalancingRuleInner withIdleTimeoutInMinutes(Integer idleTimeoutInMinu } /** - * Get the enableFloatingIP value. + * Get configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group. This setting is required when using the SQL AlwaysOn Availability Groups in SQL server. This setting can't be changed after you create the endpoint. * * @return the enableFloatingIP value */ @@ -282,7 +282,7 @@ public Boolean enableFloatingIP() { } /** - * Set the enableFloatingIP value. + * Set configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group. This setting is required when using the SQL AlwaysOn Availability Groups in SQL server. This setting can't be changed after you create the endpoint. * * @param enableFloatingIP the enableFloatingIP value to set * @return the LoadBalancingRuleInner object itself. @@ -293,7 +293,7 @@ public LoadBalancingRuleInner withEnableFloatingIP(Boolean enableFloatingIP) { } /** - * Get the disableOutboundSnat value. + * Get configures SNAT for the VMs in the backend pool to use the publicIP address specified in the frontend of the load balancing rule. * * @return the disableOutboundSnat value */ @@ -302,7 +302,7 @@ public Boolean disableOutboundSnat() { } /** - * Set the disableOutboundSnat value. + * Set configures SNAT for the VMs in the backend pool to use the publicIP address specified in the frontend of the load balancing rule. * * @param disableOutboundSnat the disableOutboundSnat value to set * @return the LoadBalancingRuleInner object itself. @@ -313,7 +313,7 @@ public LoadBalancingRuleInner withDisableOutboundSnat(Boolean disableOutboundSna } /** - * Get the provisioningState value. + * Get gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -322,7 +322,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the LoadBalancingRuleInner object itself. @@ -333,7 +333,7 @@ public LoadBalancingRuleInner withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -342,7 +342,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the LoadBalancingRuleInner object itself. @@ -353,7 +353,7 @@ public LoadBalancingRuleInner withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -362,7 +362,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the LoadBalancingRuleInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/LocalNetworkGatewayInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/LocalNetworkGatewayInner.java index dfe4d89a0c2a..4b5ef03e868b 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/LocalNetworkGatewayInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/LocalNetworkGatewayInner.java @@ -65,7 +65,7 @@ public class LocalNetworkGatewayInner extends Resource { private String id; /** - * Get the localNetworkAddressSpace value. + * Get local network site address space. * * @return the localNetworkAddressSpace value */ @@ -74,7 +74,7 @@ public AddressSpace localNetworkAddressSpace() { } /** - * Set the localNetworkAddressSpace value. + * Set local network site address space. * * @param localNetworkAddressSpace the localNetworkAddressSpace value to set * @return the LocalNetworkGatewayInner object itself. @@ -85,7 +85,7 @@ public LocalNetworkGatewayInner withLocalNetworkAddressSpace(AddressSpace localN } /** - * Get the gatewayIpAddress value. + * Get iP address of local network gateway. * * @return the gatewayIpAddress value */ @@ -94,7 +94,7 @@ public String gatewayIpAddress() { } /** - * Set the gatewayIpAddress value. + * Set iP address of local network gateway. * * @param gatewayIpAddress the gatewayIpAddress value to set * @return the LocalNetworkGatewayInner object itself. @@ -105,7 +105,7 @@ public LocalNetworkGatewayInner withGatewayIpAddress(String gatewayIpAddress) { } /** - * Get the bgpSettings value. + * Get local network gateway's BGP speaker settings. * * @return the bgpSettings value */ @@ -114,7 +114,7 @@ public BgpSettings bgpSettings() { } /** - * Set the bgpSettings value. + * Set local network gateway's BGP speaker settings. * * @param bgpSettings the bgpSettings value to set * @return the LocalNetworkGatewayInner object itself. @@ -125,7 +125,7 @@ public LocalNetworkGatewayInner withBgpSettings(BgpSettings bgpSettings) { } /** - * Get the resourceGuid value. + * Get the resource GUID property of the LocalNetworkGateway resource. * * @return the resourceGuid value */ @@ -134,7 +134,7 @@ public String resourceGuid() { } /** - * Set the resourceGuid value. + * Set the resource GUID property of the LocalNetworkGateway resource. * * @param resourceGuid the resourceGuid value to set * @return the LocalNetworkGatewayInner object itself. @@ -145,7 +145,7 @@ public LocalNetworkGatewayInner withResourceGuid(String resourceGuid) { } /** - * Get the provisioningState value. + * Get the provisioning state of the LocalNetworkGateway resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -154,7 +154,7 @@ public String provisioningState() { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -163,7 +163,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the LocalNetworkGatewayInner object itself. @@ -174,7 +174,7 @@ public LocalNetworkGatewayInner withEtag(String etag) { } /** - * Get the id value. + * Get resource ID. * * @return the id value */ @@ -183,7 +183,7 @@ public String id() { } /** - * Set the id value. + * Set resource ID. * * @param id the id value to set * @return the LocalNetworkGatewayInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/NetworkInterfaceIPConfigurationInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/NetworkInterfaceIPConfigurationInner.java index 0bbdcbbcab04..d26cca9a0b85 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/NetworkInterfaceIPConfigurationInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/NetworkInterfaceIPConfigurationInner.java @@ -107,7 +107,7 @@ public class NetworkInterfaceIPConfigurationInner extends SubResource { private String etag; /** - * Get the applicationGatewayBackendAddressPools value. + * Get the reference of ApplicationGatewayBackendAddressPool resource. * * @return the applicationGatewayBackendAddressPools value */ @@ -116,7 +116,7 @@ public List applicationGatewayBackendAddre } /** - * Set the applicationGatewayBackendAddressPools value. + * Set the reference of ApplicationGatewayBackendAddressPool resource. * * @param applicationGatewayBackendAddressPools the applicationGatewayBackendAddressPools value to set * @return the NetworkInterfaceIPConfigurationInner object itself. @@ -127,7 +127,7 @@ public NetworkInterfaceIPConfigurationInner withApplicationGatewayBackendAddress } /** - * Get the loadBalancerBackendAddressPools value. + * Get the reference of LoadBalancerBackendAddressPool resource. * * @return the loadBalancerBackendAddressPools value */ @@ -136,7 +136,7 @@ public List loadBalancerBackendAddressPools() { } /** - * Set the loadBalancerBackendAddressPools value. + * Set the reference of LoadBalancerBackendAddressPool resource. * * @param loadBalancerBackendAddressPools the loadBalancerBackendAddressPools value to set * @return the NetworkInterfaceIPConfigurationInner object itself. @@ -147,7 +147,7 @@ public NetworkInterfaceIPConfigurationInner withLoadBalancerBackendAddressPools( } /** - * Get the loadBalancerInboundNatRules value. + * Get a list of references of LoadBalancerInboundNatRules. * * @return the loadBalancerInboundNatRules value */ @@ -156,7 +156,7 @@ public List loadBalancerInboundNatRules() { } /** - * Set the loadBalancerInboundNatRules value. + * Set a list of references of LoadBalancerInboundNatRules. * * @param loadBalancerInboundNatRules the loadBalancerInboundNatRules value to set * @return the NetworkInterfaceIPConfigurationInner object itself. @@ -167,7 +167,7 @@ public NetworkInterfaceIPConfigurationInner withLoadBalancerInboundNatRules(List } /** - * Get the privateIPAddress value. + * Get private IP address of the IP configuration. * * @return the privateIPAddress value */ @@ -176,7 +176,7 @@ public String privateIPAddress() { } /** - * Set the privateIPAddress value. + * Set private IP address of the IP configuration. * * @param privateIPAddress the privateIPAddress value to set * @return the NetworkInterfaceIPConfigurationInner object itself. @@ -187,7 +187,7 @@ public NetworkInterfaceIPConfigurationInner withPrivateIPAddress(String privateI } /** - * Get the privateIPAllocationMethod value. + * Get defines how a private IP address is assigned. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'. * * @return the privateIPAllocationMethod value */ @@ -196,7 +196,7 @@ public IPAllocationMethod privateIPAllocationMethod() { } /** - * Set the privateIPAllocationMethod value. + * Set defines how a private IP address is assigned. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'. * * @param privateIPAllocationMethod the privateIPAllocationMethod value to set * @return the NetworkInterfaceIPConfigurationInner object itself. @@ -207,7 +207,7 @@ public NetworkInterfaceIPConfigurationInner withPrivateIPAllocationMethod(IPAllo } /** - * Get the privateIPAddressVersion value. + * Get available from Api-Version 2016-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'. Possible values include: 'IPv4', 'IPv6'. * * @return the privateIPAddressVersion value */ @@ -216,7 +216,7 @@ public IPVersion privateIPAddressVersion() { } /** - * Set the privateIPAddressVersion value. + * Set available from Api-Version 2016-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'. Possible values include: 'IPv4', 'IPv6'. * * @param privateIPAddressVersion the privateIPAddressVersion value to set * @return the NetworkInterfaceIPConfigurationInner object itself. @@ -227,7 +227,7 @@ public NetworkInterfaceIPConfigurationInner withPrivateIPAddressVersion(IPVersio } /** - * Get the subnet value. + * Get subnet bound to the IP configuration. * * @return the subnet value */ @@ -236,7 +236,7 @@ public SubnetInner subnet() { } /** - * Set the subnet value. + * Set subnet bound to the IP configuration. * * @param subnet the subnet value to set * @return the NetworkInterfaceIPConfigurationInner object itself. @@ -247,7 +247,7 @@ public NetworkInterfaceIPConfigurationInner withSubnet(SubnetInner subnet) { } /** - * Get the primary value. + * Get gets whether this is a primary customer address on the network interface. * * @return the primary value */ @@ -256,7 +256,7 @@ public Boolean primary() { } /** - * Set the primary value. + * Set gets whether this is a primary customer address on the network interface. * * @param primary the primary value to set * @return the NetworkInterfaceIPConfigurationInner object itself. @@ -267,7 +267,7 @@ public NetworkInterfaceIPConfigurationInner withPrimary(Boolean primary) { } /** - * Get the publicIPAddress value. + * Get public IP address bound to the IP configuration. * * @return the publicIPAddress value */ @@ -276,7 +276,7 @@ public PublicIPAddressInner publicIPAddress() { } /** - * Set the publicIPAddress value. + * Set public IP address bound to the IP configuration. * * @param publicIPAddress the publicIPAddress value to set * @return the NetworkInterfaceIPConfigurationInner object itself. @@ -287,7 +287,7 @@ public NetworkInterfaceIPConfigurationInner withPublicIPAddress(PublicIPAddressI } /** - * Get the applicationSecurityGroups value. + * Get application security groups in which the IP configuration is included. * * @return the applicationSecurityGroups value */ @@ -296,7 +296,7 @@ public List applicationSecurityGroups() { } /** - * Set the applicationSecurityGroups value. + * Set application security groups in which the IP configuration is included. * * @param applicationSecurityGroups the applicationSecurityGroups value to set * @return the NetworkInterfaceIPConfigurationInner object itself. @@ -307,7 +307,7 @@ public NetworkInterfaceIPConfigurationInner withApplicationSecurityGroups(List
ipConfigurations() { } /** - * Set the ipConfigurations value. + * Set a list of IPConfigurations of the network interface. * * @param ipConfigurations the ipConfigurations value to set * @return the NetworkInterfaceInner object itself. @@ -156,7 +156,7 @@ public NetworkInterfaceInner withIpConfigurations(List listVirtualMachineScaleSetVMNetw public Iterable call(Page page) { return page.items(); } - }) .map(new Func1() { + }) + .map(new Func1() { @Override public LoadBalancerNetworkInterface call(NetworkInterfaceInner inner) { return new LoadBalancerNetworkInterfaceImpl(inner, manager()); @@ -166,7 +167,8 @@ public Observable listVirtualMachineScaleSetNetwor public Iterable call(Page page) { return page.items(); } - }) .map(new Func1() { + }) + .map(new Func1() { @Override public LoadBalancerNetworkInterface call(NetworkInterfaceInner inner) { return new LoadBalancerNetworkInterfaceImpl(inner, manager()); diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/NetworkSecurityGroupInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/NetworkSecurityGroupInner.java index 1c5fc09604b0..fee2af297611 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/NetworkSecurityGroupInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/NetworkSecurityGroupInner.java @@ -70,7 +70,7 @@ public class NetworkSecurityGroupInner extends Resource { private String id; /** - * Get the securityRules value. + * Get a collection of security rules of the network security group. * * @return the securityRules value */ @@ -79,7 +79,7 @@ public List securityRules() { } /** - * Set the securityRules value. + * Set a collection of security rules of the network security group. * * @param securityRules the securityRules value to set * @return the NetworkSecurityGroupInner object itself. @@ -90,7 +90,7 @@ public NetworkSecurityGroupInner withSecurityRules(List secur } /** - * Get the defaultSecurityRules value. + * Get the default security rules of network security group. * * @return the defaultSecurityRules value */ @@ -99,7 +99,7 @@ public List defaultSecurityRules() { } /** - * Set the defaultSecurityRules value. + * Set the default security rules of network security group. * * @param defaultSecurityRules the defaultSecurityRules value to set * @return the NetworkSecurityGroupInner object itself. @@ -110,7 +110,7 @@ public NetworkSecurityGroupInner withDefaultSecurityRules(List networkInterfaces() { } /** - * Get the subnets value. + * Get a collection of references to subnets. * * @return the subnets value */ @@ -128,7 +128,7 @@ public List subnets() { } /** - * Get the resourceGuid value. + * Get the resource GUID property of the network security group resource. * * @return the resourceGuid value */ @@ -137,7 +137,7 @@ public String resourceGuid() { } /** - * Set the resourceGuid value. + * Set the resource GUID property of the network security group resource. * * @param resourceGuid the resourceGuid value to set * @return the NetworkSecurityGroupInner object itself. @@ -148,7 +148,7 @@ public NetworkSecurityGroupInner withResourceGuid(String resourceGuid) { } /** - * Get the provisioningState value. + * Get the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -157,7 +157,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the NetworkSecurityGroupInner object itself. @@ -168,7 +168,7 @@ public NetworkSecurityGroupInner withProvisioningState(String provisioningState) } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -177,7 +177,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the NetworkSecurityGroupInner object itself. @@ -188,7 +188,7 @@ public NetworkSecurityGroupInner withEtag(String etag) { } /** - * Get the id value. + * Get resource ID. * * @return the id value */ @@ -197,7 +197,7 @@ public String id() { } /** - * Set the id value. + * Set resource ID. * * @param id the id value to set * @return the NetworkSecurityGroupInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/NetworkWatcherInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/NetworkWatcherInner.java index b7fa4b8c57e5..5df4bc1e98f2 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/NetworkWatcherInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/NetworkWatcherInner.java @@ -40,7 +40,7 @@ public class NetworkWatcherInner extends Resource { private String id; /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -49,7 +49,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the NetworkWatcherInner object itself. @@ -60,7 +60,7 @@ public NetworkWatcherInner withEtag(String etag) { } /** - * Get the provisioningState value. + * Get the provisioning state of the resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'. * * @return the provisioningState value */ @@ -69,7 +69,7 @@ public ProvisioningState provisioningState() { } /** - * Get the id value. + * Get resource ID. * * @return the id value */ @@ -78,7 +78,7 @@ public String id() { } /** - * Set the id value. + * Set resource ID. * * @param id the id value to set * @return the NetworkWatcherInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/NextHopResultInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/NextHopResultInner.java index 103183585b01..4565fae43d87 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/NextHopResultInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/NextHopResultInner.java @@ -37,7 +37,7 @@ public class NextHopResultInner { private String routeTableId; /** - * Get the nextHopType value. + * Get next hop type. Possible values include: 'Internet', 'VirtualAppliance', 'VirtualNetworkGateway', 'VnetLocal', 'HyperNetGateway', 'None'. * * @return the nextHopType value */ @@ -46,7 +46,7 @@ public NextHopType nextHopType() { } /** - * Set the nextHopType value. + * Set next hop type. Possible values include: 'Internet', 'VirtualAppliance', 'VirtualNetworkGateway', 'VnetLocal', 'HyperNetGateway', 'None'. * * @param nextHopType the nextHopType value to set * @return the NextHopResultInner object itself. @@ -57,7 +57,7 @@ public NextHopResultInner withNextHopType(NextHopType nextHopType) { } /** - * Get the nextHopIpAddress value. + * Get next hop IP Address. * * @return the nextHopIpAddress value */ @@ -66,7 +66,7 @@ public String nextHopIpAddress() { } /** - * Set the nextHopIpAddress value. + * Set next hop IP Address. * * @param nextHopIpAddress the nextHopIpAddress value to set * @return the NextHopResultInner object itself. @@ -77,7 +77,7 @@ public NextHopResultInner withNextHopIpAddress(String nextHopIpAddress) { } /** - * Get the routeTableId value. + * Get the resource identifier for the route table associated with the route being returned. If the route being returned does not correspond to any user created routes then this field will be the string 'System Route'. * * @return the routeTableId value */ @@ -86,7 +86,7 @@ public String routeTableId() { } /** - * Set the routeTableId value. + * Set the resource identifier for the route table associated with the route being returned. If the route being returned does not correspond to any user created routes then this field will be the string 'System Route'. * * @param routeTableId the routeTableId value to set * @return the NextHopResultInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/OperationInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/OperationInner.java index cd207abb0fda..5c3b2c90098b 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/OperationInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/OperationInner.java @@ -43,7 +43,7 @@ public class OperationInner { private OperationPropertiesFormatServiceSpecification serviceSpecification; /** - * Get the name value. + * Get operation name: {provider}/{resource}/{operation}. * * @return the name value */ @@ -52,7 +52,7 @@ public String name() { } /** - * Set the name value. + * Set operation name: {provider}/{resource}/{operation}. * * @param name the name value to set * @return the OperationInner object itself. @@ -63,7 +63,7 @@ public OperationInner withName(String name) { } /** - * Get the display value. + * Get display metadata associated with the operation. * * @return the display value */ @@ -72,7 +72,7 @@ public OperationDisplay display() { } /** - * Set the display value. + * Set display metadata associated with the operation. * * @param display the display value to set * @return the OperationInner object itself. @@ -83,7 +83,7 @@ public OperationInner withDisplay(OperationDisplay display) { } /** - * Get the origin value. + * Get origin of the operation. * * @return the origin value */ @@ -92,7 +92,7 @@ public String origin() { } /** - * Set the origin value. + * Set origin of the operation. * * @param origin the origin value to set * @return the OperationInner object itself. @@ -103,7 +103,7 @@ public OperationInner withOrigin(String origin) { } /** - * Get the serviceSpecification value. + * Get specification of the service. * * @return the serviceSpecification value */ @@ -112,7 +112,7 @@ public OperationPropertiesFormatServiceSpecification serviceSpecification() { } /** - * Set the serviceSpecification value. + * Set specification of the service. * * @param serviceSpecification the serviceSpecification value to set * @return the OperationInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/OperationsImpl.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/OperationsImpl.java index 16f8f51e982c..c5538ac3bd88 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/OperationsImpl.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/OperationsImpl.java @@ -37,7 +37,8 @@ public Observable listAsync() { public Iterable call(Page page) { return page.items(); } - }) .map(new Func1() { + }) + .map(new Func1() { @Override public Operation call(OperationInner inner) { return new OperationImpl(inner, manager()); diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/PacketCaptureInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/PacketCaptureInner.java index cfc5cec82d11..5b3bb7b19728 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/PacketCaptureInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/PacketCaptureInner.java @@ -56,7 +56,7 @@ public class PacketCaptureInner { private List filters; /** - * Get the target value. + * Get the ID of the targeted resource, only VM is currently supported. * * @return the target value */ @@ -65,7 +65,7 @@ public String target() { } /** - * Set the target value. + * Set the ID of the targeted resource, only VM is currently supported. * * @param target the target value to set * @return the PacketCaptureInner object itself. @@ -76,7 +76,7 @@ public PacketCaptureInner withTarget(String target) { } /** - * Get the bytesToCapturePerPacket value. + * Get number of bytes captured per packet, the remaining bytes are truncated. * * @return the bytesToCapturePerPacket value */ @@ -85,7 +85,7 @@ public Integer bytesToCapturePerPacket() { } /** - * Set the bytesToCapturePerPacket value. + * Set number of bytes captured per packet, the remaining bytes are truncated. * * @param bytesToCapturePerPacket the bytesToCapturePerPacket value to set * @return the PacketCaptureInner object itself. @@ -96,7 +96,7 @@ public PacketCaptureInner withBytesToCapturePerPacket(Integer bytesToCapturePerP } /** - * Get the totalBytesPerSession value. + * Get maximum size of the capture output. * * @return the totalBytesPerSession value */ @@ -105,7 +105,7 @@ public Integer totalBytesPerSession() { } /** - * Set the totalBytesPerSession value. + * Set maximum size of the capture output. * * @param totalBytesPerSession the totalBytesPerSession value to set * @return the PacketCaptureInner object itself. @@ -116,7 +116,7 @@ public PacketCaptureInner withTotalBytesPerSession(Integer totalBytesPerSession) } /** - * Get the timeLimitInSeconds value. + * Get maximum duration of the capture session in seconds. * * @return the timeLimitInSeconds value */ @@ -125,7 +125,7 @@ public Integer timeLimitInSeconds() { } /** - * Set the timeLimitInSeconds value. + * Set maximum duration of the capture session in seconds. * * @param timeLimitInSeconds the timeLimitInSeconds value to set * @return the PacketCaptureInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/PacketCaptureQueryStatusResultInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/PacketCaptureQueryStatusResultInner.java index 2631c5ecb806..0f5a8a33eb7d 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/PacketCaptureQueryStatusResultInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/PacketCaptureQueryStatusResultInner.java @@ -56,7 +56,7 @@ public class PacketCaptureQueryStatusResultInner { private List packetCaptureError; /** - * Get the name value. + * Get the name of the packet capture resource. * * @return the name value */ @@ -65,7 +65,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the packet capture resource. * * @param name the name value to set * @return the PacketCaptureQueryStatusResultInner object itself. @@ -76,7 +76,7 @@ public PacketCaptureQueryStatusResultInner withName(String name) { } /** - * Get the id value. + * Get the ID of the packet capture resource. * * @return the id value */ @@ -85,7 +85,7 @@ public String id() { } /** - * Set the id value. + * Set the ID of the packet capture resource. * * @param id the id value to set * @return the PacketCaptureQueryStatusResultInner object itself. @@ -96,7 +96,7 @@ public PacketCaptureQueryStatusResultInner withId(String id) { } /** - * Get the captureStartTime value. + * Get the start time of the packet capture session. * * @return the captureStartTime value */ @@ -105,7 +105,7 @@ public DateTime captureStartTime() { } /** - * Set the captureStartTime value. + * Set the start time of the packet capture session. * * @param captureStartTime the captureStartTime value to set * @return the PacketCaptureQueryStatusResultInner object itself. @@ -116,7 +116,7 @@ public PacketCaptureQueryStatusResultInner withCaptureStartTime(DateTime capture } /** - * Get the packetCaptureStatus value. + * Get the status of the packet capture session. Possible values include: 'NotStarted', 'Running', 'Stopped', 'Error', 'Unknown'. * * @return the packetCaptureStatus value */ @@ -125,7 +125,7 @@ public PcStatus packetCaptureStatus() { } /** - * Set the packetCaptureStatus value. + * Set the status of the packet capture session. Possible values include: 'NotStarted', 'Running', 'Stopped', 'Error', 'Unknown'. * * @param packetCaptureStatus the packetCaptureStatus value to set * @return the PacketCaptureQueryStatusResultInner object itself. @@ -136,7 +136,7 @@ public PacketCaptureQueryStatusResultInner withPacketCaptureStatus(PcStatus pack } /** - * Get the stopReason value. + * Get the reason the current packet capture session was stopped. * * @return the stopReason value */ @@ -145,7 +145,7 @@ public String stopReason() { } /** - * Set the stopReason value. + * Set the reason the current packet capture session was stopped. * * @param stopReason the stopReason value to set * @return the PacketCaptureQueryStatusResultInner object itself. @@ -156,7 +156,7 @@ public PacketCaptureQueryStatusResultInner withStopReason(String stopReason) { } /** - * Get the packetCaptureError value. + * Get list of errors of packet capture session. * * @return the packetCaptureError value */ @@ -165,7 +165,7 @@ public List packetCaptureError() { } /** - * Set the packetCaptureError value. + * Set list of errors of packet capture session. * * @param packetCaptureError the packetCaptureError value to set * @return the PacketCaptureQueryStatusResultInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/PacketCaptureResultInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/PacketCaptureResultInner.java index bd17f7bb1356..1430af70f472 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/PacketCaptureResultInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/PacketCaptureResultInner.java @@ -82,7 +82,7 @@ public class PacketCaptureResultInner { private ProvisioningState provisioningState; /** - * Get the name value. + * Get name of the packet capture session. * * @return the name value */ @@ -91,7 +91,7 @@ public String name() { } /** - * Get the id value. + * Get iD of the packet capture operation. * * @return the id value */ @@ -120,7 +120,7 @@ public PacketCaptureResultInner withEtag(String etag) { } /** - * Get the target value. + * Get the ID of the targeted resource, only VM is currently supported. * * @return the target value */ @@ -129,7 +129,7 @@ public String target() { } /** - * Set the target value. + * Set the ID of the targeted resource, only VM is currently supported. * * @param target the target value to set * @return the PacketCaptureResultInner object itself. @@ -140,7 +140,7 @@ public PacketCaptureResultInner withTarget(String target) { } /** - * Get the bytesToCapturePerPacket value. + * Get number of bytes captured per packet, the remaining bytes are truncated. * * @return the bytesToCapturePerPacket value */ @@ -149,7 +149,7 @@ public Integer bytesToCapturePerPacket() { } /** - * Set the bytesToCapturePerPacket value. + * Set number of bytes captured per packet, the remaining bytes are truncated. * * @param bytesToCapturePerPacket the bytesToCapturePerPacket value to set * @return the PacketCaptureResultInner object itself. @@ -160,7 +160,7 @@ public PacketCaptureResultInner withBytesToCapturePerPacket(Integer bytesToCaptu } /** - * Get the totalBytesPerSession value. + * Get maximum size of the capture output. * * @return the totalBytesPerSession value */ @@ -169,7 +169,7 @@ public Integer totalBytesPerSession() { } /** - * Set the totalBytesPerSession value. + * Set maximum size of the capture output. * * @param totalBytesPerSession the totalBytesPerSession value to set * @return the PacketCaptureResultInner object itself. @@ -180,7 +180,7 @@ public PacketCaptureResultInner withTotalBytesPerSession(Integer totalBytesPerSe } /** - * Get the timeLimitInSeconds value. + * Get maximum duration of the capture session in seconds. * * @return the timeLimitInSeconds value */ @@ -189,7 +189,7 @@ public Integer timeLimitInSeconds() { } /** - * Set the timeLimitInSeconds value. + * Set maximum duration of the capture session in seconds. * * @param timeLimitInSeconds the timeLimitInSeconds value to set * @return the PacketCaptureResultInner object itself. @@ -240,7 +240,7 @@ public PacketCaptureResultInner withFilters(List filters) { } /** - * Get the provisioningState value. + * Get the provisioning state of the packet capture session. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'. * * @return the provisioningState value */ @@ -249,7 +249,7 @@ public ProvisioningState provisioningState() { } /** - * Set the provisioningState value. + * Set the provisioning state of the packet capture session. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'. * * @param provisioningState the provisioningState value to set * @return the PacketCaptureResultInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ProbeInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ProbeInner.java index 23697325d1b8..74b1f12b4d1d 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ProbeInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/ProbeInner.java @@ -26,11 +26,11 @@ public class ProbeInner extends SubResource { private List loadBalancingRules; /** - * The protocol of the end point. Possible values are: 'Http' or 'Tcp'. If - * 'Tcp' is specified, a received ACK is required for the probe to be - * successful. If 'Http' is specified, a 200 OK response from the specifies - * URI is required for the probe to be successful. Possible values include: - * 'Http', 'Tcp'. + * The protocol of the end point. Possible values are: 'Http', 'Tcp' or + * 'Https'. If 'Tcp' is specified, a received ACK is required for the probe + * to be successful. If 'Http' or 'Https' is specified, a 200 OK response + * from the specifies URI is required for the probe to be successful. + * Possible values include: 'Http', 'Tcp', 'Https'. */ @JsonProperty(value = "properties.protocol", required = true) private ProbeProtocol protocol; @@ -90,7 +90,7 @@ public class ProbeInner extends SubResource { private String etag; /** - * Get the loadBalancingRules value. + * Get the load balancer rules that use this probe. * * @return the loadBalancingRules value */ @@ -99,7 +99,7 @@ public List loadBalancingRules() { } /** - * Get the protocol value. + * Get the protocol of the end point. Possible values are: 'Http', 'Tcp' or 'Https'. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' or 'Https' is specified, a 200 OK response from the specifies URI is required for the probe to be successful. Possible values include: 'Http', 'Tcp', 'Https'. * * @return the protocol value */ @@ -108,7 +108,7 @@ public ProbeProtocol protocol() { } /** - * Set the protocol value. + * Set the protocol of the end point. Possible values are: 'Http', 'Tcp' or 'Https'. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' or 'Https' is specified, a 200 OK response from the specifies URI is required for the probe to be successful. Possible values include: 'Http', 'Tcp', 'Https'. * * @param protocol the protocol value to set * @return the ProbeInner object itself. @@ -119,7 +119,7 @@ public ProbeInner withProtocol(ProbeProtocol protocol) { } /** - * Get the port value. + * Get the port for communicating the probe. Possible values range from 1 to 65535, inclusive. * * @return the port value */ @@ -128,7 +128,7 @@ public int port() { } /** - * Set the port value. + * Set the port for communicating the probe. Possible values range from 1 to 65535, inclusive. * * @param port the port value to set * @return the ProbeInner object itself. @@ -139,7 +139,7 @@ public ProbeInner withPort(int port) { } /** - * Get the intervalInSeconds value. + * Get the interval, in seconds, for how frequently to probe the endpoint for health status. Typically, the interval is slightly less than half the allocated timeout period (in seconds) which allows two full probes before taking the instance out of rotation. The default value is 15, the minimum value is 5. * * @return the intervalInSeconds value */ @@ -148,7 +148,7 @@ public Integer intervalInSeconds() { } /** - * Set the intervalInSeconds value. + * Set the interval, in seconds, for how frequently to probe the endpoint for health status. Typically, the interval is slightly less than half the allocated timeout period (in seconds) which allows two full probes before taking the instance out of rotation. The default value is 15, the minimum value is 5. * * @param intervalInSeconds the intervalInSeconds value to set * @return the ProbeInner object itself. @@ -159,7 +159,7 @@ public ProbeInner withIntervalInSeconds(Integer intervalInSeconds) { } /** - * Get the numberOfProbes value. + * Get the number of probes where if no response, will result in stopping further traffic from being delivered to the endpoint. This values allows endpoints to be taken out of rotation faster or slower than the typical times used in Azure. * * @return the numberOfProbes value */ @@ -168,7 +168,7 @@ public Integer numberOfProbes() { } /** - * Set the numberOfProbes value. + * Set the number of probes where if no response, will result in stopping further traffic from being delivered to the endpoint. This values allows endpoints to be taken out of rotation faster or slower than the typical times used in Azure. * * @param numberOfProbes the numberOfProbes value to set * @return the ProbeInner object itself. @@ -179,7 +179,7 @@ public ProbeInner withNumberOfProbes(Integer numberOfProbes) { } /** - * Get the requestPath value. + * Get the URI used for requesting health status from the VM. Path is required if a protocol is set to http. Otherwise, it is not allowed. There is no default value. * * @return the requestPath value */ @@ -188,7 +188,7 @@ public String requestPath() { } /** - * Set the requestPath value. + * Set the URI used for requesting health status from the VM. Path is required if a protocol is set to http. Otherwise, it is not allowed. There is no default value. * * @param requestPath the requestPath value to set * @return the ProbeInner object itself. @@ -199,7 +199,7 @@ public ProbeInner withRequestPath(String requestPath) { } /** - * Get the provisioningState value. + * Get gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -208,7 +208,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the ProbeInner object itself. @@ -219,7 +219,7 @@ public ProbeInner withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get gets name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -228,7 +228,7 @@ public String name() { } /** - * Set the name value. + * Set gets name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the ProbeInner object itself. @@ -239,7 +239,7 @@ public ProbeInner withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -248,7 +248,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the ProbeInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/PublicIPAddressInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/PublicIPAddressInner.java index 2fcb1d4f1e81..a6e5cf4640c3 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/PublicIPAddressInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/PublicIPAddressInner.java @@ -109,7 +109,7 @@ public class PublicIPAddressInner extends Resource { private String id; /** - * Get the sku value. + * Get the public IP address SKU. * * @return the sku value */ @@ -118,7 +118,7 @@ public PublicIPAddressSku sku() { } /** - * Set the sku value. + * Set the public IP address SKU. * * @param sku the sku value to set * @return the PublicIPAddressInner object itself. @@ -129,7 +129,7 @@ public PublicIPAddressInner withSku(PublicIPAddressSku sku) { } /** - * Get the publicIPAllocationMethod value. + * Get the public IP allocation method. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'. * * @return the publicIPAllocationMethod value */ @@ -138,7 +138,7 @@ public IPAllocationMethod publicIPAllocationMethod() { } /** - * Set the publicIPAllocationMethod value. + * Set the public IP allocation method. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'. * * @param publicIPAllocationMethod the publicIPAllocationMethod value to set * @return the PublicIPAddressInner object itself. @@ -149,7 +149,7 @@ public PublicIPAddressInner withPublicIPAllocationMethod(IPAllocationMethod publ } /** - * Get the publicIPAddressVersion value. + * Get the public IP address version. Possible values are: 'IPv4' and 'IPv6'. Possible values include: 'IPv4', 'IPv6'. * * @return the publicIPAddressVersion value */ @@ -158,7 +158,7 @@ public IPVersion publicIPAddressVersion() { } /** - * Set the publicIPAddressVersion value. + * Set the public IP address version. Possible values are: 'IPv4' and 'IPv6'. Possible values include: 'IPv4', 'IPv6'. * * @param publicIPAddressVersion the publicIPAddressVersion value to set * @return the PublicIPAddressInner object itself. @@ -169,7 +169,7 @@ public PublicIPAddressInner withPublicIPAddressVersion(IPVersion publicIPAddress } /** - * Get the ipConfiguration value. + * Get the IP configuration associated with the public IP address. * * @return the ipConfiguration value */ @@ -178,7 +178,7 @@ public IPConfiguration ipConfiguration() { } /** - * Get the dnsSettings value. + * Get the FQDN of the DNS record associated with the public IP address. * * @return the dnsSettings value */ @@ -187,7 +187,7 @@ public PublicIPAddressDnsSettings dnsSettings() { } /** - * Set the dnsSettings value. + * Set the FQDN of the DNS record associated with the public IP address. * * @param dnsSettings the dnsSettings value to set * @return the PublicIPAddressInner object itself. @@ -198,7 +198,7 @@ public PublicIPAddressInner withDnsSettings(PublicIPAddressDnsSettings dnsSettin } /** - * Get the ipTags value. + * Get the list of tags associated with the public IP address. * * @return the ipTags value */ @@ -207,7 +207,7 @@ public List ipTags() { } /** - * Set the ipTags value. + * Set the list of tags associated with the public IP address. * * @param ipTags the ipTags value to set * @return the PublicIPAddressInner object itself. @@ -218,7 +218,7 @@ public PublicIPAddressInner withIpTags(List ipTags) { } /** - * Get the ipAddress value. + * Get the IP address associated with the public IP address resource. * * @return the ipAddress value */ @@ -227,7 +227,7 @@ public String ipAddress() { } /** - * Set the ipAddress value. + * Set the IP address associated with the public IP address resource. * * @param ipAddress the ipAddress value to set * @return the PublicIPAddressInner object itself. @@ -238,7 +238,7 @@ public PublicIPAddressInner withIpAddress(String ipAddress) { } /** - * Get the idleTimeoutInMinutes value. + * Get the idle timeout of the public IP address. * * @return the idleTimeoutInMinutes value */ @@ -247,7 +247,7 @@ public Integer idleTimeoutInMinutes() { } /** - * Set the idleTimeoutInMinutes value. + * Set the idle timeout of the public IP address. * * @param idleTimeoutInMinutes the idleTimeoutInMinutes value to set * @return the PublicIPAddressInner object itself. @@ -258,7 +258,7 @@ public PublicIPAddressInner withIdleTimeoutInMinutes(Integer idleTimeoutInMinute } /** - * Get the resourceGuid value. + * Get the resource GUID property of the public IP resource. * * @return the resourceGuid value */ @@ -267,7 +267,7 @@ public String resourceGuid() { } /** - * Set the resourceGuid value. + * Set the resource GUID property of the public IP resource. * * @param resourceGuid the resourceGuid value to set * @return the PublicIPAddressInner object itself. @@ -278,7 +278,7 @@ public PublicIPAddressInner withResourceGuid(String resourceGuid) { } /** - * Get the provisioningState value. + * Get the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -287,7 +287,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the PublicIPAddressInner object itself. @@ -298,7 +298,7 @@ public PublicIPAddressInner withProvisioningState(String provisioningState) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -307,7 +307,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the PublicIPAddressInner object itself. @@ -318,7 +318,7 @@ public PublicIPAddressInner withEtag(String etag) { } /** - * Get the zones value. + * Get a list of availability zones denoting the IP allocated for the resource needs to come from. * * @return the zones value */ @@ -327,7 +327,7 @@ public List zones() { } /** - * Set the zones value. + * Set a list of availability zones denoting the IP allocated for the resource needs to come from. * * @param zones the zones value to set * @return the PublicIPAddressInner object itself. @@ -338,7 +338,7 @@ public PublicIPAddressInner withZones(List zones) { } /** - * Get the id value. + * Get resource ID. * * @return the id value */ @@ -347,7 +347,7 @@ public String id() { } /** - * Set the id value. + * Set resource ID. * * @param id the id value to set * @return the PublicIPAddressInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/PublicIPAddressesImpl.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/PublicIPAddressesImpl.java index b8eb4e2bc261..33100c55ef8e 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/PublicIPAddressesImpl.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/PublicIPAddressesImpl.java @@ -134,7 +134,8 @@ public Observable listVirtualMachineScaleSetPublicIPAddressesAs public Iterable call(Page page) { return page.items(); } - }) .map(new Func1() { + }) + .map(new Func1() { @Override public PublicIPAddress call(PublicIPAddressInner inner) { return new PublicIPAddressImpl(inner.name(), inner, manager()); @@ -151,7 +152,8 @@ public Observable listVirtualMachineScaleSetVMPublicIPAddresses public Iterable call(Page page) { return page.items(); } - }) .map(new Func1() { + }) + .map(new Func1() { @Override public PublicIPAddress call(PublicIPAddressInner inner) { return new PublicIPAddressImpl(inner.name(), inner, manager()); diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/RouteFilterInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/RouteFilterInner.java index 2f061ebd5e5d..67bfe8a96188 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/RouteFilterInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/RouteFilterInner.java @@ -53,7 +53,7 @@ public class RouteFilterInner extends Resource { private String id; /** - * Get the rules value. + * Get collection of RouteFilterRules contained within a route filter. * * @return the rules value */ @@ -62,7 +62,7 @@ public List rules() { } /** - * Set the rules value. + * Set collection of RouteFilterRules contained within a route filter. * * @param rules the rules value to set * @return the RouteFilterInner object itself. @@ -73,7 +73,7 @@ public RouteFilterInner withRules(List rules) { } /** - * Get the peerings value. + * Get a collection of references to express route circuit peerings. * * @return the peerings value */ @@ -82,7 +82,7 @@ public List peerings() { } /** - * Set the peerings value. + * Set a collection of references to express route circuit peerings. * * @param peerings the peerings value to set * @return the RouteFilterInner object itself. @@ -93,7 +93,7 @@ public RouteFilterInner withPeerings(List peeri } /** - * Get the provisioningState value. + * Get the provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'. * * @return the provisioningState value */ @@ -102,7 +102,7 @@ public String provisioningState() { } /** - * Get the etag value. + * Get gets a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -111,7 +111,7 @@ public String etag() { } /** - * Get the id value. + * Get resource ID. * * @return the id value */ @@ -120,7 +120,7 @@ public String id() { } /** - * Set the id value. + * Set resource ID. * * @param id the id value to set * @return the RouteFilterInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/RouteFilterRuleInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/RouteFilterRuleInner.java index 8eaecca58f9d..17479dbd1a02 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/RouteFilterRuleInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/RouteFilterRuleInner.java @@ -67,13 +67,15 @@ public class RouteFilterRuleInner extends SubResource { /** * Creates an instance of RouteFilterRuleInner class. + * @param access the access type of the rule. Valid values are: 'Allow', 'Deny'. Possible values include: 'Allow', 'Deny'. + * @param communities the collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']. */ public RouteFilterRuleInner() { routeFilterRuleType = "Community"; } /** - * Get the access value. + * Get the access type of the rule. Valid values are: 'Allow', 'Deny'. Possible values include: 'Allow', 'Deny'. * * @return the access value */ @@ -82,7 +84,7 @@ public Access access() { } /** - * Set the access value. + * Set the access type of the rule. Valid values are: 'Allow', 'Deny'. Possible values include: 'Allow', 'Deny'. * * @param access the access value to set * @return the RouteFilterRuleInner object itself. @@ -93,7 +95,7 @@ public RouteFilterRuleInner withAccess(Access access) { } /** - * Get the routeFilterRuleType value. + * Get the rule type of the rule. Valid value is: 'Community'. * * @return the routeFilterRuleType value */ @@ -102,7 +104,7 @@ public String routeFilterRuleType() { } /** - * Set the routeFilterRuleType value. + * Set the rule type of the rule. Valid value is: 'Community'. * * @param routeFilterRuleType the routeFilterRuleType value to set * @return the RouteFilterRuleInner object itself. @@ -113,7 +115,7 @@ public RouteFilterRuleInner withRouteFilterRuleType(String routeFilterRuleType) } /** - * Get the communities value. + * Get the collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']. * * @return the communities value */ @@ -122,7 +124,7 @@ public List communities() { } /** - * Set the communities value. + * Set the collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']. * * @param communities the communities value to set * @return the RouteFilterRuleInner object itself. @@ -133,7 +135,7 @@ public RouteFilterRuleInner withCommunities(List communities) { } /** - * Get the provisioningState value. + * Get the provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'. * * @return the provisioningState value */ @@ -142,7 +144,7 @@ public String provisioningState() { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -151,7 +153,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the RouteFilterRuleInner object itself. @@ -162,7 +164,7 @@ public RouteFilterRuleInner withName(String name) { } /** - * Get the location value. + * Get resource location. * * @return the location value */ @@ -171,7 +173,7 @@ public String location() { } /** - * Set the location value. + * Set resource location. * * @param location the location value to set * @return the RouteFilterRuleInner object itself. @@ -182,7 +184,7 @@ public RouteFilterRuleInner withLocation(String location) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/RouteInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/RouteInner.java index d5ef1582976b..dc1a34f1d527 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/RouteInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/RouteInner.java @@ -61,7 +61,7 @@ public class RouteInner extends SubResource { private String etag; /** - * Get the addressPrefix value. + * Get the destination CIDR to which the route applies. * * @return the addressPrefix value */ @@ -70,7 +70,7 @@ public String addressPrefix() { } /** - * Set the addressPrefix value. + * Set the destination CIDR to which the route applies. * * @param addressPrefix the addressPrefix value to set * @return the RouteInner object itself. @@ -81,7 +81,7 @@ public RouteInner withAddressPrefix(String addressPrefix) { } /** - * Get the nextHopType value. + * Get the type of Azure hop the packet should be sent to. Possible values are: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', and 'None'. Possible values include: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', 'None'. * * @return the nextHopType value */ @@ -90,7 +90,7 @@ public RouteNextHopType nextHopType() { } /** - * Set the nextHopType value. + * Set the type of Azure hop the packet should be sent to. Possible values are: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', and 'None'. Possible values include: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', 'None'. * * @param nextHopType the nextHopType value to set * @return the RouteInner object itself. @@ -101,7 +101,7 @@ public RouteInner withNextHopType(RouteNextHopType nextHopType) { } /** - * Get the nextHopIpAddress value. + * Get the IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance. * * @return the nextHopIpAddress value */ @@ -110,7 +110,7 @@ public String nextHopIpAddress() { } /** - * Set the nextHopIpAddress value. + * Set the IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance. * * @param nextHopIpAddress the nextHopIpAddress value to set * @return the RouteInner object itself. @@ -121,7 +121,7 @@ public RouteInner withNextHopIpAddress(String nextHopIpAddress) { } /** - * Get the provisioningState value. + * Get the provisioning state of the resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -130,7 +130,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set the provisioning state of the resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the RouteInner object itself. @@ -141,7 +141,7 @@ public RouteInner withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -150,7 +150,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the RouteInner object itself. @@ -161,7 +161,7 @@ public RouteInner withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -170,7 +170,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the RouteInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/RouteTableInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/RouteTableInner.java index 8b2d23bd06f4..14966a0a2dd5 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/RouteTableInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/RouteTableInner.java @@ -60,7 +60,7 @@ public class RouteTableInner extends Resource { private String id; /** - * Get the routes value. + * Get collection of routes contained within a route table. * * @return the routes value */ @@ -69,7 +69,7 @@ public List routes() { } /** - * Set the routes value. + * Set collection of routes contained within a route table. * * @param routes the routes value to set * @return the RouteTableInner object itself. @@ -80,7 +80,7 @@ public RouteTableInner withRoutes(List routes) { } /** - * Get the subnets value. + * Get a collection of references to subnets. * * @return the subnets value */ @@ -89,7 +89,7 @@ public List subnets() { } /** - * Get the disableBgpRoutePropagation value. + * Get gets or sets whether to disable the routes learned by BGP on that route table. True means disable. * * @return the disableBgpRoutePropagation value */ @@ -98,7 +98,7 @@ public Boolean disableBgpRoutePropagation() { } /** - * Set the disableBgpRoutePropagation value. + * Set gets or sets whether to disable the routes learned by BGP on that route table. True means disable. * * @param disableBgpRoutePropagation the disableBgpRoutePropagation value to set * @return the RouteTableInner object itself. @@ -109,7 +109,7 @@ public RouteTableInner withDisableBgpRoutePropagation(Boolean disableBgpRoutePro } /** - * Get the provisioningState value. + * Get the provisioning state of the resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -118,7 +118,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set the provisioning state of the resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the RouteTableInner object itself. @@ -129,7 +129,7 @@ public RouteTableInner withProvisioningState(String provisioningState) { } /** - * Get the etag value. + * Get gets a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -138,7 +138,7 @@ public String etag() { } /** - * Set the etag value. + * Set gets a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the RouteTableInner object itself. @@ -149,7 +149,7 @@ public RouteTableInner withEtag(String etag) { } /** - * Get the id value. + * Get resource ID. * * @return the id value */ @@ -158,7 +158,7 @@ public String id() { } /** - * Set the id value. + * Set resource ID. * * @param id the id value to set * @return the RouteTableInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/SecurityGroupViewResultInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/SecurityGroupViewResultInner.java index 3830413a545e..dcf20c9d753f 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/SecurityGroupViewResultInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/SecurityGroupViewResultInner.java @@ -23,7 +23,7 @@ public class SecurityGroupViewResultInner { private List networkInterfaces; /** - * Get the networkInterfaces value. + * Get list of network interfaces on the specified VM. * * @return the networkInterfaces value */ @@ -32,7 +32,7 @@ public List networkInterfaces() { } /** - * Set the networkInterfaces value. + * Set list of network interfaces on the specified VM. * * @param networkInterfaces the networkInterfaces value to set * @return the SecurityGroupViewResultInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/SecurityRuleInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/SecurityRuleInner.java index f883ea702495..cdff77a110bf 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/SecurityRuleInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/SecurityRuleInner.java @@ -146,7 +146,7 @@ public class SecurityRuleInner extends SubResource { private String etag; /** - * Get the description value. + * Get a description for this rule. Restricted to 140 chars. * * @return the description value */ @@ -155,7 +155,7 @@ public String description() { } /** - * Set the description value. + * Set a description for this rule. Restricted to 140 chars. * * @param description the description value to set * @return the SecurityRuleInner object itself. @@ -166,7 +166,7 @@ public SecurityRuleInner withDescription(String description) { } /** - * Get the protocol value. + * Get network protocol this rule applies to. Possible values are 'Tcp', 'Udp', and '*'. Possible values include: 'Tcp', 'Udp', '*'. * * @return the protocol value */ @@ -175,7 +175,7 @@ public SecurityRuleProtocol protocol() { } /** - * Set the protocol value. + * Set network protocol this rule applies to. Possible values are 'Tcp', 'Udp', and '*'. Possible values include: 'Tcp', 'Udp', '*'. * * @param protocol the protocol value to set * @return the SecurityRuleInner object itself. @@ -186,7 +186,7 @@ public SecurityRuleInner withProtocol(SecurityRuleProtocol protocol) { } /** - * Get the sourcePortRange value. + * Get the source port or range. Integer or range between 0 and 65535. Asterix '*' can also be used to match all ports. * * @return the sourcePortRange value */ @@ -195,7 +195,7 @@ public String sourcePortRange() { } /** - * Set the sourcePortRange value. + * Set the source port or range. Integer or range between 0 and 65535. Asterix '*' can also be used to match all ports. * * @param sourcePortRange the sourcePortRange value to set * @return the SecurityRuleInner object itself. @@ -206,7 +206,7 @@ public SecurityRuleInner withSourcePortRange(String sourcePortRange) { } /** - * Get the destinationPortRange value. + * Get the destination port or range. Integer or range between 0 and 65535. Asterix '*' can also be used to match all ports. * * @return the destinationPortRange value */ @@ -215,7 +215,7 @@ public String destinationPortRange() { } /** - * Set the destinationPortRange value. + * Set the destination port or range. Integer or range between 0 and 65535. Asterix '*' can also be used to match all ports. * * @param destinationPortRange the destinationPortRange value to set * @return the SecurityRuleInner object itself. @@ -226,7 +226,7 @@ public SecurityRuleInner withDestinationPortRange(String destinationPortRange) { } /** - * Get the sourceAddressPrefix value. + * Get the CIDR or source IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. * * @return the sourceAddressPrefix value */ @@ -235,7 +235,7 @@ public String sourceAddressPrefix() { } /** - * Set the sourceAddressPrefix value. + * Set the CIDR or source IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. * * @param sourceAddressPrefix the sourceAddressPrefix value to set * @return the SecurityRuleInner object itself. @@ -246,7 +246,7 @@ public SecurityRuleInner withSourceAddressPrefix(String sourceAddressPrefix) { } /** - * Get the sourceAddressPrefixes value. + * Get the CIDR or source IP ranges. * * @return the sourceAddressPrefixes value */ @@ -255,7 +255,7 @@ public List sourceAddressPrefixes() { } /** - * Set the sourceAddressPrefixes value. + * Set the CIDR or source IP ranges. * * @param sourceAddressPrefixes the sourceAddressPrefixes value to set * @return the SecurityRuleInner object itself. @@ -266,7 +266,7 @@ public SecurityRuleInner withSourceAddressPrefixes(List sourceAddressPre } /** - * Get the sourceApplicationSecurityGroups value. + * Get the application security group specified as source. * * @return the sourceApplicationSecurityGroups value */ @@ -275,7 +275,7 @@ public List sourceApplicationSecurityGroups() { } /** - * Set the sourceApplicationSecurityGroups value. + * Set the application security group specified as source. * * @param sourceApplicationSecurityGroups the sourceApplicationSecurityGroups value to set * @return the SecurityRuleInner object itself. @@ -286,7 +286,7 @@ public SecurityRuleInner withSourceApplicationSecurityGroups(List destinationAddressPrefixes() { } /** - * Set the destinationAddressPrefixes value. + * Set the destination address prefixes. CIDR or destination IP ranges. * * @param destinationAddressPrefixes the destinationAddressPrefixes value to set * @return the SecurityRuleInner object itself. @@ -326,7 +326,7 @@ public SecurityRuleInner withDestinationAddressPrefixes(List destination } /** - * Get the destinationApplicationSecurityGroups value. + * Get the application security group specified as destination. * * @return the destinationApplicationSecurityGroups value */ @@ -335,7 +335,7 @@ public List destinationApplicationSecurityGroups( } /** - * Set the destinationApplicationSecurityGroups value. + * Set the application security group specified as destination. * * @param destinationApplicationSecurityGroups the destinationApplicationSecurityGroups value to set * @return the SecurityRuleInner object itself. @@ -346,7 +346,7 @@ public SecurityRuleInner withDestinationApplicationSecurityGroups(List sourcePortRanges() { } /** - * Set the sourcePortRanges value. + * Set the source port ranges. * * @param sourcePortRanges the sourcePortRanges value to set * @return the SecurityRuleInner object itself. @@ -366,7 +366,7 @@ public SecurityRuleInner withSourcePortRanges(List sourcePortRanges) { } /** - * Get the destinationPortRanges value. + * Get the destination port ranges. * * @return the destinationPortRanges value */ @@ -375,7 +375,7 @@ public List destinationPortRanges() { } /** - * Set the destinationPortRanges value. + * Set the destination port ranges. * * @param destinationPortRanges the destinationPortRanges value to set * @return the SecurityRuleInner object itself. @@ -386,7 +386,7 @@ public SecurityRuleInner withDestinationPortRanges(List destinationPortR } /** - * Get the access value. + * Get the network traffic is allowed or denied. Possible values are: 'Allow' and 'Deny'. Possible values include: 'Allow', 'Deny'. * * @return the access value */ @@ -395,7 +395,7 @@ public SecurityRuleAccess access() { } /** - * Set the access value. + * Set the network traffic is allowed or denied. Possible values are: 'Allow' and 'Deny'. Possible values include: 'Allow', 'Deny'. * * @param access the access value to set * @return the SecurityRuleInner object itself. @@ -406,7 +406,7 @@ public SecurityRuleInner withAccess(SecurityRuleAccess access) { } /** - * Get the priority value. + * Get the priority of the rule. The value can be between 100 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. * * @return the priority value */ @@ -415,7 +415,7 @@ public Integer priority() { } /** - * Set the priority value. + * Set the priority of the rule. The value can be between 100 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. * * @param priority the priority value to set * @return the SecurityRuleInner object itself. @@ -426,7 +426,7 @@ public SecurityRuleInner withPriority(Integer priority) { } /** - * Get the direction value. + * Get the direction of the rule. The direction specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound'. * * @return the direction value */ @@ -435,7 +435,7 @@ public SecurityRuleDirection direction() { } /** - * Set the direction value. + * Set the direction of the rule. The direction specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'. Possible values include: 'Inbound', 'Outbound'. * * @param direction the direction value to set * @return the SecurityRuleInner object itself. @@ -446,7 +446,7 @@ public SecurityRuleInner withDirection(SecurityRuleDirection direction) { } /** - * Get the provisioningState value. + * Get the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -455,7 +455,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @param provisioningState the provisioningState value to set * @return the SecurityRuleInner object itself. @@ -466,7 +466,7 @@ public SecurityRuleInner withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -475,7 +475,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the SecurityRuleInner object itself. @@ -486,7 +486,7 @@ public SecurityRuleInner withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -495,7 +495,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the SecurityRuleInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/SubnetInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/SubnetInner.java index c4739b001d60..118230854a19 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/SubnetInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/SubnetInner.java @@ -78,7 +78,7 @@ public class SubnetInner extends SubResource { private String etag; /** - * Get the addressPrefix value. + * Get the address prefix for the subnet. * * @return the addressPrefix value */ @@ -87,7 +87,7 @@ public String addressPrefix() { } /** - * Set the addressPrefix value. + * Set the address prefix for the subnet. * * @param addressPrefix the addressPrefix value to set * @return the SubnetInner object itself. @@ -98,7 +98,7 @@ public SubnetInner withAddressPrefix(String addressPrefix) { } /** - * Get the networkSecurityGroup value. + * Get the reference of the NetworkSecurityGroup resource. * * @return the networkSecurityGroup value */ @@ -107,7 +107,7 @@ public NetworkSecurityGroupInner networkSecurityGroup() { } /** - * Set the networkSecurityGroup value. + * Set the reference of the NetworkSecurityGroup resource. * * @param networkSecurityGroup the networkSecurityGroup value to set * @return the SubnetInner object itself. @@ -118,7 +118,7 @@ public SubnetInner withNetworkSecurityGroup(NetworkSecurityGroupInner networkSec } /** - * Get the routeTable value. + * Get the reference of the RouteTable resource. * * @return the routeTable value */ @@ -127,7 +127,7 @@ public RouteTableInner routeTable() { } /** - * Set the routeTable value. + * Set the reference of the RouteTable resource. * * @param routeTable the routeTable value to set * @return the SubnetInner object itself. @@ -138,7 +138,7 @@ public SubnetInner withRouteTable(RouteTableInner routeTable) { } /** - * Get the serviceEndpoints value. + * Get an array of service endpoints. * * @return the serviceEndpoints value */ @@ -147,7 +147,7 @@ public List serviceEndpoints() { } /** - * Set the serviceEndpoints value. + * Set an array of service endpoints. * * @param serviceEndpoints the serviceEndpoints value to set * @return the SubnetInner object itself. @@ -158,7 +158,7 @@ public SubnetInner withServiceEndpoints(List se } /** - * Get the ipConfigurations value. + * Get gets an array of references to the network interface IP configurations using subnet. * * @return the ipConfigurations value */ @@ -167,7 +167,7 @@ public List ipConfigurations() { } /** - * Get the resourceNavigationLinks value. + * Get gets an array of references to the external resources using subnet. * * @return the resourceNavigationLinks value */ @@ -176,7 +176,7 @@ public List resourceNavigationLinks() { } /** - * Set the resourceNavigationLinks value. + * Set gets an array of references to the external resources using subnet. * * @param resourceNavigationLinks the resourceNavigationLinks value to set * @return the SubnetInner object itself. @@ -187,7 +187,7 @@ public SubnetInner withResourceNavigationLinks(List reso } /** - * Get the provisioningState value. + * Get the provisioning state of the resource. * * @return the provisioningState value */ @@ -196,7 +196,7 @@ public String provisioningState() { } /** - * Set the provisioningState value. + * Set the provisioning state of the resource. * * @param provisioningState the provisioningState value to set * @return the SubnetInner object itself. @@ -207,7 +207,7 @@ public SubnetInner withProvisioningState(String provisioningState) { } /** - * Get the name value. + * Get the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @return the name value */ @@ -216,7 +216,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource that is unique within a resource group. This name can be used to access the resource. * * @param name the name value to set * @return the SubnetInner object itself. @@ -227,7 +227,7 @@ public SubnetInner withName(String name) { } /** - * Get the etag value. + * Get a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -236,7 +236,7 @@ public String etag() { } /** - * Set the etag value. + * Set a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the SubnetInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/TopologyInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/TopologyInner.java index 10f26b3a57aa..37bd63b11cbb 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/TopologyInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/TopologyInner.java @@ -43,7 +43,7 @@ public class TopologyInner { private List resources; /** - * Get the id value. + * Get gUID representing the operation id. * * @return the id value */ @@ -52,7 +52,7 @@ public String id() { } /** - * Get the createdDateTime value. + * Get the datetime when the topology was initially created for the resource group. * * @return the createdDateTime value */ @@ -61,7 +61,7 @@ public DateTime createdDateTime() { } /** - * Get the lastModified value. + * Get the datetime when the topology was last modified. * * @return the lastModified value */ diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/TroubleshootingResultInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/TroubleshootingResultInner.java index 203286326d27..123ef2c83e3a 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/TroubleshootingResultInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/TroubleshootingResultInner.java @@ -42,7 +42,7 @@ public class TroubleshootingResultInner { private List results; /** - * Get the startTime value. + * Get the start time of the troubleshooting. * * @return the startTime value */ @@ -51,7 +51,7 @@ public DateTime startTime() { } /** - * Set the startTime value. + * Set the start time of the troubleshooting. * * @param startTime the startTime value to set * @return the TroubleshootingResultInner object itself. @@ -62,7 +62,7 @@ public TroubleshootingResultInner withStartTime(DateTime startTime) { } /** - * Get the endTime value. + * Get the end time of the troubleshooting. * * @return the endTime value */ @@ -71,7 +71,7 @@ public DateTime endTime() { } /** - * Set the endTime value. + * Set the end time of the troubleshooting. * * @param endTime the endTime value to set * @return the TroubleshootingResultInner object itself. @@ -82,7 +82,7 @@ public TroubleshootingResultInner withEndTime(DateTime endTime) { } /** - * Get the code value. + * Get the result code of the troubleshooting. * * @return the code value */ @@ -91,7 +91,7 @@ public String code() { } /** - * Set the code value. + * Set the result code of the troubleshooting. * * @param code the code value to set * @return the TroubleshootingResultInner object itself. @@ -102,7 +102,7 @@ public TroubleshootingResultInner withCode(String code) { } /** - * Get the results value. + * Get information from troubleshooting. * * @return the results value */ @@ -111,7 +111,7 @@ public List results() { } /** - * Set the results value. + * Set information from troubleshooting. * * @param results the results value to set * @return the TroubleshootingResultInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/UsageInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/UsageInner.java index 9aa9b40c0100..3ffecf883997 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/UsageInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/UsageInner.java @@ -47,13 +47,16 @@ public class UsageInner { /** * Creates an instance of UsageInner class. + * @param currentValue the current value of the usage. + * @param limit the limit of usage. + * @param name the name of the type of usage. */ public UsageInner() { unit = "Count"; } /** - * Get the id value. + * Get resource identifier. * * @return the id value */ @@ -62,7 +65,7 @@ public String id() { } /** - * Get the unit value. + * Get an enum describing the unit of measurement. * * @return the unit value */ @@ -71,7 +74,7 @@ public String unit() { } /** - * Set the unit value. + * Set an enum describing the unit of measurement. * * @param unit the unit value to set * @return the UsageInner object itself. @@ -82,7 +85,7 @@ public UsageInner withUnit(String unit) { } /** - * Get the currentValue value. + * Get the current value of the usage. * * @return the currentValue value */ @@ -91,7 +94,7 @@ public long currentValue() { } /** - * Set the currentValue value. + * Set the current value of the usage. * * @param currentValue the currentValue value to set * @return the UsageInner object itself. @@ -102,7 +105,7 @@ public UsageInner withCurrentValue(long currentValue) { } /** - * Get the limit value. + * Get the limit of usage. * * @return the limit value */ @@ -111,7 +114,7 @@ public long limit() { } /** - * Set the limit value. + * Set the limit of usage. * * @param limit the limit value to set * @return the UsageInner object itself. @@ -122,7 +125,7 @@ public UsageInner withLimit(long limit) { } /** - * Get the name value. + * Get the name of the type of usage. * * @return the name value */ @@ -131,7 +134,7 @@ public UsageName name() { } /** - * Set the name value. + * Set the name of the type of usage. * * @param name the name value to set * @return the UsageInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/VerificationIPFlowResultInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/VerificationIPFlowResultInner.java index b49ee6de25e0..13994c02c91d 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/VerificationIPFlowResultInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/VerificationIPFlowResultInner.java @@ -30,7 +30,7 @@ public class VerificationIPFlowResultInner { private String ruleName; /** - * Get the access value. + * Get indicates whether the traffic is allowed or denied. Possible values include: 'Allow', 'Deny'. * * @return the access value */ @@ -39,7 +39,7 @@ public Access access() { } /** - * Set the access value. + * Set indicates whether the traffic is allowed or denied. Possible values include: 'Allow', 'Deny'. * * @param access the access value to set * @return the VerificationIPFlowResultInner object itself. @@ -50,7 +50,7 @@ public VerificationIPFlowResultInner withAccess(Access access) { } /** - * Get the ruleName value. + * Get name of the rule. If input is not matched against any security rule, it is not displayed. * * @return the ruleName value */ @@ -59,7 +59,7 @@ public String ruleName() { } /** - * Set the ruleName value. + * Set name of the rule. If input is not matched against any security rule, it is not displayed. * * @param ruleName the ruleName value to set * @return the VerificationIPFlowResultInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/VirtualNetworkGatewayConnectionInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/VirtualNetworkGatewayConnectionInner.java index 240c23a4e839..bae7fbd8c9ea 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/VirtualNetworkGatewayConnectionInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/VirtualNetworkGatewayConnectionInner.java @@ -147,7 +147,7 @@ public class VirtualNetworkGatewayConnectionInner extends Resource { private String id; /** - * Get the authorizationKey value. + * Get the authorizationKey. * * @return the authorizationKey value */ @@ -156,7 +156,7 @@ public String authorizationKey() { } /** - * Set the authorizationKey value. + * Set the authorizationKey. * * @param authorizationKey the authorizationKey value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -167,7 +167,7 @@ public VirtualNetworkGatewayConnectionInner withAuthorizationKey(String authoriz } /** - * Get the virtualNetworkGateway1 value. + * Get the reference to virtual network gateway resource. * * @return the virtualNetworkGateway1 value */ @@ -176,7 +176,7 @@ public VirtualNetworkGatewayInner virtualNetworkGateway1() { } /** - * Set the virtualNetworkGateway1 value. + * Set the reference to virtual network gateway resource. * * @param virtualNetworkGateway1 the virtualNetworkGateway1 value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -187,7 +187,7 @@ public VirtualNetworkGatewayConnectionInner withVirtualNetworkGateway1(VirtualNe } /** - * Get the virtualNetworkGateway2 value. + * Get the reference to virtual network gateway resource. * * @return the virtualNetworkGateway2 value */ @@ -196,7 +196,7 @@ public VirtualNetworkGatewayInner virtualNetworkGateway2() { } /** - * Set the virtualNetworkGateway2 value. + * Set the reference to virtual network gateway resource. * * @param virtualNetworkGateway2 the virtualNetworkGateway2 value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -207,7 +207,7 @@ public VirtualNetworkGatewayConnectionInner withVirtualNetworkGateway2(VirtualNe } /** - * Get the localNetworkGateway2 value. + * Get the reference to local network gateway resource. * * @return the localNetworkGateway2 value */ @@ -216,7 +216,7 @@ public LocalNetworkGatewayInner localNetworkGateway2() { } /** - * Set the localNetworkGateway2 value. + * Set the reference to local network gateway resource. * * @param localNetworkGateway2 the localNetworkGateway2 value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -227,7 +227,7 @@ public VirtualNetworkGatewayConnectionInner withLocalNetworkGateway2(LocalNetwor } /** - * Get the connectionType value. + * Get gateway connection type. Possible values are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient'. * * @return the connectionType value */ @@ -236,7 +236,7 @@ public VirtualNetworkGatewayConnectionType connectionType() { } /** - * Set the connectionType value. + * Set gateway connection type. Possible values are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient'. * * @param connectionType the connectionType value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -247,7 +247,7 @@ public VirtualNetworkGatewayConnectionInner withConnectionType(VirtualNetworkGat } /** - * Get the routingWeight value. + * Get the routing weight. * * @return the routingWeight value */ @@ -256,7 +256,7 @@ public Integer routingWeight() { } /** - * Set the routingWeight value. + * Set the routing weight. * * @param routingWeight the routingWeight value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -267,7 +267,7 @@ public VirtualNetworkGatewayConnectionInner withRoutingWeight(Integer routingWei } /** - * Get the sharedKey value. + * Get the IPSec shared key. * * @return the sharedKey value */ @@ -276,7 +276,7 @@ public String sharedKey() { } /** - * Set the sharedKey value. + * Set the IPSec shared key. * * @param sharedKey the sharedKey value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -287,7 +287,7 @@ public VirtualNetworkGatewayConnectionInner withSharedKey(String sharedKey) { } /** - * Get the connectionStatus value. + * Get virtual network Gateway connection status. Possible values are 'Unknown', 'Connecting', 'Connected' and 'NotConnected'. Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected'. * * @return the connectionStatus value */ @@ -296,7 +296,7 @@ public VirtualNetworkGatewayConnectionStatus connectionStatus() { } /** - * Get the tunnelConnectionStatus value. + * Get collection of all tunnels' connection health status. * * @return the tunnelConnectionStatus value */ @@ -305,7 +305,7 @@ public List tunnelConnectionStatus() { } /** - * Get the egressBytesTransferred value. + * Get the egress bytes transferred in this connection. * * @return the egressBytesTransferred value */ @@ -314,7 +314,7 @@ public Long egressBytesTransferred() { } /** - * Get the ingressBytesTransferred value. + * Get the ingress bytes transferred in this connection. * * @return the ingressBytesTransferred value */ @@ -323,7 +323,7 @@ public Long ingressBytesTransferred() { } /** - * Get the peer value. + * Get the reference to peerings resource. * * @return the peer value */ @@ -332,7 +332,7 @@ public SubResource peer() { } /** - * Set the peer value. + * Set the reference to peerings resource. * * @param peer the peer value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -343,7 +343,7 @@ public VirtualNetworkGatewayConnectionInner withPeer(SubResource peer) { } /** - * Get the enableBgp value. + * Get enableBgp flag. * * @return the enableBgp value */ @@ -352,7 +352,7 @@ public Boolean enableBgp() { } /** - * Set the enableBgp value. + * Set enableBgp flag. * * @param enableBgp the enableBgp value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -363,7 +363,7 @@ public VirtualNetworkGatewayConnectionInner withEnableBgp(Boolean enableBgp) { } /** - * Get the usePolicyBasedTrafficSelectors value. + * Get enable policy-based traffic selectors. * * @return the usePolicyBasedTrafficSelectors value */ @@ -372,7 +372,7 @@ public Boolean usePolicyBasedTrafficSelectors() { } /** - * Set the usePolicyBasedTrafficSelectors value. + * Set enable policy-based traffic selectors. * * @param usePolicyBasedTrafficSelectors the usePolicyBasedTrafficSelectors value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -383,7 +383,7 @@ public VirtualNetworkGatewayConnectionInner withUsePolicyBasedTrafficSelectors(B } /** - * Get the ipsecPolicies value. + * Get the IPSec Policies to be considered by this connection. * * @return the ipsecPolicies value */ @@ -392,7 +392,7 @@ public List ipsecPolicies() { } /** - * Set the ipsecPolicies value. + * Set the IPSec Policies to be considered by this connection. * * @param ipsecPolicies the ipsecPolicies value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -403,7 +403,7 @@ public VirtualNetworkGatewayConnectionInner withIpsecPolicies(List } /** - * Get the resourceGuid value. + * Get the resource GUID property of the VirtualNetworkGatewayConnection resource. * * @return the resourceGuid value */ @@ -412,7 +412,7 @@ public String resourceGuid() { } /** - * Set the resourceGuid value. + * Set the resource GUID property of the VirtualNetworkGatewayConnection resource. * * @param resourceGuid the resourceGuid value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -423,7 +423,7 @@ public VirtualNetworkGatewayConnectionInner withResourceGuid(String resourceGuid } /** - * Get the provisioningState value. + * Get the provisioning state of the VirtualNetworkGatewayConnection resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. * * @return the provisioningState value */ @@ -432,7 +432,7 @@ public String provisioningState() { } /** - * Get the etag value. + * Get gets a unique read-only string that changes whenever the resource is updated. * * @return the etag value */ @@ -441,7 +441,7 @@ public String etag() { } /** - * Set the etag value. + * Set gets a unique read-only string that changes whenever the resource is updated. * * @param etag the etag value to set * @return the VirtualNetworkGatewayConnectionInner object itself. @@ -452,7 +452,7 @@ public VirtualNetworkGatewayConnectionInner withEtag(String etag) { } /** - * Get the id value. + * Get resource ID. * * @return the id value */ @@ -461,7 +461,7 @@ public String id() { } /** - * Set the id value. + * Set resource ID. * * @param id the id value to set * @return the VirtualNetworkGatewayConnectionInner object itself. diff --git a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/VirtualNetworkGatewayConnectionListEntityInner.java b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/VirtualNetworkGatewayConnectionListEntityInner.java index 0f2a43391afa..b6405a0fb337 100644 --- a/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/VirtualNetworkGatewayConnectionListEntityInner.java +++ b/network/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/network/v2018_05_01/implementation/VirtualNetworkGatewayConnectionListEntityInner.java @@ -148,7 +148,7 @@ public class VirtualNetworkGatewayConnectionListEntityInner extends Resource { private String id; /** - * Get the authorizationKey value. + * Get the authorizationKey. * * @return the authorizationKey value */ @@ -157,7 +157,7 @@ public String authorizationKey() { } /** - * Set the authorizationKey value. + * Set the authorizationKey. * * @param authorizationKey the authorizationKey value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -168,7 +168,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withAuthorizationKey(Strin } /** - * Get the virtualNetworkGateway1 value. + * Get the reference to virtual network gateway resource. * * @return the virtualNetworkGateway1 value */ @@ -177,7 +177,7 @@ public VirtualNetworkConnectionGatewayReference virtualNetworkGateway1() { } /** - * Set the virtualNetworkGateway1 value. + * Set the reference to virtual network gateway resource. * * @param virtualNetworkGateway1 the virtualNetworkGateway1 value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -188,7 +188,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withVirtualNetworkGateway1 } /** - * Get the virtualNetworkGateway2 value. + * Get the reference to virtual network gateway resource. * * @return the virtualNetworkGateway2 value */ @@ -197,7 +197,7 @@ public VirtualNetworkConnectionGatewayReference virtualNetworkGateway2() { } /** - * Set the virtualNetworkGateway2 value. + * Set the reference to virtual network gateway resource. * * @param virtualNetworkGateway2 the virtualNetworkGateway2 value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -208,7 +208,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withVirtualNetworkGateway2 } /** - * Get the localNetworkGateway2 value. + * Get the reference to local network gateway resource. * * @return the localNetworkGateway2 value */ @@ -217,7 +217,7 @@ public VirtualNetworkConnectionGatewayReference localNetworkGateway2() { } /** - * Set the localNetworkGateway2 value. + * Set the reference to local network gateway resource. * * @param localNetworkGateway2 the localNetworkGateway2 value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -228,7 +228,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withLocalNetworkGateway2(V } /** - * Get the connectionType value. + * Get gateway connection type. Possible values are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient'. * * @return the connectionType value */ @@ -237,7 +237,7 @@ public VirtualNetworkGatewayConnectionType connectionType() { } /** - * Set the connectionType value. + * Set gateway connection type. Possible values are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient'. * * @param connectionType the connectionType value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -248,7 +248,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withConnectionType(Virtual } /** - * Get the routingWeight value. + * Get the routing weight. * * @return the routingWeight value */ @@ -257,7 +257,7 @@ public Integer routingWeight() { } /** - * Set the routingWeight value. + * Set the routing weight. * * @param routingWeight the routingWeight value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -268,7 +268,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withRoutingWeight(Integer } /** - * Get the sharedKey value. + * Get the IPSec shared key. * * @return the sharedKey value */ @@ -277,7 +277,7 @@ public String sharedKey() { } /** - * Set the sharedKey value. + * Set the IPSec shared key. * * @param sharedKey the sharedKey value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -288,7 +288,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withSharedKey(String share } /** - * Get the connectionStatus value. + * Get virtual network Gateway connection status. Possible values are 'Unknown', 'Connecting', 'Connected' and 'NotConnected'. Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected'. * * @return the connectionStatus value */ @@ -297,7 +297,7 @@ public VirtualNetworkGatewayConnectionStatus connectionStatus() { } /** - * Get the tunnelConnectionStatus value. + * Get collection of all tunnels' connection health status. * * @return the tunnelConnectionStatus value */ @@ -306,7 +306,7 @@ public List tunnelConnectionStatus() { } /** - * Get the egressBytesTransferred value. + * Get the egress bytes transferred in this connection. * * @return the egressBytesTransferred value */ @@ -315,7 +315,7 @@ public Long egressBytesTransferred() { } /** - * Get the ingressBytesTransferred value. + * Get the ingress bytes transferred in this connection. * * @return the ingressBytesTransferred value */ @@ -324,7 +324,7 @@ public Long ingressBytesTransferred() { } /** - * Get the peer value. + * Get the reference to peerings resource. * * @return the peer value */ @@ -333,7 +333,7 @@ public SubResource peer() { } /** - * Set the peer value. + * Set the reference to peerings resource. * * @param peer the peer value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -344,7 +344,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withPeer(SubResource peer) } /** - * Get the enableBgp value. + * Get enableBgp flag. * * @return the enableBgp value */ @@ -353,7 +353,7 @@ public Boolean enableBgp() { } /** - * Set the enableBgp value. + * Set enableBgp flag. * * @param enableBgp the enableBgp value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -364,7 +364,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withEnableBgp(Boolean enab } /** - * Get the usePolicyBasedTrafficSelectors value. + * Get enable policy-based traffic selectors. * * @return the usePolicyBasedTrafficSelectors value */ @@ -373,7 +373,7 @@ public Boolean usePolicyBasedTrafficSelectors() { } /** - * Set the usePolicyBasedTrafficSelectors value. + * Set enable policy-based traffic selectors. * * @param usePolicyBasedTrafficSelectors the usePolicyBasedTrafficSelectors value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -384,7 +384,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withUsePolicyBasedTrafficS } /** - * Get the ipsecPolicies value. + * Get the IPSec Policies to be considered by this connection. * * @return the ipsecPolicies value */ @@ -393,7 +393,7 @@ public List ipsecPolicies() { } /** - * Set the ipsecPolicies value. + * Set the IPSec Policies to be considered by this connection. * * @param ipsecPolicies the ipsecPolicies value to set * @return the VirtualNetworkGatewayConnectionListEntityInner object itself. @@ -404,7 +404,7 @@ public VirtualNetworkGatewayConnectionListEntityInner withIpsecPolicies(List ipConfigurations() { } /** - * Set the ipConfigurations value. + * Set iP configurations for virtual network gateway. * * @param ipConfigurations the ipConfigurations value to set * @return the VirtualNetworkGatewayInner object itself. @@ -135,7 +135,7 @@ public VirtualNetworkGatewayInner withIpConfigurations(List subnets() { } /** - * Set the subnets value. + * Set a list of subnets in a Virtual Network. * * @param subnets the subnets value to set * @return the VirtualNetworkInner object itself. @@ -157,7 +157,7 @@ public VirtualNetworkInner withSubnets(List subnets) { } /** - * Get the virtualNetworkPeerings value. + * Get a list of peerings in a Virtual Network. * * @return the virtualNetworkPeerings value */ @@ -166,7 +166,7 @@ public List virtualNetworkPeerings() { } /** - * Set the virtualNetworkPeerings value. + * Set a list of peerings in a Virtual Network. * * @param virtualNetworkPeerings the virtualNetworkPeerings value to set * @return the VirtualNetworkInner object itself. @@ -177,7 +177,7 @@ public VirtualNetworkInner withVirtualNetworkPeerings(List