SpringCloudServiceConfigServerGitSettingArgs

data class SpringCloudServiceConfigServerGitSettingArgs(val httpBasicAuth: Output<SpringCloudServiceConfigServerGitSettingHttpBasicAuthArgs>? = null, val label: Output<String>? = null, val repositories: Output<List<SpringCloudServiceConfigServerGitSettingRepositoryArgs>>? = null, val searchPaths: Output<List<String>>? = null, val sshAuth: Output<SpringCloudServiceConfigServerGitSettingSshAuthArgs>? = null, val uri: Output<String>) : ConvertibleToJava<SpringCloudServiceConfigServerGitSettingArgs>

Constructors

constructor(httpBasicAuth: Output<SpringCloudServiceConfigServerGitSettingHttpBasicAuthArgs>? = null, label: Output<String>? = null, repositories: Output<List<SpringCloudServiceConfigServerGitSettingRepositoryArgs>>? = null, searchPaths: Output<List<String>>? = null, sshAuth: Output<SpringCloudServiceConfigServerGitSettingSshAuthArgs>? = null, uri: Output<String>)

Properties

Link copied to clipboard

A http_basic_auth block as defined below.

Link copied to clipboard
val label: Output<String>? = null

The default label of the Git repository, should be the branch name, tag name, or commit-id of the repository.

Link copied to clipboard

One or more repository blocks as defined below.

Link copied to clipboard
val searchPaths: Output<List<String>>? = null

An array of strings used to search subdirectories of the Git repository.

Link copied to clipboard

A ssh_auth block as defined below.

Link copied to clipboard
val uri: Output<String>

The URI of the default Git repository used as the Config Server back end, should be started with http://, https://, git@, or ssh://.

Functions

Link copied to clipboard
open override fun toJava(): SpringCloudServiceConfigServerGitSettingArgs