Show / Hide Table of Contents

Class OceanLoadBalancerGetArgs

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

Constructors

View Source

OceanLoadBalancerGetArgs()

Declaration
public OceanLoadBalancerGetArgs()

Properties

View Source

Arn

Required if type is set to TARGET_GROUP

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

Name

Required if type is set to CLASSIC

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

Type

Can be set to CLASSIC or TARGET_GROUP

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