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
- configIConfiguration
Properties
ApplicationId
public string ApplicationId { get; set; }Property Value
CloudFoundryApi
public string CloudFoundryApi { get; set; }Property Value
ValidateCertificates
public bool ValidateCertificates { get; set; }