Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class CheckTrafficManagerRelativeDnsNameAvailabilityParameters {
private String type;

/**
* Get the name value.
* Get the name of the resource.
*
* @return the name value
*/
Expand All @@ -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.
Expand All @@ -47,7 +47,7 @@ public CheckTrafficManagerRelativeDnsNameAvailabilityParameters withName(String
}

/**
* Get the type value.
* Get the type of the resource.
*
* @return the type value
*/
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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.
Expand All @@ -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
*/
Expand All @@ -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
*/
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class EndpointPropertiesCustomHeadersItem {
private String value;

/**
* Get the name value.
* Get header name.
*
* @return the name value
*/
Expand All @@ -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.
Expand All @@ -47,7 +47,7 @@ public EndpointPropertiesCustomHeadersItem withName(String name) {
}

/**
* Get the value value.
* Get header value.
*
* @return the value value
*/
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/

package com.microsoft.azure.management.trafficmanager;

import com.fasterxml.jackson.annotation.JsonProperty;

/**
* Subnet first address, scope, and/or last address.
*/
public class EndpointPropertiesSubnetsItem {
/**
* First address in the subnet.
*/
@JsonProperty(value = "first")
private String first;

/**
* Last address in the subnet.
*/
@JsonProperty(value = "last")
private String last;

/**
* Block size (number of leading bits in the subnet mask).
*/
@JsonProperty(value = "scope")
private Integer scope;

/**
* Get first address in the subnet.
*
* @return the first value
*/
public String first() {
return this.first;
}

/**
* Set first address in the subnet.
*
* @param first the first value to set
* @return the EndpointPropertiesSubnetsItem object itself.
*/
public EndpointPropertiesSubnetsItem withFirst(String first) {
this.first = first;
return this;
}

/**
* Get last address in the subnet.
*
* @return the last value
*/
public String last() {
return this.last;
}

/**
* Set last address in the subnet.
*
* @param last the last value to set
* @return the EndpointPropertiesSubnetsItem object itself.
*/
public EndpointPropertiesSubnetsItem withLast(String last) {
this.last = last;
return this;
}

/**
* Get block size (number of leading bits in the subnet mask).
*
* @return the scope value
*/
public Integer scope() {
return this.scope;
}

/**
* Set block size (number of leading bits in the subnet mask).
*
* @param scope the scope value to set
* @return the EndpointPropertiesSubnetsItem object itself.
*/
public EndpointPropertiesSubnetsItem withScope(Integer scope) {
this.scope = scope;
return this;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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.
Expand All @@ -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
*/
Expand All @@ -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.
Expand Down
Loading