func NewFlowLog(properties FlowLogProperties, ) *FlowLog
func NewFlowLogWithDefaults() *FlowLog
func (o *FlowLog) GetId() string
func (o *FlowLog) GetIdOk() (*string, bool)
func (o *FlowLog) SetId(v string)
func (o *FlowLog) HasId() bool
func (o *FlowLog) GetType() Type
func (o *FlowLog) GetTypeOk() (*Type, bool)
func (o *FlowLog) SetType(v Type)
func (o *FlowLog) HasType() bool
func (o *FlowLog) GetHref() string
func (o *FlowLog) GetHrefOk() (*string, bool)
func (o *FlowLog) SetHref(v string)
func (o *FlowLog) HasHref() bool
func (o *FlowLog) GetMetadata() DatacenterElementMetadata
func (o *FlowLog) GetMetadataOk() (*DatacenterElementMetadata, bool)
func (o *FlowLog) SetMetadata(v DatacenterElementMetadata)
func (o *FlowLog) HasMetadata() bool
func (o *FlowLog) GetProperties() FlowLogProperties
func (o *FlowLog) GetPropertiesOk() (*FlowLogProperties, bool)
func (o *FlowLog) SetProperties(v FlowLogProperties)