Class: Aws::Evs::Types::Vlan

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

Overview

The VLANs that Amazon EVS creates during environment creation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The availability zone of the VLAN.

Returns:

  • (String)


1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1601

class Vlan < Struct.new(
  :vlan_id,
  :cidr,
  :availability_zone,
  :function_name,
  :subnet_id,
  :created_at,
  :modified_at,
  :vlan_state,
  :state_details,
  :eip_associations,
  :is_public,
  :network_acl_id)
  SENSITIVE = []
  include Aws::Structure
end

#cidrString

The CIDR block of the VLAN. Amazon EVS VLAN subnets have a minimum CIDR block size of /28 and a maximum size of /24.

Returns:

  • (String)


1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1601

class Vlan < Struct.new(
  :vlan_id,
  :cidr,
  :availability_zone,
  :function_name,
  :subnet_id,
  :created_at,
  :modified_at,
  :vlan_state,
  :state_details,
  :eip_associations,
  :is_public,
  :network_acl_id)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time that the VLAN was created.

Returns:

  • (Time)


1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1601

class Vlan < Struct.new(
  :vlan_id,
  :cidr,
  :availability_zone,
  :function_name,
  :subnet_id,
  :created_at,
  :modified_at,
  :vlan_state,
  :state_details,
  :eip_associations,
  :is_public,
  :network_acl_id)
  SENSITIVE = []
  include Aws::Structure
end

#eip_associationsArray<Types::EipAssociation>

An array of Elastic IP address associations.

Returns:



1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1601

class Vlan < Struct.new(
  :vlan_id,
  :cidr,
  :availability_zone,
  :function_name,
  :subnet_id,
  :created_at,
  :modified_at,
  :vlan_state,
  :state_details,
  :eip_associations,
  :is_public,
  :network_acl_id)
  SENSITIVE = []
  include Aws::Structure
end

#function_nameString

The VMware VCF traffic type that is carried over the VLAN. For example, a VLAN with a functionName of hcx is being used to carry VMware HCX traffic.

Returns:

  • (String)


1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1601

class Vlan < Struct.new(
  :vlan_id,
  :cidr,
  :availability_zone,
  :function_name,
  :subnet_id,
  :created_at,
  :modified_at,
  :vlan_state,
  :state_details,
  :eip_associations,
  :is_public,
  :network_acl_id)
  SENSITIVE = []
  include Aws::Structure
end

#is_publicBoolean

Determines if the VLAN that Amazon EVS provisions is public or private.

Returns:

  • (Boolean)


1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1601

class Vlan < Struct.new(
  :vlan_id,
  :cidr,
  :availability_zone,
  :function_name,
  :subnet_id,
  :created_at,
  :modified_at,
  :vlan_state,
  :state_details,
  :eip_associations,
  :is_public,
  :network_acl_id)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

The date and time that the VLAN was modified.

Returns:

  • (Time)


1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1601

class Vlan < Struct.new(
  :vlan_id,
  :cidr,
  :availability_zone,
  :function_name,
  :subnet_id,
  :created_at,
  :modified_at,
  :vlan_state,
  :state_details,
  :eip_associations,
  :is_public,
  :network_acl_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_acl_idString

A unique ID for a network access control list.

Returns:

  • (String)


1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1601

class Vlan < Struct.new(
  :vlan_id,
  :cidr,
  :availability_zone,
  :function_name,
  :subnet_id,
  :created_at,
  :modified_at,
  :vlan_state,
  :state_details,
  :eip_associations,
  :is_public,
  :network_acl_id)
  SENSITIVE = []
  include Aws::Structure
end

#state_detailsString

The state details of the VLAN.

Returns:

  • (String)


1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1601

class Vlan < Struct.new(
  :vlan_id,
  :cidr,
  :availability_zone,
  :function_name,
  :subnet_id,
  :created_at,
  :modified_at,
  :vlan_state,
  :state_details,
  :eip_associations,
  :is_public,
  :network_acl_id)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The unique ID of the VLAN subnet.

Returns:

  • (String)


1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1601

class Vlan < Struct.new(
  :vlan_id,
  :cidr,
  :availability_zone,
  :function_name,
  :subnet_id,
  :created_at,
  :modified_at,
  :vlan_state,
  :state_details,
  :eip_associations,
  :is_public,
  :network_acl_id)
  SENSITIVE = []
  include Aws::Structure
end

#vlan_idInteger

The unique ID of the VLAN.

Returns:

  • (Integer)


1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1601

class Vlan < Struct.new(
  :vlan_id,
  :cidr,
  :availability_zone,
  :function_name,
  :subnet_id,
  :created_at,
  :modified_at,
  :vlan_state,
  :state_details,
  :eip_associations,
  :is_public,
  :network_acl_id)
  SENSITIVE = []
  include Aws::Structure
end

#vlan_stateString

The state of the VLAN.

Returns:

  • (String)


1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1601

class Vlan < Struct.new(
  :vlan_id,
  :cidr,
  :availability_zone,
  :function_name,
  :subnet_id,
  :created_at,
  :modified_at,
  :vlan_state,
  :state_details,
  :eip_associations,
  :is_public,
  :network_acl_id)
  SENSITIVE = []
  include Aws::Structure
end