Class: Aws::NetworkManager::Types::NetworkResource

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

Overview

Describes a network resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID.

Returns:

  • (String)


4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4194

class NetworkResource < Struct.new(
  :registered_gateway_arn,
  :core_network_id,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_id,
  :resource_arn,
  :definition,
  :definition_timestamp,
  :tags,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#aws_regionString

The Amazon Web Services Region.

Returns:

  • (String)


4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4194

class NetworkResource < Struct.new(
  :registered_gateway_arn,
  :core_network_id,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_id,
  :resource_arn,
  :definition,
  :definition_timestamp,
  :tags,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#core_network_idString

The ID of a core network.

Returns:

  • (String)


4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4194

class NetworkResource < Struct.new(
  :registered_gateway_arn,
  :core_network_id,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_id,
  :resource_arn,
  :definition,
  :definition_timestamp,
  :tags,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#definitionString

Information about the resource, in JSON format. Network Manager gets this information by describing the resource using its Describe API call.

Returns:

  • (String)


4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4194

class NetworkResource < Struct.new(
  :registered_gateway_arn,
  :core_network_id,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_id,
  :resource_arn,
  :definition,
  :definition_timestamp,
  :tags,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#definition_timestampTime

The time that the resource definition was retrieved.

Returns:

  • (Time)


4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4194

class NetworkResource < Struct.new(
  :registered_gateway_arn,
  :core_network_id,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_id,
  :resource_arn,
  :definition,
  :definition_timestamp,
  :tags,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#metadataHash<String,String>

The resource metadata.

Returns:

  • (Hash<String,String>)


4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4194

class NetworkResource < Struct.new(
  :registered_gateway_arn,
  :core_network_id,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_id,
  :resource_arn,
  :definition,
  :definition_timestamp,
  :tags,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#registered_gateway_arnString

The ARN of the gateway.

Returns:

  • (String)


4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4194

class NetworkResource < Struct.new(
  :registered_gateway_arn,
  :core_network_id,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_id,
  :resource_arn,
  :definition,
  :definition_timestamp,
  :tags,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ARN of the resource.

Returns:

  • (String)


4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4194

class NetworkResource < Struct.new(
  :registered_gateway_arn,
  :core_network_id,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_id,
  :resource_arn,
  :definition,
  :definition_timestamp,
  :tags,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the resource.

Returns:

  • (String)


4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4194

class NetworkResource < Struct.new(
  :registered_gateway_arn,
  :core_network_id,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_id,
  :resource_arn,
  :definition,
  :definition_timestamp,
  :tags,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type.

The following are the supported resource types for Direct Connect:

  • dxcon

  • dx-gateway

  • dx-vif

The following are the supported resource types for Network Manager:

  • connection

  • device

  • link

  • site

The following are the supported resource types for Amazon VPC:

  • customer-gateway

  • transit-gateway

  • transit-gateway-attachment

  • transit-gateway-connect-peer

  • transit-gateway-route-table

  • vpn-connection

Returns:

  • (String)


4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4194

class NetworkResource < Struct.new(
  :registered_gateway_arn,
  :core_network_id,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_id,
  :resource_arn,
  :definition,
  :definition_timestamp,
  :tags,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags.

Returns:



4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4194

class NetworkResource < Struct.new(
  :registered_gateway_arn,
  :core_network_id,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_id,
  :resource_arn,
  :definition,
  :definition_timestamp,
  :tags,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end