Class: Aws::Tnb::Types::ListSolNetworkInstanceInfo

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

Overview

Info about the specific network instance.

A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Network instance ARN.

Returns:

  • (String)


1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1438

class ListSolNetworkInstanceInfo < Struct.new(
  :arn,
  :id,
  :metadata,
  :ns_instance_description,
  :ns_instance_name,
  :ns_state,
  :nsd_id,
  :nsd_info_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

ID of the network instance.

Returns:

  • (String)


1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1438

class ListSolNetworkInstanceInfo < Struct.new(
  :arn,
  :id,
  :metadata,
  :ns_instance_description,
  :ns_instance_name,
  :ns_state,
  :nsd_id,
  :nsd_info_id)
  SENSITIVE = []
  include Aws::Structure
end

#metadataTypes::ListSolNetworkInstanceMetadata

The metadata of the network instance.



1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1438

class ListSolNetworkInstanceInfo < Struct.new(
  :arn,
  :id,
  :metadata,
  :ns_instance_description,
  :ns_instance_name,
  :ns_state,
  :nsd_id,
  :nsd_info_id)
  SENSITIVE = []
  include Aws::Structure
end

#ns_instance_descriptionString

Human-readable description of the network instance.

Returns:

  • (String)


1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1438

class ListSolNetworkInstanceInfo < Struct.new(
  :arn,
  :id,
  :metadata,
  :ns_instance_description,
  :ns_instance_name,
  :ns_state,
  :nsd_id,
  :nsd_info_id)
  SENSITIVE = []
  include Aws::Structure
end

#ns_instance_nameString

Human-readable name of the network instance.

Returns:

  • (String)


1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1438

class ListSolNetworkInstanceInfo < Struct.new(
  :arn,
  :id,
  :metadata,
  :ns_instance_description,
  :ns_instance_name,
  :ns_state,
  :nsd_id,
  :nsd_info_id)
  SENSITIVE = []
  include Aws::Structure
end

#ns_stateString

The state of the network instance.

Returns:

  • (String)


1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1438

class ListSolNetworkInstanceInfo < Struct.new(
  :arn,
  :id,
  :metadata,
  :ns_instance_description,
  :ns_instance_name,
  :ns_state,
  :nsd_id,
  :nsd_info_id)
  SENSITIVE = []
  include Aws::Structure
end

#nsd_idString

ID of the network service descriptor in the network package.

Returns:

  • (String)


1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1438

class ListSolNetworkInstanceInfo < Struct.new(
  :arn,
  :id,
  :metadata,
  :ns_instance_description,
  :ns_instance_name,
  :ns_state,
  :nsd_id,
  :nsd_info_id)
  SENSITIVE = []
  include Aws::Structure
end

#nsd_info_idString

ID of the network service descriptor in the network package.

Returns:

  • (String)


1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1438

class ListSolNetworkInstanceInfo < Struct.new(
  :arn,
  :id,
  :metadata,
  :ns_instance_description,
  :ns_instance_name,
  :ns_state,
  :nsd_id,
  :nsd_info_id)
  SENSITIVE = []
  include Aws::Structure
end