File: SecurityGroupEntities.md

package info (click to toggle)
golang-github-ionos-cloud-sdk-go 6.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,360 kB
  • sloc: sh: 35; makefile: 3
file content (106 lines) | stat: -rw-r--r-- 2,866 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# SecurityGroupEntities

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
|**Rules** | Pointer to [**FirewallRules**](FirewallRules.md) |  | [optional] |
|**Nics** | Pointer to [**Nics**](Nics.md) |  | [optional] |
|**Servers** | Pointer to [**Servers**](Servers.md) |  | [optional] |

## Methods

### NewSecurityGroupEntities

`func NewSecurityGroupEntities() *SecurityGroupEntities`

NewSecurityGroupEntities instantiates a new SecurityGroupEntities 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

### NewSecurityGroupEntitiesWithDefaults

`func NewSecurityGroupEntitiesWithDefaults() *SecurityGroupEntities`

NewSecurityGroupEntitiesWithDefaults instantiates a new SecurityGroupEntities 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

### GetRules

`func (o *SecurityGroupEntities) GetRules() FirewallRules`

GetRules returns the Rules field if non-nil, zero value otherwise.

### GetRulesOk

`func (o *SecurityGroupEntities) GetRulesOk() (*FirewallRules, 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.

### SetRules

`func (o *SecurityGroupEntities) SetRules(v FirewallRules)`

SetRules sets Rules field to given value.

### HasRules

`func (o *SecurityGroupEntities) HasRules() bool`

HasRules returns a boolean if a field has been set.

### GetNics

`func (o *SecurityGroupEntities) GetNics() Nics`

GetNics returns the Nics field if non-nil, zero value otherwise.

### GetNicsOk

`func (o *SecurityGroupEntities) GetNicsOk() (*Nics, bool)`

GetNicsOk returns a tuple with the Nics field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetNics

`func (o *SecurityGroupEntities) SetNics(v Nics)`

SetNics sets Nics field to given value.

### HasNics

`func (o *SecurityGroupEntities) HasNics() bool`

HasNics returns a boolean if a field has been set.

### GetServers

`func (o *SecurityGroupEntities) GetServers() Servers`

GetServers returns the Servers field if non-nil, zero value otherwise.

### GetServersOk

`func (o *SecurityGroupEntities) GetServersOk() (*Servers, bool)`

GetServersOk returns a tuple with the Servers field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetServers

`func (o *SecurityGroupEntities) SetServers(v Servers)`

SetServers sets Servers field to given value.

### HasServers

`func (o *SecurityGroupEntities) HasServers() bool`

HasServers returns a boolean if a field has been set.