class NSXDriver::NSXTtz

Class Transport Zone

Attributes

tz_id[R]

ATTRIBUTES

Public Class Methods

new(nsx_client) click to toggle source

CONSTRUCTOR

Calls superclass method
# File lib/nsxt_tz.rb, line 25
def initialize(nsx_client)
    super(nsx_client)
    # Construct base URLs
    @url_tzs_nsxt = NSXConstants::NSXT_TZS
end

Public Instance Methods

tzs() click to toggle source

METHODS

# File lib/nsxt_tz.rb, line 32
def tzs
    @nsx_client.get(@url_tzs_nsxt)
end