Show / Hide Table of Contents

Class OceanImportBackendServiceGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
OceanImportBackendServiceGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class OceanImportBackendServiceGetArgs : ResourceArgs

Constructors

View Source

OceanImportBackendServiceGetArgs()

Declaration
public OceanImportBackendServiceGetArgs()

Properties

View Source

LocationType

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

Declaration
public Input<string> LocationType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NamedPorts

Declaration
public InputList<OceanImportBackendServiceNamedPortGetArgs> NamedPorts { get; set; }
Property Value
Type Description
InputList<OceanImportBackendServiceNamedPortGetArgs>
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 Input<string> Scheme { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServiceName

The name of the backend service.

Declaration
public Input<string> ServiceName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.