Class: Aws::Evs::Types::AssociateEipToVlanRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_idString

The Elastic IP address allocation ID.

Returns:

  • (String)


45
46
47
48
49
50
51
52
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 45

class AssociateEipToVlanRequest < Struct.new(
  :client_token,
  :environment_id,
  :vlan_name,
  :allocation_id)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

This parameter is not used in Amazon EVS currently. If you supply input for this parameter, it will have no effect.

A unique, case-sensitive identifier that you provide to ensure the idempotency of the environment creation request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


45
46
47
48
49
50
51
52
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 45

class AssociateEipToVlanRequest < Struct.new(
  :client_token,
  :environment_id,
  :vlan_name,
  :allocation_id)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique ID for the environment containing the VLAN that the Elastic IP address associates with.

Returns:

  • (String)


45
46
47
48
49
50
51
52
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 45

class AssociateEipToVlanRequest < Struct.new(
  :client_token,
  :environment_id,
  :vlan_name,
  :allocation_id)
  SENSITIVE = []
  include Aws::Structure
end

#vlan_nameString

The name of the VLAN. hcx is the only accepted VLAN name at this time.

Returns:

  • (String)


45
46
47
48
49
50
51
52
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 45

class AssociateEipToVlanRequest < Struct.new(
  :client_token,
  :environment_id,
  :vlan_name,
  :allocation_id)
  SENSITIVE = []
  include Aws::Structure
end