Class: Aws::Tnb::Types::ListSolNetworkOperationsInfo

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

Overview

Information parameters for a network operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Network operation ARN.

Returns:

  • (String)


1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1541

class ListSolNetworkOperationsInfo < Struct.new(
  :arn,
  :error,
  :id,
  :lcm_operation_type,
  :metadata,
  :ns_instance_id,
  :operation_state)
  SENSITIVE = []
  include Aws::Structure
end

#errorTypes::ProblemDetails

Error related to this specific network operation.



1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1541

class ListSolNetworkOperationsInfo < Struct.new(
  :arn,
  :error,
  :id,
  :lcm_operation_type,
  :metadata,
  :ns_instance_id,
  :operation_state)
  SENSITIVE = []
  include Aws::Structure
end

#idString

ID of this network operation.

Returns:

  • (String)


1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1541

class ListSolNetworkOperationsInfo < Struct.new(
  :arn,
  :error,
  :id,
  :lcm_operation_type,
  :metadata,
  :ns_instance_id,
  :operation_state)
  SENSITIVE = []
  include Aws::Structure
end

#lcm_operation_typeString

Type of lifecycle management network operation.

Returns:

  • (String)


1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1541

class ListSolNetworkOperationsInfo < Struct.new(
  :arn,
  :error,
  :id,
  :lcm_operation_type,
  :metadata,
  :ns_instance_id,
  :operation_state)
  SENSITIVE = []
  include Aws::Structure
end

#metadataTypes::ListSolNetworkOperationsMetadata

Metadata related to this network operation.



1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1541

class ListSolNetworkOperationsInfo < Struct.new(
  :arn,
  :error,
  :id,
  :lcm_operation_type,
  :metadata,
  :ns_instance_id,
  :operation_state)
  SENSITIVE = []
  include Aws::Structure
end

#ns_instance_idString

ID of the network instance related to this operation.

Returns:

  • (String)


1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1541

class ListSolNetworkOperationsInfo < Struct.new(
  :arn,
  :error,
  :id,
  :lcm_operation_type,
  :metadata,
  :ns_instance_id,
  :operation_state)
  SENSITIVE = []
  include Aws::Structure
end

#operation_stateString

The state of the network operation.

Returns:

  • (String)


1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1541

class ListSolNetworkOperationsInfo < Struct.new(
  :arn,
  :error,
  :id,
  :lcm_operation_type,
  :metadata,
  :ns_instance_id,
  :operation_state)
  SENSITIVE = []
  include Aws::Structure
end