Class GetOriginGroupResult
- java.lang.Object
-
- com.pulumi.azurenative.cdn.outputs.GetOriginGroupResult
-
public final class GetOriginGroupResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetOriginGroupResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetOriginGroupResult.Builder
builder()
static GetOriginGroupResult.Builder
builder(GetOriginGroupResult defaults)
java.util.Optional<HealthProbeParametersResponse>
healthProbeSettings()
java.lang.String
id()
java.lang.String
name()
java.util.List<ResourceReferenceResponse>
origins()
java.lang.String
provisioningState()
java.lang.String
resourceState()
java.util.Optional<ResponseBasedOriginErrorDetectionParametersResponse>
responseBasedOriginErrorDetectionSettings()
SystemDataResponse
systemData()
java.util.Optional<java.lang.Integer>
trafficRestorationTimeToHealedOrNewEndpointsInMinutes()
java.lang.String
type()
-
-
-
Method Detail
-
healthProbeSettings
public java.util.Optional<HealthProbeParametersResponse> healthProbeSettings()
- Returns:
- Health probe settings to the origin that is used to determine the health of the origin.
-
id
public java.lang.String id()
- Returns:
- Resource ID.
-
name
public java.lang.String name()
- Returns:
- Resource name.
-
origins
public java.util.List<ResourceReferenceResponse> origins()
- Returns:
- The source of the content being delivered via CDN within given origin group.
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- Provisioning status of the origin group.
-
resourceState
public java.lang.String resourceState()
- Returns:
- Resource status of the origin group.
-
responseBasedOriginErrorDetectionSettings
public java.util.Optional<ResponseBasedOriginErrorDetectionParametersResponse> responseBasedOriginErrorDetectionSettings()
- Returns:
- The JSON object that contains the properties to determine origin health using real requests/responses. This property is currently not supported.
-
systemData
public SystemDataResponse systemData()
- Returns:
- Read only system data
-
trafficRestorationTimeToHealedOrNewEndpointsInMinutes
public java.util.Optional<java.lang.Integer> trafficRestorationTimeToHealedOrNewEndpointsInMinutes()
- Returns:
- Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not supported.
-
type
public java.lang.String type()
- Returns:
- Resource type.
-
builder
public static GetOriginGroupResult.Builder builder()
-
builder
public static GetOriginGroupResult.Builder builder(GetOriginGroupResult defaults)
-
-