public final class RecordSet extends Object
| Constructor and Description |
|---|
RecordSet() |
| Modifier and Type | Method and Description |
|---|---|
String |
fqdn()
Get the fqdn property: Fqdn that resolves to private endpoint ip address.
|
List<String> |
ipAddresses()
Get the ipAddresses property: The private ip address of the private endpoint.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the recordset.
|
String |
recordSetName()
Get the recordSetName property: Recordset name.
|
String |
recordType()
Get the recordType property: Resource record type.
|
Integer |
ttl()
Get the ttl property: Recordset time to live.
|
void |
validate()
Validates the instance.
|
RecordSet |
withFqdn(String fqdn)
Set the fqdn property: Fqdn that resolves to private endpoint ip address.
|
RecordSet |
withIpAddresses(List<String> ipAddresses)
Set the ipAddresses property: The private ip address of the private endpoint.
|
RecordSet |
withRecordSetName(String recordSetName)
Set the recordSetName property: Recordset name.
|
RecordSet |
withRecordType(String recordType)
Set the recordType property: Resource record type.
|
RecordSet |
withTtl(Integer ttl)
Set the ttl property: Recordset time to live.
|
public String recordType()
public RecordSet withRecordType(String recordType)
recordType - the recordType value to set.public String recordSetName()
public RecordSet withRecordSetName(String recordSetName)
recordSetName - the recordSetName value to set.public String fqdn()
public RecordSet withFqdn(String fqdn)
fqdn - the fqdn value to set.public ProvisioningState provisioningState()
public Integer ttl()
public RecordSet withTtl(Integer ttl)
ttl - the ttl value to set.public List<String> ipAddresses()
public RecordSet withIpAddresses(List<String> ipAddresses)
ipAddresses - the ipAddresses value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.