Class: Aws::LicenseManagerUserSubscriptions::Types::LicenseServer

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb

Overview

Information about a Remote Desktop Services (RDS) license server.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#health_statusString

The health status of the RDS license server.

Returns:

  • (String)


601
602
603
604
605
606
607
608
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 601

class LicenseServer < Struct.new(
  :provisioning_status,
  :health_status,
  :ipv_4_address,
  :ipv_6_address)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_4_addressString

A list of domain IPv4 addresses that are used for the RDS license server.

Returns:

  • (String)


601
602
603
604
605
606
607
608
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 601

class LicenseServer < Struct.new(
  :provisioning_status,
  :health_status,
  :ipv_4_address,
  :ipv_6_address)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_addressString

A list of domain IPv6 addresses that are used for the RDS license server.

Returns:

  • (String)


601
602
603
604
605
606
607
608
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 601

class LicenseServer < Struct.new(
  :provisioning_status,
  :health_status,
  :ipv_4_address,
  :ipv_6_address)
  SENSITIVE = []
  include Aws::Structure
end

#provisioning_statusString

The current state of the provisioning process for the RDS license server.

Returns:

  • (String)


601
602
603
604
605
606
607
608
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 601

class LicenseServer < Struct.new(
  :provisioning_status,
  :health_status,
  :ipv_4_address,
  :ipv_6_address)
  SENSITIVE = []
  include Aws::Structure
end