Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model |
Modifier and Type | Method and Description |
---|---|
static PlatformSpecificArtifact.Architecture |
PlatformSpecificArtifact.Architecture.create(String key) |
PlatformSpecificArtifact.Architecture |
PlatformSpecificArtifact.getArchitecture()
System architecture.
|
static PlatformSpecificArtifact.Architecture |
PlatformSpecificArtifact.Architecture.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlatformSpecificArtifact.Architecture[] |
PlatformSpecificArtifact.Architecture.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PlatformSpecificArtifact.Builder |
PlatformSpecificArtifact.Builder.architecture(PlatformSpecificArtifact.Architecture architecture)
System architecture.
|
Constructor and Description |
---|
PlatformSpecificArtifact(ContentDetails content,
PlatformSpecificArtifact.OsType osType,
PlatformSpecificArtifact.Architecture architecture)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.