Table of Contents

Class CloudFoundryEndpointOptions

Namespace
Steeltoe.Management.Endpoint.CloudFoundry
Assembly
Steeltoe.Management.EndpointBase.dll
public class CloudFoundryEndpointOptions : AbstractEndpointOptions, ICloudFoundryOptions, IEndpointOptions
Inheritance
CloudFoundryEndpointOptions
Implements
Inherited Members
Extension Methods

Constructors

CloudFoundryEndpointOptions()

public CloudFoundryEndpointOptions()

CloudFoundryEndpointOptions(IConfiguration)

public CloudFoundryEndpointOptions(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