You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ManagedBlockchain::Types::Network

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Network configuration properties.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date and time that the network was created.

Returns:

  • (Time)

    The date and time that the network was created.

#descriptionString

Attributes of the blockchain framework for the network.

Returns:

  • (String)

    Attributes of the blockchain framework for the network.

#frameworkString

The blockchain framework that the network uses.

Possible values:

  • HYPERLEDGER_FABRIC

Returns:

  • (String)

    The blockchain framework that the network uses.

#framework_attributesTypes::NetworkFrameworkAttributes

Attributes of the blockchain framework that the network uses.

Returns:

#framework_versionString

The version of the blockchain framework that the network uses.

Returns:

  • (String)

    The version of the blockchain framework that the network uses.

#idString

The unique identifier of the network.

Returns:

  • (String)

    The unique identifier of the network.

#nameString

The name of the network.

Returns:

  • (String)

    The name of the network.

#statusString

The current status of the network.

Possible values:

  • CREATING
  • AVAILABLE
  • CREATE_FAILED
  • DELETING
  • DELETED

Returns:

  • (String)

    The current status of the network.

#voting_policyTypes::VotingPolicy

The voting rules for the network to decide if a proposal is accepted.

Returns:

  • (Types::VotingPolicy)

    The voting rules for the network to decide if a proposal is accepted.

#vpc_endpoint_service_nameString

The VPC endpoint service name of the VPC endpoint service of the network. Members use the VPC endpoint service name to create a VPC endpoint to access network resources.

Returns:

  • (String)

    The VPC endpoint service name of the VPC endpoint service of the network.