Class GetDnsForwardingRulesetResult
- java.lang.Object
-
- com.pulumi.azurenative.network.outputs.GetDnsForwardingRulesetResult
-
public final class GetDnsForwardingRulesetResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetDnsForwardingRulesetResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetDnsForwardingRulesetResult.Builder
builder()
static GetDnsForwardingRulesetResult.Builder
builder(GetDnsForwardingRulesetResult defaults)
java.util.List<SubResourceResponse>
dnsResolverOutboundEndpoints()
java.lang.String
etag()
java.lang.String
id()
java.lang.String
location()
java.lang.String
name()
java.lang.String
provisioningState()
java.lang.String
resourceGuid()
SystemDataResponse
systemData()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
type()
-
-
-
Method Detail
-
dnsResolverOutboundEndpoints
public java.util.List<SubResourceResponse> dnsResolverOutboundEndpoints()
- Returns:
- The reference to the DNS resolver outbound endpoints that are used to route DNS queries matching the forwarding rules in the ruleset to the target DNS servers.
-
etag
public java.lang.String etag()
- Returns:
- ETag of the DNS forwarding ruleset.
-
id
public java.lang.String id()
- Returns:
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
-
location
public java.lang.String location()
- Returns:
- The geo-location where the resource lives
-
name
public java.lang.String name()
- Returns:
- The name of the resource
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- The current provisioning state of the DNS forwarding ruleset. This is a read-only property and any attempt to set this value will be ignored.
-
resourceGuid
public java.lang.String resourceGuid()
- Returns:
- The resourceGuid for the DNS forwarding ruleset.
-
systemData
public SystemDataResponse systemData()
- Returns:
- Metadata pertaining to creation and last modification of the resource.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Resource tags.
-
type
public java.lang.String type()
- Returns:
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
-
builder
public static GetDnsForwardingRulesetResult.Builder builder()
-
builder
public static GetDnsForwardingRulesetResult.Builder builder(GetDnsForwardingRulesetResult defaults)
-
-