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.
Implements
IMessageProviderConfig, IEquatableProviderConfig, IDeepCloneableProviderConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
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 |