Name | Type | Description | Notes |
---|---|---|---|
JobId | Pointer to string | The ID of the provisioning job. | [optional] |
Vdb | Pointer to VDB | [optional] |
func NewProvisionVDBResponse() *ProvisionVDBResponse
NewProvisionVDBResponse instantiates a new ProvisionVDBResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProvisionVDBResponseWithDefaults() *ProvisionVDBResponse
NewProvisionVDBResponseWithDefaults instantiates a new ProvisionVDBResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ProvisionVDBResponse) GetJobId() string
GetJobId returns the JobId field if non-nil, zero value otherwise.
func (o *ProvisionVDBResponse) GetJobIdOk() (*string, bool)
GetJobIdOk returns a tuple with the JobId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProvisionVDBResponse) SetJobId(v string)
SetJobId sets JobId field to given value.
func (o *ProvisionVDBResponse) HasJobId() bool
HasJobId returns a boolean if a field has been set.
func (o *ProvisionVDBResponse) GetVdb() VDB
GetVdb returns the Vdb field if non-nil, zero value otherwise.
func (o *ProvisionVDBResponse) GetVdbOk() (*VDB, bool)
GetVdbOk returns a tuple with the Vdb field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProvisionVDBResponse) SetVdb(v VDB)
SetVdb sets Vdb field to given value.
func (o *ProvisionVDBResponse) HasVdb() bool
HasVdb returns a boolean if a field has been set.