Show / Hide Table of Contents

Class OceanImportBackendServiceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
OceanImportBackendServiceArgs
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 OceanImportBackendServiceArgs : ResourceArgs

Constructors

View Source

OceanImportBackendServiceArgs()

Declaration
public OceanImportBackendServiceArgs()

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<OceanImportBackendServiceNamedPortArgs> NamedPorts { get; set; }
Property Value
Type Description
InputList<OceanImportBackendServiceNamedPortArgs>
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.