Class Deprecated
java.lang.Object
org.jclouds.googlecomputeengine.domain.Deprecated
Deprecation information for an image or kernel
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Deprecated
abstract String
deleted()
An optional RFC3339 timestamp on or after which the deprecation state of this resource will be changed to DELETED.abstract String
An optional RFC3339 timestamp for when the deprecation state of this resource will be changed to DEPRECATED.abstract String
obsolete()
An optional RFC3339 timestamp on or after which the deprecation state of this resource will be changed to OBSOLETE.abstract URI
A fully-qualified URL of the suggested replacement for the deprecated image.abstract Deprecated.State
state()
The deprecation state of this image.
-
Method Details
-
state
The deprecation state of this image. -
replacement
A fully-qualified URL of the suggested replacement for the deprecated image. -
deprecated
An optional RFC3339 timestamp for when the deprecation state of this resource will be changed to DEPRECATED. -
obsolete
An optional RFC3339 timestamp on or after which the deprecation state of this resource will be changed to OBSOLETE. -
deleted
An optional RFC3339 timestamp on or after which the deprecation state of this resource will be changed to DELETED. -
create
public static Deprecated create(Deprecated.State state, URI replacement, String deprecated, String obsolete, String deleted)
-