| Name | Type | Description | Notes |
|---|---|---|---|
| GreenStatus | Pointer to string | [optional] | |
| NetworkOptimised | Pointer to bool | [optional] |
func NewKeypairEnvironmentFeatures() *KeypairEnvironmentFeatures
NewKeypairEnvironmentFeatures instantiates a new KeypairEnvironmentFeatures 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 NewKeypairEnvironmentFeaturesWithDefaults() *KeypairEnvironmentFeatures
NewKeypairEnvironmentFeaturesWithDefaults instantiates a new KeypairEnvironmentFeatures 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 *KeypairEnvironmentFeatures) GetGreenStatus() string
GetGreenStatus returns the GreenStatus field if non-nil, zero value otherwise.
func (o *KeypairEnvironmentFeatures) GetGreenStatusOk() (*string, bool)
GetGreenStatusOk returns a tuple with the GreenStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeypairEnvironmentFeatures) SetGreenStatus(v string)
SetGreenStatus sets GreenStatus field to given value.
func (o *KeypairEnvironmentFeatures) HasGreenStatus() bool
HasGreenStatus returns a boolean if a field has been set.
func (o *KeypairEnvironmentFeatures) GetNetworkOptimised() bool
GetNetworkOptimised returns the NetworkOptimised field if non-nil, zero value otherwise.
func (o *KeypairEnvironmentFeatures) GetNetworkOptimisedOk() (*bool, bool)
GetNetworkOptimisedOk returns a tuple with the NetworkOptimised field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeypairEnvironmentFeatures) SetNetworkOptimised(v bool)
SetNetworkOptimised sets NetworkOptimised field to given value.
func (o *KeypairEnvironmentFeatures) HasNetworkOptimised() bool
HasNetworkOptimised returns a boolean if a field has been set.