Class InitializeResource
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.InitializeResource
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InitializeResource extends com.ibm.cloud.sdk.core.service.model.GenericModel
Resource defining initialization parameters.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
InitializeResource.Status
Status of the initialize operation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerReference
getContainer()
Gets the container.java.util.List<ErrorModelResource>
getErrors()
Gets the errors.java.lang.String
getHref()
Gets the href.java.util.List<InitializedOption>
getInitializedOptions()
Gets the initializedOptions.java.util.Date
getLastFinishedAt()
Gets the lastFinishedAt.java.util.Date
getLastStartedAt()
Gets the lastStartedAt.java.lang.String
getStatus()
Gets the status.java.lang.String
getTrace()
Gets the trace.
-
-
-
Method Detail
-
getContainer
public ContainerReference getContainer()
Gets the container. Container reference.- Returns:
- the container
-
getHref
public java.lang.String getHref()
Gets the href. Link to monitor the status of the initialize operation.- Returns:
- the href
-
getStatus
public java.lang.String getStatus()
Gets the status. Status of the initialize operation.- Returns:
- the status
-
getTrace
public java.lang.String getTrace()
Gets the trace. The id to trace the failed initialization operation.- Returns:
- the trace
-
getErrors
public java.util.List<ErrorModelResource> getErrors()
Gets the errors. Set of errors on the latest initialization request.- Returns:
- the errors
-
getLastStartedAt
public java.util.Date getLastStartedAt()
Gets the lastStartedAt. Start time of the last initialization.- Returns:
- the lastStartedAt
-
getLastFinishedAt
public java.util.Date getLastFinishedAt()
Gets the lastFinishedAt. End time of the last initialization.- Returns:
- the lastFinishedAt
-
getInitializedOptions
public java.util.List<InitializedOption> getInitializedOptions()
Gets the initializedOptions. Initialized options.- Returns:
- the initializedOptions
-
-