@Generated(value="OracleSDKGenerator", comments="API Version: 20200202") public final class ManagementAgentImage extends Object
Supported Agent downloads
Note: Objects should always be created or deserialized using the ManagementAgentImage.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the ManagementAgentImage.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
ManagementAgentImage.Builder |
Constructor and Description |
---|
ManagementAgentImage(String id,
PlatformTypes platformType,
String platformName,
PackageTypes packageType,
ArchitectureTypes packageArchitectureType,
String version,
BigDecimal size,
String checksum,
String objectUrl,
LifecycleStates lifecycleState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ManagementAgentImage.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getChecksum()
Agent image content SHA256 Hash
|
String |
getId()
Agent image resource id
|
LifecycleStates |
getLifecycleState()
The current state of Management Agent Image
|
String |
getObjectUrl()
Object storage URL for download
|
ArchitectureTypes |
getPackageArchitectureType()
The installation package target architecture type
|
PackageTypes |
getPackageType()
The installation package type
|
String |
getPlatformName()
Agent image platform display name
|
PlatformTypes |
getPlatformType()
Agent image platform type
|
BigDecimal |
getSize()
Agent image size in bytes
|
String |
getVersion()
Agent image version
|
int |
hashCode() |
ManagementAgentImage.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"id","platformType","platformName","packageType","packageArchitectureType","version","size","checksum","objectUrl","lifecycleState"}) public ManagementAgentImage(String id, PlatformTypes platformType, String platformName, PackageTypes packageType, ArchitectureTypes packageArchitectureType, String version, BigDecimal size, String checksum, String objectUrl, LifecycleStates lifecycleState)
public static ManagementAgentImage.Builder builder()
Create a new builder.
public ManagementAgentImage.Builder toBuilder()
public String getId()
Agent image resource id
public PlatformTypes getPlatformType()
Agent image platform type
public String getPlatformName()
Agent image platform display name
public PackageTypes getPackageType()
The installation package type
public ArchitectureTypes getPackageArchitectureType()
The installation package target architecture type
public String getVersion()
Agent image version
public BigDecimal getSize()
Agent image size in bytes
public String getChecksum()
Agent image content SHA256 Hash
public String getObjectUrl()
Object storage URL for download
public LifecycleStates getLifecycleState()
The current state of Management Agent Image
Copyright © 2016–2022. All rights reserved.