class OneviewSDK::ImageStreamer::API300::BuildPlan
Build Plan resource implementation for Image Streamer
Constants
- BASE_URI
Public Class Methods
new(client, params = {}, api_ver = nil)
click to toggle source
Create a resource object, associate it with a client, and set its properties. @param [OneviewSDK::ImageStreamer::Client] client The client object for the Image Streamer appliance @param [Hash] params The options for this resource (key-value pairs) @param [Integer] api_ver The api version to use when interracting with this resource.
Calls superclass method
# File lib/oneview-sdk/image-streamer/resource/api300/build_plan.rb, line 25 def initialize(client, params = {}, api_ver = nil) super # Default values: @data['type'] ||= 'OeBuildPlan' end