Show / Hide Table of Contents

Class OceanImportBackendService

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

Fields

View Source

LocationType

Sets which location the backend services will be active. Valid values: regional, global.

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

NamedPorts

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

Scheme

Use when location_type is regional. Set the traffic for the backend service to either between the instances in the vpc or to traffic from the internet. Valid values: INTERNAL, EXTERNAL.

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

ServiceName

The name of the backend service.

Declaration
public readonly string ServiceName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.