Enum ConfigSourceRecord.ConfigSourceRecordType
- java.lang.Object
-
- java.lang.Enum<ConfigSourceRecord.ConfigSourceRecordType>
-
- com.oracle.bmc.resourcemanager.model.ConfigSourceRecord.ConfigSourceRecordType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ConfigSourceRecord.ConfigSourceRecordType>
- Enclosing class:
- ConfigSourceRecord
public static enum ConfigSourceRecord.ConfigSourceRecordType extends Enum<ConfigSourceRecord.ConfigSourceRecordType> implements BmcEnum
The type of configuration source to use for the Terraform configuration.
-
-
Enum Constant Summary
Enum Constants Enum Constant 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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
BitbucketCloudConfigSource
public static final ConfigSourceRecord.ConfigSourceRecordType BitbucketCloudConfigSource
-
BitbucketServerConfigSource
public static final ConfigSourceRecord.ConfigSourceRecordType BitbucketServerConfigSource
-
CompartmentConfigSource
public static final ConfigSourceRecord.ConfigSourceRecordType CompartmentConfigSource
-
DevopsConfigSource
public static final ConfigSourceRecord.ConfigSourceRecordType DevopsConfigSource
-
GitConfigSource
public static final ConfigSourceRecord.ConfigSourceRecordType GitConfigSource
-
ObjectStorageConfigSource
public static final ConfigSourceRecord.ConfigSourceRecordType ObjectStorageConfigSource
-
ZipUpload
public static final ConfigSourceRecord.ConfigSourceRecordType ZipUpload
-
UnknownEnumValue
public static final ConfigSourceRecord.ConfigSourceRecordType UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static ConfigSourceRecord.ConfigSourceRecordType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ConfigSourceRecord.ConfigSourceRecordType c : ConfigSourceRecord.ConfigSourceRecordType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ConfigSourceRecord.ConfigSourceRecordType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static ConfigSourceRecord.ConfigSourceRecordType create(String key)
-
-