Table of Contents

Class CloudFoundryOptions

Namespace
Steeltoe.Management.Endpoint.CloudFoundry
Assembly
Steeltoe.Management.EndpointBase.dll
[Obsolete("Use CloudFoundryManagementOptions instead.")]
public class CloudFoundryOptions : AbstractOptions, ICloudFoundryOptions, IEndpointOptions
Inheritance
CloudFoundryOptions
Implements
Inherited Members
Extension Methods

Constructors

CloudFoundryOptions()

public CloudFoundryOptions()

CloudFoundryOptions(IConfiguration)

public CloudFoundryOptions(IConfiguration config)

Parameters

config IConfiguration

Properties

ApplicationId

public string ApplicationId { get; set; }

Property Value

string

CloudFoundryApi

public string CloudFoundryApi { get; set; }

Property Value

string

ValidateCertificates

public bool ValidateCertificates { get; set; }

Property Value

bool