Show / Hide Table of Contents

Class GetBackendServiceResult

Inheritance
System.Object
GetBackendServiceResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetBackendServiceResult

Fields

View Source

AffinityCookieTtlSec

Declaration
public readonly int AffinityCookieTtlSec
Field Value
Type Description
System.Int32
View Source

Backends

The set of backends that serve this Backend Service.

Declaration
public readonly ImmutableArray<GetBackendServiceBackendResult> Backends
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetBackendServiceBackendResult>
View Source

CdnPolicies

Declaration
public readonly ImmutableArray<GetBackendServiceCdnPolicyResult> CdnPolicies
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetBackendServiceCdnPolicyResult>
View Source

CircuitBreakers

Declaration
public readonly ImmutableArray<GetBackendServiceCircuitBreakerResult> CircuitBreakers
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetBackendServiceCircuitBreakerResult>
View Source

ConnectionDrainingTimeoutSec

Time for which instance will be drained (not accept new connections, but still work to finish started ones).

Declaration
public readonly int ConnectionDrainingTimeoutSec
Field Value
Type Description
System.Int32
View Source

ConsistentHash

Declaration
public readonly ImmutableArray<GetBackendServiceConsistentHashResult> ConsistentHash
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetBackendServiceConsistentHashResult>
View Source

CreationTimestamp

Declaration
public readonly string CreationTimestamp
Field Value
Type Description
System.String
View Source

CustomRequestHeaders

Declaration
public readonly ImmutableArray<string> CustomRequestHeaders
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Description

Textual description for the Backend Service.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

EnableCdn

Whether or not Cloud CDN is enabled on the Backend Service.

Declaration
public readonly bool EnableCdn
Field Value
Type Description
System.Boolean
View Source

Fingerprint

The fingerprint of the Backend Service.

Declaration
public readonly string Fingerprint
Field Value
Type Description
System.String
View Source

HealthChecks

The set of HTTP/HTTPS health checks used by the Backend Service.

Declaration
public readonly ImmutableArray<string> HealthChecks
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Iaps

Declaration
public readonly ImmutableArray<GetBackendServiceIapResult> Iaps
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetBackendServiceIapResult>
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

LoadBalancingScheme

Declaration
public readonly string LoadBalancingScheme
Field Value
Type Description
System.String
View Source

LocalityLbPolicy

Declaration
public readonly string LocalityLbPolicy
Field Value
Type Description
System.String
View Source

LogConfigs

Declaration
public readonly ImmutableArray<GetBackendServiceLogConfigResult> LogConfigs
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetBackendServiceLogConfigResult>
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

OutlierDetections

Declaration
public readonly ImmutableArray<GetBackendServiceOutlierDetectionResult> OutlierDetections
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetBackendServiceOutlierDetectionResult>
View Source

PortName

The name of a service that has been added to an instance group in this backend.

Declaration
public readonly string PortName
Field Value
Type Description
System.String
View Source

Project

Declaration
public readonly string Project
Field Value
Type Description
System.String
View Source

Protocol

The protocol for incoming requests.

Declaration
public readonly string Protocol
Field Value
Type Description
System.String
View Source

SecurityPolicy

Declaration
public readonly string SecurityPolicy
Field Value
Type Description
System.String
View Source

SelfLink

The URI of the Backend Service.

Declaration
public readonly string SelfLink
Field Value
Type Description
System.String
View Source

SessionAffinity

The Backend Service session stickiness configuration.

Declaration
public readonly string SessionAffinity
Field Value
Type Description
System.String
View Source

TimeoutSec

The number of seconds to wait for a backend to respond to a request before considering the request failed.

Declaration
public readonly int TimeoutSec
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.