| Name | Type | Description | Notes |
|---|---|---|---|
| CreatedAt | Pointer to time.Time | [optional] | |
| Environment | Pointer to string | [optional] | |
| Flavor | Pointer to string | [optional] | |
| Id | Pointer to int32 | [optional] | |
| Name | Pointer to string | [optional] | |
| Status | Pointer to string | [optional] |
func NewFirewallAttachmentVMModel() *FirewallAttachmentVMModel
NewFirewallAttachmentVMModel instantiates a new FirewallAttachmentVMModel 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 NewFirewallAttachmentVMModelWithDefaults() *FirewallAttachmentVMModel
NewFirewallAttachmentVMModelWithDefaults instantiates a new FirewallAttachmentVMModel 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 *FirewallAttachmentVMModel) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *FirewallAttachmentVMModel) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirewallAttachmentVMModel) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *FirewallAttachmentVMModel) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *FirewallAttachmentVMModel) GetEnvironment() string
GetEnvironment returns the Environment field if non-nil, zero value otherwise.
func (o *FirewallAttachmentVMModel) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirewallAttachmentVMModel) SetEnvironment(v string)
SetEnvironment sets Environment field to given value.
func (o *FirewallAttachmentVMModel) HasEnvironment() bool
HasEnvironment returns a boolean if a field has been set.
func (o *FirewallAttachmentVMModel) GetFlavor() string
GetFlavor returns the Flavor field if non-nil, zero value otherwise.
func (o *FirewallAttachmentVMModel) GetFlavorOk() (*string, bool)
GetFlavorOk returns a tuple with the Flavor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirewallAttachmentVMModel) SetFlavor(v string)
SetFlavor sets Flavor field to given value.
func (o *FirewallAttachmentVMModel) HasFlavor() bool
HasFlavor returns a boolean if a field has been set.
func (o *FirewallAttachmentVMModel) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *FirewallAttachmentVMModel) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirewallAttachmentVMModel) SetId(v int32)
SetId sets Id field to given value.
func (o *FirewallAttachmentVMModel) HasId() bool
HasId returns a boolean if a field has been set.
func (o *FirewallAttachmentVMModel) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *FirewallAttachmentVMModel) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirewallAttachmentVMModel) SetName(v string)
SetName sets Name field to given value.
func (o *FirewallAttachmentVMModel) HasName() bool
HasName returns a boolean if a field has been set.
func (o *FirewallAttachmentVMModel) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *FirewallAttachmentVMModel) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirewallAttachmentVMModel) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *FirewallAttachmentVMModel) HasStatus() bool
HasStatus returns a boolean if a field has been set.