Modifier and Type | Class and Description |
---|---|
static class |
SRVData.Builder |
Modifier and Type | Method and Description |
---|---|
static SRVData.Builder |
builder() |
protected Map<String,Object> |
delegate() |
int |
getPort()
The port on this target host of this service.
|
int |
getPriority()
The priority of this target host.
|
String |
getTarget()
The domain name of the target host.
|
int |
getWeight()
The weight field specifies a relative weight for entries with the same
priority.
|
SRVData.Builder |
toBuilder() |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, values
public int getPriority()
public int getWeight()
public int getPort()
public String getTarget()
public static SRVData.Builder builder()
public SRVData.Builder toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.