Class: IControl::Common::VirtualServerDefinition

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/common.rb,
lib/icontrol/common.rb

Overview

A struct that uniquely identifies a virtual server.

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The virtual server’s address.

Returns:

  • (String)

    the current value of address



246
247
248
# File 'lib/icontrol/common.rb', line 246

def address
  @address
end

#nameString

The virtual server’s name.

Returns:

  • (String)

    the current value of name



246
247
248
# File 'lib/icontrol/common.rb', line 246

def name
  @name
end

#portNumeric

The virtual server’s port.

Returns:

  • (Numeric)

    the current value of port



246
247
248
# File 'lib/icontrol/common.rb', line 246

def port
  @port
end

#protocolIControl::Common::ProtocolType

The virtual server’s protocol.

Returns:



246
247
248
# File 'lib/icontrol/common.rb', line 246

def protocol
  @protocol
end