Show / Hide Table of Contents

Class GetBackendServiceBackendResult

Inheritance
System.Object
GetBackendServiceBackendResult
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetBackendServiceBackendResult

Fields

View Source

BalancingMode

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

CapacityScaler

Declaration
public readonly double CapacityScaler
Field Value
Type Description
System.Double
View Source

Description

Textual description for the Backend Service.

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

Group

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

MaxConnections

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

MaxConnectionsPerEndpoint

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

MaxConnectionsPerInstance

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

MaxRate

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

MaxRatePerEndpoint

Declaration
public readonly double MaxRatePerEndpoint
Field Value
Type Description
System.Double
View Source

MaxRatePerInstance

Declaration
public readonly double MaxRatePerInstance
Field Value
Type Description
System.Double
View Source

MaxUtilization

Declaration
public readonly double MaxUtilization
Field Value
Type Description
System.Double
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.