Infrastructure Manager v1 API - Class ProviderConfig (1.9.0)

public sealed class ProviderConfig : IMessage<ProviderConfig>, IEquatable<ProviderConfig>, IDeepCloneable<ProviderConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Infrastructure Manager v1 API class ProviderConfig.

ProviderConfig contains the provider configurations.

Inheritance

object > ProviderConfig

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

ProviderConfig()

public ProviderConfig()

ProviderConfig(ProviderConfig)

public ProviderConfig(ProviderConfig other)
Parameter
Name Description
other ProviderConfig

Properties

HasSourceType

public bool HasSourceType { get; }

Gets whether the "source_type" field is set

Property Value
Type Description
bool

SourceType

public ProviderConfig.Types.ProviderSource SourceType { get; set; }

Optional. ProviderSource specifies the source type of the provider.

Property Value
Type Description
ProviderConfigTypesProviderSource