Class GetDataCollectionEndpointResult
- java.lang.Object
-
- com.pulumi.azurenative.insights.outputs.GetDataCollectionEndpointResult
-
public final class GetDataCollectionEndpointResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetDataCollectionEndpointResult.Builder
-
Method Summary
-
-
-
Method Detail
-
configurationAccess
public java.util.Optional<DataCollectionEndpointResponseConfigurationAccess> configurationAccess()
- Returns:
- The endpoint used by clients to access their configuration.
-
description
public java.util.Optional<java.lang.String> description()
- Returns:
- Description of the data collection endpoint.
-
etag
public java.lang.String etag()
- Returns:
- Resource entity tag (ETag).
-
failoverConfiguration
public DataCollectionEndpointResponseFailoverConfiguration failoverConfiguration()
- Returns:
- Failover configuration on this endpoint. This property is READ-ONLY.
-
id
public java.lang.String id()
- Returns:
- Fully qualified ID of the resource.
-
identity
public java.util.Optional<DataCollectionEndpointResourceResponseIdentity> identity()
- Returns:
- Managed service identity of the resource.
-
immutableId
public java.util.Optional<java.lang.String> immutableId()
- Returns:
- The immutable ID of this data collection endpoint resource. This property is READ-ONLY.
-
kind
public java.util.Optional<java.lang.String> kind()
- Returns:
- The kind of the resource.
-
location
public java.lang.String location()
- Returns:
- The geo-location where the resource lives.
-
logsIngestion
public java.util.Optional<DataCollectionEndpointResponseLogsIngestion> logsIngestion()
- Returns:
- The endpoint used by clients to ingest logs.
-
metadata
public DataCollectionEndpointResponseMetadata metadata()
- Returns:
- Metadata for the resource. This property is READ-ONLY.
-
metricsIngestion
public java.util.Optional<DataCollectionEndpointResponseMetricsIngestion> metricsIngestion()
- Returns:
- The endpoint used by clients to ingest metrics.
-
name
public java.lang.String name()
- Returns:
- The name of the resource.
-
networkAcls
public java.util.Optional<DataCollectionEndpointResponseNetworkAcls> networkAcls()
- Returns:
- Network access control rules for the endpoints.
-
privateLinkScopedResources
public java.util.List<PrivateLinkScopedResourceResponse> privateLinkScopedResources()
- Returns:
- List of Azure Monitor Private Link Scope Resources to which this data collection endpoint resource is associated. This property is READ-ONLY.
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- The resource provisioning state. This property is READ-ONLY.
-
systemData
public DataCollectionEndpointResourceResponseSystemData 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.
-
builder
public static GetDataCollectionEndpointResult.Builder builder()
-
builder
public static GetDataCollectionEndpointResult.Builder builder(GetDataCollectionEndpointResult defaults)
-
-