RecordSet Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. RecordSet
- com.
Implements
public final class RecordSet
implements JsonSerializable<RecordSet>
A collective group of information about the record set information.
Constructor Summary
Constructor | Description |
---|---|
RecordSet() |
Creates an instance of Record |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
fqdn()
Get the fqdn property: Fqdn that resolves to private endpoint ip address. |
static
Record |
fromJson(JsonReader jsonReader)
Reads an instance of Record |
List<String> |
ipAddresses()
Get the ip |
Provisioning |
provisioningState()
Get the provisioning |
String |
recordSetName()
Get the record |
String |
recordType()
Get the record |
Json |
toJson(JsonWriter jsonWriter) |
Integer |
ttl()
Get the ttl property: Recordset time to live. |
void |
validate()
Validates the instance. |
Record |
withFqdn(String fqdn)
Set the fqdn property: Fqdn that resolves to private endpoint ip address. |
Record |
withIpAddresses(List<String> ipAddresses)
Set the ip |
Record |
withRecordSetName(String recordSetName)
Set the record |
Record |
withRecordType(String recordType)
Set the record |
Record |
withTtl(Integer ttl)
Set the ttl property: Recordset time to live. |
Methods inherited from java.lang.Object
Constructor Details
RecordSet
public RecordSet()
Creates an instance of RecordSet class.
Method Details
fqdn
public String fqdn()
Get the fqdn property: Fqdn that resolves to private endpoint ip address.
Returns:
fromJson
public static RecordSet fromJson(JsonReader jsonReader)
Reads an instance of RecordSet from the JsonReader.
Parameters:
Returns:
Throws:
ipAddresses
public List
Get the ipAddresses property: The private ip address of the private endpoint.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the recordset.
Returns:
recordSetName
public String recordSetName()
Get the recordSetName property: Recordset name.
Returns:
recordType
public String recordType()
Get the recordType property: Resource record type.
Returns:
toJson
ttl
public Integer ttl()
Get the ttl property: Recordset time to live.
Returns:
validate
public void validate()
Validates the instance.
withFqdn
public RecordSet withFqdn(String fqdn)
Set the fqdn property: Fqdn that resolves to private endpoint ip address.
Parameters:
Returns:
withIpAddresses
public RecordSet withIpAddresses(List
Set the ipAddresses property: The private ip address of the private endpoint.
Parameters:
Returns:
withRecordSetName
public RecordSet withRecordSetName(String recordSetName)
Set the recordSetName property: Recordset name.
Parameters:
Returns:
withRecordType
public RecordSet withRecordType(String recordType)
Set the recordType property: Resource record type.
Parameters:
Returns:
withTtl
public RecordSet withTtl(Integer ttl)
Set the ttl property: Recordset time to live.
Parameters:
Returns:
Applies to
Azure SDK for Java