Class: Aws::Types::GetSolNetworkOperationOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def arn
  @arn
end

#errorTypes::ProblemDetails

Returns the value of attribute error.



218
219
220
# File 'sig/types.rbs', line 218

def error
  @error
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def id
  @id
end

#lcm_operation_type"INSTANTIATE", ...

Returns the value of attribute lcm_operation_type.

Returns:

  • ("INSTANTIATE", "UPDATE", "TERMINATE")


220
221
222
# File 'sig/types.rbs', line 220

def lcm_operation_type
  @lcm_operation_type
end

#metadataTypes::GetSolNetworkOperationMetadata

Returns the value of attribute metadata.



221
222
223
# File 'sig/types.rbs', line 221

def 
  @metadata
end

#ns_instance_id::String

Returns the value of attribute ns_instance_id.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def ns_instance_id
  @ns_instance_id
end

#operation_state"PROCESSING", ...

Returns the value of attribute operation_state.

Returns:

  • ("PROCESSING", "COMPLETED", "FAILED", "CANCELLING", "CANCELLED")


223
224
225
# File 'sig/types.rbs', line 223

def operation_state
  @operation_state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


224
225
226
# File 'sig/types.rbs', line 224

def tags
  @tags
end

#tasks::Array[Types::GetSolNetworkOperationTaskDetails]

Returns the value of attribute tasks.



225
226
227
# File 'sig/types.rbs', line 225

def tasks
  @tasks
end

#update_type"MODIFY_VNF_INFORMATION", "UPDATE_NS"

Returns the value of attribute update_type.

Returns:

  • ("MODIFY_VNF_INFORMATION", "UPDATE_NS")


226
227
228
# File 'sig/types.rbs', line 226

def update_type
  @update_type
end