public static enum ConfigSourceRecord.ConfigSourceRecordType extends Enum<ConfigSourceRecord.ConfigSourceRecordType> implements BmcEnum
The type of configuration source to use for the Terraform configuration.
Enum Constant and Description |
---|
BitbucketCloudConfigSource |
BitbucketServerConfigSource |
CompartmentConfigSource |
DevopsConfigSource |
GitConfigSource |
ObjectStorageConfigSource |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
ZipUpload |
Modifier and Type | Method and Description |
---|---|
static ConfigSourceRecord.ConfigSourceRecordType |
create(String key) |
String |
getValue() |
static ConfigSourceRecord.ConfigSourceRecordType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigSourceRecord.ConfigSourceRecordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigSourceRecord.ConfigSourceRecordType BitbucketCloudConfigSource
public static final ConfigSourceRecord.ConfigSourceRecordType BitbucketServerConfigSource
public static final ConfigSourceRecord.ConfigSourceRecordType CompartmentConfigSource
public static final ConfigSourceRecord.ConfigSourceRecordType DevopsConfigSource
public static final ConfigSourceRecord.ConfigSourceRecordType GitConfigSource
public static final ConfigSourceRecord.ConfigSourceRecordType ObjectStorageConfigSource
public static final ConfigSourceRecord.ConfigSourceRecordType ZipUpload
public static final ConfigSourceRecord.ConfigSourceRecordType UnknownEnumValue
public static ConfigSourceRecord.ConfigSourceRecordType[] values()
for (ConfigSourceRecord.ConfigSourceRecordType c : ConfigSourceRecord.ConfigSourceRecordType.values()) System.out.println(c);
public static ConfigSourceRecord.ConfigSourceRecordType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ConfigSourceRecord.ConfigSourceRecordType create(String key)
Copyright © 2016–2024. All rights reserved.