FlowLogProperties
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewFlowLogProperties(action string, bucket string, direction string, name string, ) *FlowLogProperties
NewFlowLogProperties instantiates a new FlowLogProperties 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 NewFlowLogPropertiesWithDefaults() *FlowLogProperties
NewFlowLogPropertiesWithDefaults instantiates a new FlowLogProperties 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 *FlowLogProperties) GetAction() string
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *FlowLogProperties) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlowLogProperties) SetAction(v string)
SetAction sets Action field to given value.
func (o *FlowLogProperties) GetBucket() string
GetBucket returns the Bucket field if non-nil, zero value otherwise.
func (o *FlowLogProperties) GetBucketOk() (*string, bool)
GetBucketOk returns a tuple with the Bucket field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlowLogProperties) SetBucket(v string)
SetBucket sets Bucket field to given value.
func (o *FlowLogProperties) GetDirection() string
GetDirection returns the Direction field if non-nil, zero value otherwise.
func (o *FlowLogProperties) GetDirectionOk() (*string, bool)
GetDirectionOk returns a tuple with the Direction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlowLogProperties) SetDirection(v string)
SetDirection sets Direction field to given value.
func (o *FlowLogProperties) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *FlowLogProperties) 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 *FlowLogProperties) SetName(v string)
SetName sets Name field to given value.
Action
string
Specifies the traffic action pattern.
Bucket
string
The S3 bucket name of an existing IONOS Cloud S3 bucket.
Direction
string
Specifies the traffic direction pattern.
Name
string
The resource name.