Class: Google::Cloud::MigrationCenter::V1::NetworkConnection

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Defined Under Namespace

Modules: State

Instance Attribute Summary collapse

Instance Attribute Details

#local_ip_address::String

Returns Local IP address.

Returns:

  • (::String)

    Local IP address.



2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2538

class NetworkConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Network connection state.
  module State
    # Connection state is unknown or unspecified.
    STATE_UNSPECIFIED = 0

    # The connection is being opened.
    OPENING = 1

    # The connection is open.
    OPEN = 2

    # Listening for incoming connections.
    LISTEN = 3

    # The connection is being closed.
    CLOSING = 4

    # The connection is closed.
    CLOSED = 5
  end
end

#local_port::Integer

Returns Local port.

Returns:

  • (::Integer)

    Local port.



2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2538

class NetworkConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Network connection state.
  module State
    # Connection state is unknown or unspecified.
    STATE_UNSPECIFIED = 0

    # The connection is being opened.
    OPENING = 1

    # The connection is open.
    OPEN = 2

    # Listening for incoming connections.
    LISTEN = 3

    # The connection is being closed.
    CLOSING = 4

    # The connection is closed.
    CLOSED = 5
  end
end

#pid::Integer

Returns Process ID.

Returns:

  • (::Integer)

    Process ID.



2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2538

class NetworkConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Network connection state.
  module State
    # Connection state is unknown or unspecified.
    STATE_UNSPECIFIED = 0

    # The connection is being opened.
    OPENING = 1

    # The connection is open.
    OPEN = 2

    # Listening for incoming connections.
    LISTEN = 3

    # The connection is being closed.
    CLOSING = 4

    # The connection is closed.
    CLOSED = 5
  end
end

#process_name::String

Returns Process or service name.

Returns:

  • (::String)

    Process or service name.



2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2538

class NetworkConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Network connection state.
  module State
    # Connection state is unknown or unspecified.
    STATE_UNSPECIFIED = 0

    # The connection is being opened.
    OPENING = 1

    # The connection is open.
    OPEN = 2

    # Listening for incoming connections.
    LISTEN = 3

    # The connection is being closed.
    CLOSING = 4

    # The connection is closed.
    CLOSED = 5
  end
end

#protocol::String

Returns Connection protocol (e.g. TCP/UDP).

Returns:

  • (::String)

    Connection protocol (e.g. TCP/UDP).



2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2538

class NetworkConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Network connection state.
  module State
    # Connection state is unknown or unspecified.
    STATE_UNSPECIFIED = 0

    # The connection is being opened.
    OPENING = 1

    # The connection is open.
    OPEN = 2

    # Listening for incoming connections.
    LISTEN = 3

    # The connection is being closed.
    CLOSING = 4

    # The connection is closed.
    CLOSED = 5
  end
end

#remote_ip_address::String

Returns Remote IP address.

Returns:

  • (::String)

    Remote IP address.



2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2538

class NetworkConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Network connection state.
  module State
    # Connection state is unknown or unspecified.
    STATE_UNSPECIFIED = 0

    # The connection is being opened.
    OPENING = 1

    # The connection is open.
    OPEN = 2

    # Listening for incoming connections.
    LISTEN = 3

    # The connection is being closed.
    CLOSING = 4

    # The connection is closed.
    CLOSED = 5
  end
end

#remote_port::Integer

Returns Remote port.

Returns:

  • (::Integer)

    Remote port.



2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2538

class NetworkConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Network connection state.
  module State
    # Connection state is unknown or unspecified.
    STATE_UNSPECIFIED = 0

    # The connection is being opened.
    OPENING = 1

    # The connection is open.
    OPEN = 2

    # Listening for incoming connections.
    LISTEN = 3

    # The connection is being closed.
    CLOSING = 4

    # The connection is closed.
    CLOSED = 5
  end
end

#state::Google::Cloud::MigrationCenter::V1::NetworkConnection::State

Returns Network connection state.

Returns:



2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2538

class NetworkConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Network connection state.
  module State
    # Connection state is unknown or unspecified.
    STATE_UNSPECIFIED = 0

    # The connection is being opened.
    OPENING = 1

    # The connection is open.
    OPEN = 2

    # Listening for incoming connections.
    LISTEN = 3

    # The connection is being closed.
    CLOSING = 4

    # The connection is closed.
    CLOSED = 5
  end
end