diff --git a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/CheckTrafficManagerRelativeDnsNameAvailabilityParameters.java b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/CheckTrafficManagerRelativeDnsNameAvailabilityParameters.java index 7675b3e7a0e..6e5a69421d9 100644 --- a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/CheckTrafficManagerRelativeDnsNameAvailabilityParameters.java +++ b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/CheckTrafficManagerRelativeDnsNameAvailabilityParameters.java @@ -27,7 +27,7 @@ public class CheckTrafficManagerRelativeDnsNameAvailabilityParameters { private String type; /** - * Get the name value. + * Get the name of the resource. * * @return the name value */ @@ -36,7 +36,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource. * * @param name the name value to set * @return the CheckTrafficManagerRelativeDnsNameAvailabilityParameters object itself. @@ -47,7 +47,7 @@ public CheckTrafficManagerRelativeDnsNameAvailabilityParameters withName(String } /** - * Get the type value. + * Get the type of the resource. * * @return the type value */ @@ -56,7 +56,7 @@ public String type() { } /** - * Set the type value. + * Set the type of the resource. * * @param type the type value to set * @return the CheckTrafficManagerRelativeDnsNameAvailabilityParameters object itself. diff --git a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/DnsConfig.java b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/DnsConfig.java index 6e8654275e1..2d33ab9cbc8 100644 --- a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/DnsConfig.java +++ b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/DnsConfig.java @@ -39,7 +39,7 @@ public class DnsConfig { private Long ttl; /** - * Get the relativeName value. + * Get the relative DNS name provided by this Traffic Manager profile. This value is combined with the DNS domain name used by Azure Traffic Manager to form the fully-qualified domain name (FQDN) of the profile. * * @return the relativeName value */ @@ -48,7 +48,7 @@ public String relativeName() { } /** - * Set the relativeName value. + * Set the relative DNS name provided by this Traffic Manager profile. This value is combined with the DNS domain name used by Azure Traffic Manager to form the fully-qualified domain name (FQDN) of the profile. * * @param relativeName the relativeName value to set * @return the DnsConfig object itself. @@ -59,7 +59,7 @@ public DnsConfig withRelativeName(String relativeName) { } /** - * Get the fqdn value. + * Get the fully-qualified domain name (FQDN) of the Traffic Manager profile. This is formed from the concatenation of the RelativeName with the DNS domain used by Azure Traffic Manager. * * @return the fqdn value */ @@ -68,7 +68,7 @@ public String fqdn() { } /** - * Get the ttl value. + * Get the DNS Time-To-Live (TTL), in seconds. This informs the local DNS resolvers and DNS clients how long to cache DNS responses provided by this Traffic Manager profile. * * @return the ttl value */ @@ -77,7 +77,7 @@ public Long ttl() { } /** - * Set the ttl value. + * Set the DNS Time-To-Live (TTL), in seconds. This informs the local DNS resolvers and DNS clients how long to cache DNS responses provided by this Traffic Manager profile. * * @param ttl the ttl value to set * @return the DnsConfig object itself. diff --git a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/EndpointPropertiesCustomHeadersItem.java b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/EndpointPropertiesCustomHeadersItem.java index 32faa6356fe..417981bdafa 100644 --- a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/EndpointPropertiesCustomHeadersItem.java +++ b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/EndpointPropertiesCustomHeadersItem.java @@ -27,7 +27,7 @@ public class EndpointPropertiesCustomHeadersItem { private String value; /** - * Get the name value. + * Get header name. * * @return the name value */ @@ -36,7 +36,7 @@ public String name() { } /** - * Set the name value. + * Set header name. * * @param name the name value to set * @return the EndpointPropertiesCustomHeadersItem object itself. @@ -47,7 +47,7 @@ public EndpointPropertiesCustomHeadersItem withName(String name) { } /** - * Get the value value. + * Get header value. * * @return the value value */ @@ -56,7 +56,7 @@ public String value() { } /** - * Set the value value. + * Set header value. * * @param value the value value to set * @return the EndpointPropertiesCustomHeadersItem object itself. diff --git a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/HeatMapEndpoint.java b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/HeatMapEndpoint.java index b51952e08aa..39953fd4242 100644 --- a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/HeatMapEndpoint.java +++ b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/HeatMapEndpoint.java @@ -27,7 +27,7 @@ public class HeatMapEndpoint { private Integer endpointId; /** - * Get the resourceId value. + * Get the ARM Resource ID of this Traffic Manager endpoint. * * @return the resourceId value */ @@ -36,7 +36,7 @@ public String resourceId() { } /** - * Set the resourceId value. + * Set the ARM Resource ID of this Traffic Manager endpoint. * * @param resourceId the resourceId value to set * @return the HeatMapEndpoint object itself. @@ -47,7 +47,7 @@ public HeatMapEndpoint withResourceId(String resourceId) { } /** - * Get the endpointId value. + * Get a number uniquely identifying this endpoint in query experiences. * * @return the endpointId value */ @@ -56,7 +56,7 @@ public Integer endpointId() { } /** - * Set the endpointId value. + * Set a number uniquely identifying this endpoint in query experiences. * * @param endpointId the endpointId value to set * @return the HeatMapEndpoint object itself. diff --git a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/MonitorConfig.java b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/MonitorConfig.java index c9ffa7f929e..ce575a97e67 100644 --- a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/MonitorConfig.java +++ b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/MonitorConfig.java @@ -80,7 +80,7 @@ public class MonitorConfig { private List expectedStatusCodeRanges; /** - * Get the profileMonitorStatus value. + * Get the profile-level monitoring status of the Traffic Manager profile. Possible values include: 'CheckingEndpoints', 'Online', 'Degraded', 'Disabled', 'Inactive'. * * @return the profileMonitorStatus value */ @@ -89,7 +89,7 @@ public ProfileMonitorStatus profileMonitorStatus() { } /** - * Set the profileMonitorStatus value. + * Set the profile-level monitoring status of the Traffic Manager profile. Possible values include: 'CheckingEndpoints', 'Online', 'Degraded', 'Disabled', 'Inactive'. * * @param profileMonitorStatus the profileMonitorStatus value to set * @return the MonitorConfig object itself. @@ -100,7 +100,7 @@ public MonitorConfig withProfileMonitorStatus(ProfileMonitorStatus profileMonito } /** - * Get the protocol value. + * Get the protocol (HTTP, HTTPS or TCP) used to probe for endpoint health. Possible values include: 'HTTP', 'HTTPS', 'TCP'. * * @return the protocol value */ @@ -109,7 +109,7 @@ public MonitorProtocol protocol() { } /** - * Set the protocol value. + * Set the protocol (HTTP, HTTPS or TCP) used to probe for endpoint health. Possible values include: 'HTTP', 'HTTPS', 'TCP'. * * @param protocol the protocol value to set * @return the MonitorConfig object itself. @@ -120,7 +120,7 @@ public MonitorConfig withProtocol(MonitorProtocol protocol) { } /** - * Get the port value. + * Get the TCP port used to probe for endpoint health. * * @return the port value */ @@ -129,7 +129,7 @@ public Long port() { } /** - * Set the port value. + * Set the TCP port used to probe for endpoint health. * * @param port the port value to set * @return the MonitorConfig object itself. @@ -140,7 +140,7 @@ public MonitorConfig withPort(Long port) { } /** - * Get the path value. + * Get the path relative to the endpoint domain name used to probe for endpoint health. * * @return the path value */ @@ -149,7 +149,7 @@ public String path() { } /** - * Set the path value. + * Set the path relative to the endpoint domain name used to probe for endpoint health. * * @param path the path value to set * @return the MonitorConfig object itself. @@ -160,7 +160,7 @@ public MonitorConfig withPath(String path) { } /** - * Get the intervalInSeconds value. + * Get the monitor interval for endpoints in this profile. This is the interval at which Traffic Manager will check the health of each endpoint in this profile. * * @return the intervalInSeconds value */ @@ -169,7 +169,7 @@ public Long intervalInSeconds() { } /** - * Set the intervalInSeconds value. + * Set the monitor interval for endpoints in this profile. This is the interval at which Traffic Manager will check the health of each endpoint in this profile. * * @param intervalInSeconds the intervalInSeconds value to set * @return the MonitorConfig object itself. @@ -180,7 +180,7 @@ public MonitorConfig withIntervalInSeconds(Long intervalInSeconds) { } /** - * Get the timeoutInSeconds value. + * Get the monitor timeout for endpoints in this profile. This is the time that Traffic Manager allows endpoints in this profile to response to the health check. * * @return the timeoutInSeconds value */ @@ -189,7 +189,7 @@ public Long timeoutInSeconds() { } /** - * Set the timeoutInSeconds value. + * Set the monitor timeout for endpoints in this profile. This is the time that Traffic Manager allows endpoints in this profile to response to the health check. * * @param timeoutInSeconds the timeoutInSeconds value to set * @return the MonitorConfig object itself. @@ -200,7 +200,7 @@ public MonitorConfig withTimeoutInSeconds(Long timeoutInSeconds) { } /** - * Get the toleratedNumberOfFailures value. + * Get the number of consecutive failed health check that Traffic Manager tolerates before declaring an endpoint in this profile Degraded after the next failed health check. * * @return the toleratedNumberOfFailures value */ @@ -209,7 +209,7 @@ public Long toleratedNumberOfFailures() { } /** - * Set the toleratedNumberOfFailures value. + * Set the number of consecutive failed health check that Traffic Manager tolerates before declaring an endpoint in this profile Degraded after the next failed health check. * * @param toleratedNumberOfFailures the toleratedNumberOfFailures value to set * @return the MonitorConfig object itself. @@ -220,7 +220,7 @@ public MonitorConfig withToleratedNumberOfFailures(Long toleratedNumberOfFailure } /** - * Get the customHeaders value. + * Get list of custom headers. * * @return the customHeaders value */ @@ -229,7 +229,7 @@ public List customHeaders() { } /** - * Set the customHeaders value. + * Set list of custom headers. * * @param customHeaders the customHeaders value to set * @return the MonitorConfig object itself. @@ -240,7 +240,7 @@ public MonitorConfig withCustomHeaders(List cust } /** - * Get the expectedStatusCodeRanges value. + * Get list of expected status code ranges. * * @return the expectedStatusCodeRanges value */ @@ -249,7 +249,7 @@ public List expectedStatusCodeRanges( } /** - * Set the expectedStatusCodeRanges value. + * Set list of expected status code ranges. * * @param expectedStatusCodeRanges the expectedStatusCodeRanges value to set * @return the MonitorConfig object itself. diff --git a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/MonitorConfigCustomHeadersItem.java b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/MonitorConfigCustomHeadersItem.java index 72fb48d5520..6b9fe1f7336 100644 --- a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/MonitorConfigCustomHeadersItem.java +++ b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/MonitorConfigCustomHeadersItem.java @@ -27,7 +27,7 @@ public class MonitorConfigCustomHeadersItem { private String value; /** - * Get the name value. + * Get header name. * * @return the name value */ @@ -36,7 +36,7 @@ public String name() { } /** - * Set the name value. + * Set header name. * * @param name the name value to set * @return the MonitorConfigCustomHeadersItem object itself. @@ -47,7 +47,7 @@ public MonitorConfigCustomHeadersItem withName(String name) { } /** - * Get the value value. + * Get header value. * * @return the value value */ @@ -56,7 +56,7 @@ public String value() { } /** - * Set the value value. + * Set header value. * * @param value the value value to set * @return the MonitorConfigCustomHeadersItem object itself. diff --git a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/MonitorConfigExpectedStatusCodeRangesItem.java b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/MonitorConfigExpectedStatusCodeRangesItem.java index fc40b67bc4f..455c46da475 100644 --- a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/MonitorConfigExpectedStatusCodeRangesItem.java +++ b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/MonitorConfigExpectedStatusCodeRangesItem.java @@ -27,7 +27,7 @@ public class MonitorConfigExpectedStatusCodeRangesItem { private Integer max; /** - * Get the min value. + * Get min status code. * * @return the min value */ @@ -36,7 +36,7 @@ public Integer min() { } /** - * Set the min value. + * Set min status code. * * @param min the min value to set * @return the MonitorConfigExpectedStatusCodeRangesItem object itself. @@ -47,7 +47,7 @@ public MonitorConfigExpectedStatusCodeRangesItem withMin(Integer min) { } /** - * Get the max value. + * Get max status code. * * @return the max value */ @@ -56,7 +56,7 @@ public Integer max() { } /** - * Set the max value. + * Set max status code. * * @param max the max value to set * @return the MonitorConfigExpectedStatusCodeRangesItem object itself. diff --git a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/QueryExperience.java b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/QueryExperience.java index d8cbcad3f5d..3f62a50d550 100644 --- a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/QueryExperience.java +++ b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/QueryExperience.java @@ -34,7 +34,7 @@ public class QueryExperience { private Double latency; /** - * Get the endpointId value. + * Get the id of the endpoint from the 'endpoints' array which these queries were routed to. * * @return the endpointId value */ @@ -43,7 +43,7 @@ public int endpointId() { } /** - * Set the endpointId value. + * Set the id of the endpoint from the 'endpoints' array which these queries were routed to. * * @param endpointId the endpointId value to set * @return the QueryExperience object itself. @@ -54,7 +54,7 @@ public QueryExperience withEndpointId(int endpointId) { } /** - * Get the queryCount value. + * Get the number of queries originating from this location. * * @return the queryCount value */ @@ -63,7 +63,7 @@ public int queryCount() { } /** - * Set the queryCount value. + * Set the number of queries originating from this location. * * @param queryCount the queryCount value to set * @return the QueryExperience object itself. @@ -74,7 +74,7 @@ public QueryExperience withQueryCount(int queryCount) { } /** - * Get the latency value. + * Get the latency experienced by queries originating from this location. * * @return the latency value */ @@ -83,7 +83,7 @@ public Double latency() { } /** - * Set the latency value. + * Set the latency experienced by queries originating from this location. * * @param latency the latency value to set * @return the QueryExperience object itself. diff --git a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/Region.java b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/Region.java index 055920f76a1..b8e0bdbe318 100644 --- a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/Region.java +++ b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/Region.java @@ -36,7 +36,7 @@ public class Region { private List regions; /** - * Get the code value. + * Get the code of the region. * * @return the code value */ @@ -45,7 +45,7 @@ public String code() { } /** - * Set the code value. + * Set the code of the region. * * @param code the code value to set * @return the Region object itself. @@ -56,7 +56,7 @@ public Region withCode(String code) { } /** - * Get the name value. + * Get the name of the region. * * @return the name value */ @@ -65,7 +65,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the region. * * @param name the name value to set * @return the Region object itself. @@ -76,7 +76,7 @@ public Region withName(String name) { } /** - * Get the regions value. + * Get the list of Regions grouped under this Region in the Geographic Hierarchy. * * @return the regions value */ @@ -85,7 +85,7 @@ public List regions() { } /** - * Set the regions value. + * Set the list of Regions grouped under this Region in the Geographic Hierarchy. * * @param regions the regions value to set * @return the Region object itself. diff --git a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/TrafficFlow.java b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/TrafficFlow.java index 57780beb0cb..cf8c22b2f60 100644 --- a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/TrafficFlow.java +++ b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/TrafficFlow.java @@ -40,7 +40,7 @@ public class TrafficFlow { private List queryExperiences; /** - * Get the sourceIp value. + * Get the IP address that this query experience originated from. * * @return the sourceIp value */ @@ -49,7 +49,7 @@ public String sourceIp() { } /** - * Set the sourceIp value. + * Set the IP address that this query experience originated from. * * @param sourceIp the sourceIp value to set * @return the TrafficFlow object itself. @@ -60,7 +60,7 @@ public TrafficFlow withSourceIp(String sourceIp) { } /** - * Get the latitude value. + * Get the approximate latitude that these queries originated from. * * @return the latitude value */ @@ -69,7 +69,7 @@ public Double latitude() { } /** - * Set the latitude value. + * Set the approximate latitude that these queries originated from. * * @param latitude the latitude value to set * @return the TrafficFlow object itself. @@ -80,7 +80,7 @@ public TrafficFlow withLatitude(Double latitude) { } /** - * Get the longitude value. + * Get the approximate longitude that these queries originated from. * * @return the longitude value */ @@ -89,7 +89,7 @@ public Double longitude() { } /** - * Set the longitude value. + * Set the approximate longitude that these queries originated from. * * @param longitude the longitude value to set * @return the TrafficFlow object itself. @@ -100,7 +100,7 @@ public TrafficFlow withLongitude(Double longitude) { } /** - * Get the queryExperiences value. + * Get the query experiences produced in this HeatMap calculation. * * @return the queryExperiences value */ @@ -109,7 +109,7 @@ public List queryExperiences() { } /** - * Set the queryExperiences value. + * Set the query experiences produced in this HeatMap calculation. * * @param queryExperiences the queryExperiences value to set * @return the TrafficFlow object itself. diff --git a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/DeleteOperationResultInner.java b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/DeleteOperationResultInner.java index b3cec2b3c36..a989e9cad13 100644 --- a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/DeleteOperationResultInner.java +++ b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/DeleteOperationResultInner.java @@ -21,7 +21,7 @@ public class DeleteOperationResultInner { private Boolean operationResult; /** - * Get the operationResult value. + * Get the result of the operation or request. * * @return the operationResult value */ diff --git a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/EndpointInner.java b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/EndpointInner.java index 43368d11a31..d2c74208dec 100644 --- a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/EndpointInner.java +++ b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/EndpointInner.java @@ -98,7 +98,7 @@ public class EndpointInner extends ProxyResourceInner { private List customHeaders; /** - * Get the targetResourceId value. + * Get the Azure Resource URI of the of the endpoint. Not applicable to endpoints of type 'ExternalEndpoints'. * * @return the targetResourceId value */ @@ -107,7 +107,7 @@ public String targetResourceId() { } /** - * Set the targetResourceId value. + * Set the Azure Resource URI of the of the endpoint. Not applicable to endpoints of type 'ExternalEndpoints'. * * @param targetResourceId the targetResourceId value to set * @return the EndpointInner object itself. @@ -118,7 +118,7 @@ public EndpointInner withTargetResourceId(String targetResourceId) { } /** - * Get the target value. + * Get the fully-qualified DNS name or IP address of the endpoint. Traffic Manager returns this value in DNS responses to direct traffic to this endpoint. * * @return the target value */ @@ -127,7 +127,7 @@ public String target() { } /** - * Set the target value. + * Set the fully-qualified DNS name or IP address of the endpoint. Traffic Manager returns this value in DNS responses to direct traffic to this endpoint. * * @param target the target value to set * @return the EndpointInner object itself. @@ -138,7 +138,7 @@ public EndpointInner withTarget(String target) { } /** - * Get the endpointStatus value. + * Get the status of the endpoint. If the endpoint is Enabled, it is probed for endpoint health and is included in the traffic routing method. Possible values include: 'Enabled', 'Disabled'. * * @return the endpointStatus value */ @@ -147,7 +147,7 @@ public EndpointStatus endpointStatus() { } /** - * Set the endpointStatus value. + * Set the status of the endpoint. If the endpoint is Enabled, it is probed for endpoint health and is included in the traffic routing method. Possible values include: 'Enabled', 'Disabled'. * * @param endpointStatus the endpointStatus value to set * @return the EndpointInner object itself. @@ -158,7 +158,7 @@ public EndpointInner withEndpointStatus(EndpointStatus endpointStatus) { } /** - * Get the weight value. + * Get the weight of this endpoint when using the 'Weighted' traffic routing method. Possible values are from 1 to 1000. * * @return the weight value */ @@ -167,7 +167,7 @@ public Long weight() { } /** - * Set the weight value. + * Set the weight of this endpoint when using the 'Weighted' traffic routing method. Possible values are from 1 to 1000. * * @param weight the weight value to set * @return the EndpointInner object itself. @@ -178,7 +178,7 @@ public EndpointInner withWeight(Long weight) { } /** - * Get the priority value. + * Get the priority of this endpoint when using the ‘Priority’ traffic routing method. Possible values are from 1 to 1000, lower values represent higher priority. This is an optional parameter. If specified, it must be specified on all endpoints, and no two endpoints can share the same priority value. * * @return the priority value */ @@ -187,7 +187,7 @@ public Long priority() { } /** - * Set the priority value. + * Set the priority of this endpoint when using the ‘Priority’ traffic routing method. Possible values are from 1 to 1000, lower values represent higher priority. This is an optional parameter. If specified, it must be specified on all endpoints, and no two endpoints can share the same priority value. * * @param priority the priority value to set * @return the EndpointInner object itself. @@ -198,7 +198,7 @@ public EndpointInner withPriority(Long priority) { } /** - * Get the endpointLocation value. + * Get specifies the location of the external or nested endpoints when using the ‘Performance’ traffic routing method. * * @return the endpointLocation value */ @@ -207,7 +207,7 @@ public String endpointLocation() { } /** - * Set the endpointLocation value. + * Set specifies the location of the external or nested endpoints when using the ‘Performance’ traffic routing method. * * @param endpointLocation the endpointLocation value to set * @return the EndpointInner object itself. @@ -218,7 +218,7 @@ public EndpointInner withEndpointLocation(String endpointLocation) { } /** - * Get the endpointMonitorStatus value. + * Get the monitoring status of the endpoint. Possible values include: 'CheckingEndpoint', 'Online', 'Degraded', 'Disabled', 'Inactive', 'Stopped'. * * @return the endpointMonitorStatus value */ @@ -227,7 +227,7 @@ public EndpointMonitorStatus endpointMonitorStatus() { } /** - * Set the endpointMonitorStatus value. + * Set the monitoring status of the endpoint. Possible values include: 'CheckingEndpoint', 'Online', 'Degraded', 'Disabled', 'Inactive', 'Stopped'. * * @param endpointMonitorStatus the endpointMonitorStatus value to set * @return the EndpointInner object itself. @@ -238,7 +238,7 @@ public EndpointInner withEndpointMonitorStatus(EndpointMonitorStatus endpointMon } /** - * Get the minChildEndpoints value. + * Get the minimum number of endpoints that must be available in the child profile in order for the parent profile to be considered available. Only applicable to endpoint of type 'NestedEndpoints'. * * @return the minChildEndpoints value */ @@ -247,7 +247,7 @@ public Long minChildEndpoints() { } /** - * Set the minChildEndpoints value. + * Set the minimum number of endpoints that must be available in the child profile in order for the parent profile to be considered available. Only applicable to endpoint of type 'NestedEndpoints'. * * @param minChildEndpoints the minChildEndpoints value to set * @return the EndpointInner object itself. @@ -258,7 +258,7 @@ public EndpointInner withMinChildEndpoints(Long minChildEndpoints) { } /** - * Get the geoMapping value. + * Get the list of countries/regions mapped to this endpoint when using the ‘Geographic’ traffic routing method. Please consult Traffic Manager Geographic documentation for a full list of accepted values. * * @return the geoMapping value */ @@ -267,7 +267,7 @@ public List geoMapping() { } /** - * Set the geoMapping value. + * Set the list of countries/regions mapped to this endpoint when using the ‘Geographic’ traffic routing method. Please consult Traffic Manager Geographic documentation for a full list of accepted values. * * @param geoMapping the geoMapping value to set * @return the EndpointInner object itself. @@ -278,7 +278,7 @@ public EndpointInner withGeoMapping(List geoMapping) { } /** - * Get the customHeaders value. + * Get list of custom headers. * * @return the customHeaders value */ @@ -287,7 +287,7 @@ public List customHeaders() { } /** - * Set the customHeaders value. + * Set list of custom headers. * * @param customHeaders the customHeaders value to set * @return the EndpointInner object itself. diff --git a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/HeatMapModelInner.java b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/HeatMapModelInner.java index 1fe9aa44e0f..0a3c4c6e429 100644 --- a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/HeatMapModelInner.java +++ b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/HeatMapModelInner.java @@ -45,7 +45,7 @@ public class HeatMapModelInner extends ProxyResourceInner { private List trafficFlows; /** - * Get the startTime value. + * Get the beginning of the time window for this HeatMap, inclusive. * * @return the startTime value */ @@ -54,7 +54,7 @@ public DateTime startTime() { } /** - * Set the startTime value. + * Set the beginning of the time window for this HeatMap, inclusive. * * @param startTime the startTime value to set * @return the HeatMapModelInner object itself. @@ -65,7 +65,7 @@ public HeatMapModelInner withStartTime(DateTime startTime) { } /** - * Get the endTime value. + * Get the ending of the time window for this HeatMap, exclusive. * * @return the endTime value */ @@ -74,7 +74,7 @@ public DateTime endTime() { } /** - * Set the endTime value. + * Set the ending of the time window for this HeatMap, exclusive. * * @param endTime the endTime value to set * @return the HeatMapModelInner object itself. @@ -85,7 +85,7 @@ public HeatMapModelInner withEndTime(DateTime endTime) { } /** - * Get the endpoints value. + * Get the endpoints used in this HeatMap calculation. * * @return the endpoints value */ @@ -94,7 +94,7 @@ public List endpoints() { } /** - * Set the endpoints value. + * Set the endpoints used in this HeatMap calculation. * * @param endpoints the endpoints value to set * @return the HeatMapModelInner object itself. @@ -105,7 +105,7 @@ public HeatMapModelInner withEndpoints(List endpoints) { } /** - * Get the trafficFlows value. + * Get the traffic flows produced in this HeatMap calculation. * * @return the trafficFlows value */ @@ -114,7 +114,7 @@ public List trafficFlows() { } /** - * Set the trafficFlows value. + * Set the traffic flows produced in this HeatMap calculation. * * @param trafficFlows the trafficFlows value to set * @return the HeatMapModelInner object itself. diff --git a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/ProfileInner.java b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/ProfileInner.java index 4c3261f3992..4239abc3988 100644 --- a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/ProfileInner.java +++ b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/ProfileInner.java @@ -64,7 +64,7 @@ public class ProfileInner extends TrackedResourceInner { private TrafficViewEnrollmentStatus trafficViewEnrollmentStatus; /** - * Get the profileStatus value. + * Get the status of the Traffic Manager profile. Possible values include: 'Enabled', 'Disabled'. * * @return the profileStatus value */ @@ -73,7 +73,7 @@ public ProfileStatus profileStatus() { } /** - * Set the profileStatus value. + * Set the status of the Traffic Manager profile. Possible values include: 'Enabled', 'Disabled'. * * @param profileStatus the profileStatus value to set * @return the ProfileInner object itself. @@ -84,7 +84,7 @@ public ProfileInner withProfileStatus(ProfileStatus profileStatus) { } /** - * Get the trafficRoutingMethod value. + * Get the traffic routing method of the Traffic Manager profile. Possible values include: 'Performance', 'Priority', 'Weighted', 'Geographic'. * * @return the trafficRoutingMethod value */ @@ -93,7 +93,7 @@ public TrafficRoutingMethod trafficRoutingMethod() { } /** - * Set the trafficRoutingMethod value. + * Set the traffic routing method of the Traffic Manager profile. Possible values include: 'Performance', 'Priority', 'Weighted', 'Geographic'. * * @param trafficRoutingMethod the trafficRoutingMethod value to set * @return the ProfileInner object itself. @@ -104,7 +104,7 @@ public ProfileInner withTrafficRoutingMethod(TrafficRoutingMethod trafficRouting } /** - * Get the dnsConfig value. + * Get the DNS settings of the Traffic Manager profile. * * @return the dnsConfig value */ @@ -113,7 +113,7 @@ public DnsConfig dnsConfig() { } /** - * Set the dnsConfig value. + * Set the DNS settings of the Traffic Manager profile. * * @param dnsConfig the dnsConfig value to set * @return the ProfileInner object itself. @@ -124,7 +124,7 @@ public ProfileInner withDnsConfig(DnsConfig dnsConfig) { } /** - * Get the monitorConfig value. + * Get the endpoint monitoring settings of the Traffic Manager profile. * * @return the monitorConfig value */ @@ -133,7 +133,7 @@ public MonitorConfig monitorConfig() { } /** - * Set the monitorConfig value. + * Set the endpoint monitoring settings of the Traffic Manager profile. * * @param monitorConfig the monitorConfig value to set * @return the ProfileInner object itself. @@ -144,7 +144,7 @@ public ProfileInner withMonitorConfig(MonitorConfig monitorConfig) { } /** - * Get the endpoints value. + * Get the list of endpoints in the Traffic Manager profile. * * @return the endpoints value */ @@ -153,7 +153,7 @@ public List endpoints() { } /** - * Set the endpoints value. + * Set the list of endpoints in the Traffic Manager profile. * * @param endpoints the endpoints value to set * @return the ProfileInner object itself. @@ -164,7 +164,7 @@ public ProfileInner withEndpoints(List endpoints) { } /** - * Get the trafficViewEnrollmentStatus value. + * Get indicates whether Traffic View is 'Enabled' or 'Disabled' for the Traffic Manager profile. Null, indicates 'Disabled'. Enabling this feature will increase the cost of the Traffic Manage profile. Possible values include: 'Enabled', 'Disabled'. * * @return the trafficViewEnrollmentStatus value */ @@ -173,7 +173,7 @@ public TrafficViewEnrollmentStatus trafficViewEnrollmentStatus() { } /** - * Set the trafficViewEnrollmentStatus value. + * Set indicates whether Traffic View is 'Enabled' or 'Disabled' for the Traffic Manager profile. Null, indicates 'Disabled'. Enabling this feature will increase the cost of the Traffic Manage profile. Possible values include: 'Enabled', 'Disabled'. * * @param trafficViewEnrollmentStatus the trafficViewEnrollmentStatus value to set * @return the ProfileInner object itself. diff --git a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/ProxyResourceInner.java b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/ProxyResourceInner.java index 4437d2aadb8..d39e78c556a 100644 --- a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/ProxyResourceInner.java +++ b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/ProxyResourceInner.java @@ -36,7 +36,7 @@ public class ProxyResourceInner extends ProxyResource { private String type; /** - * Get the id value. + * Get fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}. * * @return the id value */ @@ -45,7 +45,7 @@ public String id() { } /** - * Set the id value. + * Set fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}. * * @param id the id value to set * @return the ProxyResourceInner object itself. @@ -56,7 +56,7 @@ public ProxyResourceInner withId(String id) { } /** - * Get the name value. + * Get the name of the resource. * * @return the name value */ @@ -65,7 +65,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource. * * @param name the name value to set * @return the ProxyResourceInner object itself. @@ -76,7 +76,7 @@ public ProxyResourceInner withName(String name) { } /** - * Get the type value. + * Get the type of the resource. Ex- Microsoft.Network/trafficmanagerProfiles. * * @return the type value */ @@ -85,7 +85,7 @@ public String type() { } /** - * Set the type value. + * Set the type of the resource. Ex- Microsoft.Network/trafficmanagerProfiles. * * @param type the type value to set * @return the ProxyResourceInner object itself. diff --git a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/TrackedResourceInner.java b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/TrackedResourceInner.java index 6170cbd762f..eb9a84adab2 100644 --- a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/TrackedResourceInner.java +++ b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/TrackedResourceInner.java @@ -48,7 +48,7 @@ public class TrackedResourceInner extends ProxyResource { private String type; /** - * Get the tags value. + * Get resource tags. * * @return the tags value */ @@ -57,7 +57,7 @@ public Map tags() { } /** - * Set the tags value. + * Set resource tags. * * @param tags the tags value to set * @return the TrackedResourceInner object itself. @@ -68,7 +68,7 @@ public TrackedResourceInner withTags(Map tags) { } /** - * Get the location value. + * Get the Azure Region where the resource lives. * * @return the location value */ @@ -77,7 +77,7 @@ public String location() { } /** - * Set the location value. + * Set the Azure Region where the resource lives. * * @param location the location value to set * @return the TrackedResourceInner object itself. @@ -88,7 +88,7 @@ public TrackedResourceInner withLocation(String location) { } /** - * Get the id value. + * Get fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}. * * @return the id value */ @@ -97,7 +97,7 @@ public String id() { } /** - * Set the id value. + * Set fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}. * * @param id the id value to set * @return the TrackedResourceInner object itself. @@ -108,7 +108,7 @@ public TrackedResourceInner withId(String id) { } /** - * Get the name value. + * Get the name of the resource. * * @return the name value */ @@ -117,7 +117,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource. * * @param name the name value to set * @return the TrackedResourceInner object itself. @@ -128,7 +128,7 @@ public TrackedResourceInner withName(String name) { } /** - * Get the type value. + * Get the type of the resource. Ex- Microsoft.Network/trafficmanagerProfiles. * * @return the type value */ @@ -137,7 +137,7 @@ public String type() { } /** - * Set the type value. + * Set the type of the resource. Ex- Microsoft.Network/trafficmanagerProfiles. * * @param type the type value to set * @return the TrackedResourceInner object itself. diff --git a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/TrafficManagerGeographicHierarchyInner.java b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/TrafficManagerGeographicHierarchyInner.java index 567715db821..e45419473ae 100644 --- a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/TrafficManagerGeographicHierarchyInner.java +++ b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/TrafficManagerGeographicHierarchyInner.java @@ -26,7 +26,7 @@ public class TrafficManagerGeographicHierarchyInner extends ProxyResourceInner { private Region geographicHierarchy; /** - * Get the geographicHierarchy value. + * Get the region at the root of the hierarchy from all the regions in the hierarchy can be retrieved. * * @return the geographicHierarchy value */ @@ -35,7 +35,7 @@ public Region geographicHierarchy() { } /** - * Set the geographicHierarchy value. + * Set the region at the root of the hierarchy from all the regions in the hierarchy can be retrieved. * * @param geographicHierarchy the geographicHierarchy value to set * @return the TrafficManagerGeographicHierarchyInner object itself. diff --git a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/TrafficManagerNameAvailabilityInner.java b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/TrafficManagerNameAvailabilityInner.java index f6d3bf174de..1c3bb27e34b 100644 --- a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/TrafficManagerNameAvailabilityInner.java +++ b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/implementation/TrafficManagerNameAvailabilityInner.java @@ -46,7 +46,7 @@ public class TrafficManagerNameAvailabilityInner { private String message; /** - * Get the name value. + * Get the relative name. * * @return the name value */ @@ -55,7 +55,7 @@ public String name() { } /** - * Set the name value. + * Set the relative name. * * @param name the name value to set * @return the TrafficManagerNameAvailabilityInner object itself. @@ -66,7 +66,7 @@ public TrafficManagerNameAvailabilityInner withName(String name) { } /** - * Get the type value. + * Get traffic Manager profile resource type. * * @return the type value */ @@ -75,7 +75,7 @@ public String type() { } /** - * Set the type value. + * Set traffic Manager profile resource type. * * @param type the type value to set * @return the TrafficManagerNameAvailabilityInner object itself. @@ -86,7 +86,7 @@ public TrafficManagerNameAvailabilityInner withType(String type) { } /** - * Get the nameAvailable value. + * Get describes whether the relative name is available or not. * * @return the nameAvailable value */ @@ -95,7 +95,7 @@ public Boolean nameAvailable() { } /** - * Set the nameAvailable value. + * Set describes whether the relative name is available or not. * * @param nameAvailable the nameAvailable value to set * @return the TrafficManagerNameAvailabilityInner object itself. @@ -106,7 +106,7 @@ public TrafficManagerNameAvailabilityInner withNameAvailable(Boolean nameAvailab } /** - * Get the reason value. + * Get the reason why the name is not available, when applicable. * * @return the reason value */ @@ -115,7 +115,7 @@ public String reason() { } /** - * Set the reason value. + * Set the reason why the name is not available, when applicable. * * @param reason the reason value to set * @return the TrafficManagerNameAvailabilityInner object itself. @@ -126,7 +126,7 @@ public TrafficManagerNameAvailabilityInner withReason(String reason) { } /** - * Get the message value. + * Get descriptive message that explains why the name is not available, when applicable. * * @return the message value */ @@ -135,7 +135,7 @@ public String message() { } /** - * Set the message value. + * Set descriptive message that explains why the name is not available, when applicable. * * @param message the message value to set * @return the TrafficManagerNameAvailabilityInner object itself.