Class: VagrantSubutai::Models::Domain

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-subutai/models/domain.rb

Instance Attribute Summary collapse

Instance Attribute Details

#container_hostnameObject

protocol HTTP, HTTPS or tcp etc



4
5
6
# File 'lib/vagrant-subutai/models/domain.rb', line 4

def container_hostname
  @container_hostname
end

#external_portObject

protocol HTTP, HTTPS or tcp etc



4
5
6
# File 'lib/vagrant-subutai/models/domain.rb', line 4

def external_port
  @external_port
end

#internal_portObject

protocol HTTP, HTTPS or tcp etc



4
5
6
# File 'lib/vagrant-subutai/models/domain.rb', line 4

def internal_port
  @internal_port
end

#nameObject

protocol HTTP, HTTPS or tcp etc



4
5
6
# File 'lib/vagrant-subutai/models/domain.rb', line 4

def name
  @name
end

#protocolObject

protocol HTTP, HTTPS or tcp etc



4
5
6
# File 'lib/vagrant-subutai/models/domain.rb', line 4

def protocol
  @protocol
end