Package kubevirt.io
Class V1ClockOffsetUTC
java.lang.Object
kubevirt.io.V1ClockOffsetUTC
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1ClockOffsetUTC
extends Object
UTC sets the guest clock to UTC on each boot.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanOffsetSeconds specifies an offset in seconds, relative to UTC.inthashCode()offsetSeconds(Integer offsetSeconds) voidsetOffsetSeconds(Integer offsetSeconds) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
offsetSeconds
-
-
Constructor Details
-
V1ClockOffsetUTC
public V1ClockOffsetUTC()
-
-
Method Details
-
offsetSeconds
-
getOffsetSeconds
OffsetSeconds specifies an offset in seconds, relative to UTC. If set, guest changes to the clock will be kept during reboots and not reset.- Returns:
- offsetSeconds
-
setOffsetSeconds
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-