Show / Hide Table of Contents

Class OceanLoadBalancer

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

Fields

View Source

Arn

Required if type is set to TARGET_GROUP

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

Name

Required if type is set to CLASSIC

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

Type

Can be set to CLASSIC or TARGET_GROUP

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