Class OceanImportBackendServiceArgs
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.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class OceanImportBackendServiceArgs : ResourceArgs
Constructors
View SourceOceanImportBackendServiceArgs()
Declaration
public OceanImportBackendServiceArgs()
Properties
View SourceLocationType
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> |
NamedPorts
Declaration
public InputList<OceanImportBackendServiceNamedPortArgs> NamedPorts { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<OceanImportBackendServiceNamedPortArgs> |
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> |
ServiceName
The name of the backend service.
Declaration
public Input<string> ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |