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)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1433

class Vlan < Struct.new(
  :vlan_id,
  :cidr,
  :availability_zone,
  :function_name,
  :subnet_id,
  :created_at,
  :modified_at,
  :vlan_state,
  :state_details)
  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)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1433

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

#created_atTime

The date and time that the VLAN was created.

Returns:

  • (Time)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1433

class Vlan < Struct.new(
  :vlan_id,
  :cidr,
  :availability_zone,
  :function_name,
  :subnet_id,
  :created_at,
  :modified_at,
  :vlan_state,
  :state_details)
  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)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1433

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

#modified_atTime

The date and time that the VLAN was modified.

Returns:

  • (Time)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1433

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

#state_detailsString

The state details of the VLAN.

Returns:

  • (String)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1433

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

#subnet_idString

The unique ID of the VLAN subnet.

Returns:

  • (String)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1433

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

#vlan_idInteger

The unique ID of the VLAN.

Returns:

  • (Integer)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1433

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

#vlan_stateString

The state of the VLAN.

Returns:

  • (String)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1433

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