class Google::Apis::ContainerV1beta1::WindowsVersion

Windows server version.

Attributes

image_type[RW]

Windows server image type Corresponds to the JSON property `imageType` @return [String]

os_version[RW]

Windows server build number Corresponds to the JSON property `osVersion` @return [String]

support_end_date[RW]

Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and ` google.protobuf.Timestamp`. Corresponds to the JSON property `supportEndDate` @return [Google::Apis::ContainerV1beta1::Date]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/container_v1beta1/classes.rb, line 5672
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/container_v1beta1/classes.rb, line 5677
def update!(**args)
  @image_type = args[:image_type] if args.key?(:image_type)
  @os_version = args[:os_version] if args.key?(:os_version)
  @support_end_date = args[:support_end_date] if args.key?(:support_end_date)
end