Class GetRecordSetResult
- java.lang.Object
-
- com.pulumi.azurenative.network.outputs.GetRecordSetResult
-
public final class GetRecordSetResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetRecordSetResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AaaaRecordResponse>
aaaaRecords()
java.util.List<ARecordResponse>
aRecords()
static GetRecordSetResult.Builder
builder()
static GetRecordSetResult.Builder
builder(GetRecordSetResult defaults)
java.util.List<CaaRecordResponse>
caaRecords()
java.util.Optional<CnameRecordResponse>
cnameRecord()
java.util.Optional<java.lang.String>
etag()
java.lang.String
fqdn()
java.lang.String
id()
java.util.Map<java.lang.String,java.lang.String>
metadata()
java.util.List<MxRecordResponse>
mxRecords()
java.lang.String
name()
java.util.List<NsRecordResponse>
nsRecords()
java.lang.String
provisioningState()
java.util.List<PtrRecordResponse>
ptrRecords()
java.util.Optional<SoaRecordResponse>
soaRecord()
java.util.List<SrvRecordResponse>
srvRecords()
java.util.Optional<SubResourceResponse>
targetResource()
java.util.Optional<java.lang.Double>
ttl()
java.util.List<TxtRecordResponse>
txtRecords()
java.lang.String
type()
-
-
-
Method Detail
-
aRecords
public java.util.List<ARecordResponse> aRecords()
- Returns:
- The list of A records in the record set.
-
aaaaRecords
public java.util.List<AaaaRecordResponse> aaaaRecords()
- Returns:
- The list of AAAA records in the record set.
-
caaRecords
public java.util.List<CaaRecordResponse> caaRecords()
- Returns:
- The list of CAA records in the record set.
-
cnameRecord
public java.util.Optional<CnameRecordResponse> cnameRecord()
- Returns:
- The CNAME record in the record set.
-
etag
public java.util.Optional<java.lang.String> etag()
- Returns:
- The etag of the record set.
-
fqdn
public java.lang.String fqdn()
- Returns:
- Fully qualified domain name of the record set.
-
id
public java.lang.String id()
- Returns:
- The ID of the record set.
-
metadata
public java.util.Map<java.lang.String,java.lang.String> metadata()
- Returns:
- The metadata attached to the record set.
-
mxRecords
public java.util.List<MxRecordResponse> mxRecords()
- Returns:
- The list of MX records in the record set.
-
name
public java.lang.String name()
- Returns:
- The name of the record set.
-
nsRecords
public java.util.List<NsRecordResponse> nsRecords()
- Returns:
- The list of NS records in the record set.
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- provisioning State of the record set.
-
ptrRecords
public java.util.List<PtrRecordResponse> ptrRecords()
- Returns:
- The list of PTR records in the record set.
-
soaRecord
public java.util.Optional<SoaRecordResponse> soaRecord()
- Returns:
- The SOA record in the record set.
-
srvRecords
public java.util.List<SrvRecordResponse> srvRecords()
- Returns:
- The list of SRV records in the record set.
-
targetResource
public java.util.Optional<SubResourceResponse> targetResource()
- Returns:
- A reference to an azure resource from where the dns resource value is taken.
-
ttl
public java.util.Optional<java.lang.Double> ttl()
- Returns:
- The TTL (time-to-live) of the records in the record set.
-
txtRecords
public java.util.List<TxtRecordResponse> txtRecords()
- Returns:
- The list of TXT records in the record set.
-
type
public java.lang.String type()
- Returns:
- The type of the record set.
-
builder
public static GetRecordSetResult.Builder builder()
-
builder
public static GetRecordSetResult.Builder builder(GetRecordSetResult defaults)
-
-