| Name | Type | Description | Notes |
|---|---|---|---|
| Source | Pointer to string | Source of farm machines. This property is required if type is set to "AUTOMATED". * LINKED_CLONE: Linked clone share the same base image and use less storage space than full RDS Servers. * INSTANT_CLONE: Instant clone engine uses vmfork technology to create the instant clones. These clones take much less time for provisioning. | [optional] |
| Type | Pointer to string | Farm type. * AUTOMATED: Automated Farm. * MANUAL: Manual farm. | [optional] |
func NewFarmMonitorDetails() *FarmMonitorDetails
NewFarmMonitorDetails instantiates a new FarmMonitorDetails 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 NewFarmMonitorDetailsWithDefaults() *FarmMonitorDetails
NewFarmMonitorDetailsWithDefaults instantiates a new FarmMonitorDetails 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 *FarmMonitorDetails) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *FarmMonitorDetails) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FarmMonitorDetails) SetSource(v string)
SetSource sets Source field to given value.
func (o *FarmMonitorDetails) HasSource() bool
HasSource returns a boolean if a field has been set.
func (o *FarmMonitorDetails) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *FarmMonitorDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FarmMonitorDetails) SetType(v string)
SetType sets Type field to given value.
func (o *FarmMonitorDetails) HasType() bool
HasType returns a boolean if a field has been set.