Name | Type | Description | Notes |
---|---|---|---|
CreatedAt | Pointer to time.Time | [optional] | |
GloballyEnabled | Pointer to SecurityGroupGloballyEnabled | [optional] | |
Guid | Pointer to string | [optional] | |
Links | Pointer to SecurityGroupLinks | [optional] | |
Name | Pointer to string | [optional] | |
Relationships | Pointer to SecurityGroupRelationships | [optional] | |
Rules | Pointer to []Rule | [optional] | |
UpdatedAt | Pointer to time.Time | [optional] |
func NewSecurityGroup() *SecurityGroup
NewSecurityGroup instantiates a new SecurityGroup 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 NewSecurityGroupWithDefaults() *SecurityGroup
NewSecurityGroupWithDefaults instantiates a new SecurityGroup 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 *SecurityGroup) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *SecurityGroup) 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 *SecurityGroup) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *SecurityGroup) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *SecurityGroup) GetGloballyEnabled() SecurityGroupGloballyEnabled
GetGloballyEnabled returns the GloballyEnabled field if non-nil, zero value otherwise.
func (o *SecurityGroup) GetGloballyEnabledOk() (*SecurityGroupGloballyEnabled, bool)
GetGloballyEnabledOk returns a tuple with the GloballyEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityGroup) SetGloballyEnabled(v SecurityGroupGloballyEnabled)
SetGloballyEnabled sets GloballyEnabled field to given value.
func (o *SecurityGroup) HasGloballyEnabled() bool
HasGloballyEnabled returns a boolean if a field has been set.
func (o *SecurityGroup) GetGuid() string
GetGuid returns the Guid field if non-nil, zero value otherwise.
func (o *SecurityGroup) GetGuidOk() (*string, bool)
GetGuidOk returns a tuple with the Guid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityGroup) SetGuid(v string)
SetGuid sets Guid field to given value.
func (o *SecurityGroup) HasGuid() bool
HasGuid returns a boolean if a field has been set.
func (o *SecurityGroup) GetLinks() SecurityGroupLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *SecurityGroup) GetLinksOk() (*SecurityGroupLinks, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityGroup) SetLinks(v SecurityGroupLinks)
SetLinks sets Links field to given value.
func (o *SecurityGroup) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *SecurityGroup) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SecurityGroup) 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 *SecurityGroup) SetName(v string)
SetName sets Name field to given value.
func (o *SecurityGroup) HasName() bool
HasName returns a boolean if a field has been set.
func (o *SecurityGroup) GetRelationships() SecurityGroupRelationships
GetRelationships returns the Relationships field if non-nil, zero value otherwise.
func (o *SecurityGroup) GetRelationshipsOk() (*SecurityGroupRelationships, bool)
GetRelationshipsOk returns a tuple with the Relationships field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityGroup) SetRelationships(v SecurityGroupRelationships)
SetRelationships sets Relationships field to given value.
func (o *SecurityGroup) HasRelationships() bool
HasRelationships returns a boolean if a field has been set.
func (o *SecurityGroup) GetRules() []Rule
GetRules returns the Rules field if non-nil, zero value otherwise.
func (o *SecurityGroup) GetRulesOk() (*[]Rule, bool)
GetRulesOk returns a tuple with the Rules field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityGroup) SetRules(v []Rule)
SetRules sets Rules field to given value.
func (o *SecurityGroup) HasRules() bool
HasRules returns a boolean if a field has been set.
func (o *SecurityGroup) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *SecurityGroup) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityGroup) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *SecurityGroup) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.