Name | Type | Description | Notes |
---|---|---|---|
AddrNet | Pointer to string | network address in IPv4 CIDR (address/bitmask length) string format | [optional] |
PolicyId | Pointer to int32 | Identifier of the security policy associated with this address block | [optional] |
func NewNetAddrPolicyAssignment() *NetAddrPolicyAssignment
NewNetAddrPolicyAssignment instantiates a new NetAddrPolicyAssignment 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 NewNetAddrPolicyAssignmentWithDefaults() *NetAddrPolicyAssignment
NewNetAddrPolicyAssignmentWithDefaults instantiates a new NetAddrPolicyAssignment 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 *NetAddrPolicyAssignment) GetAddrNet() string
GetAddrNet returns the AddrNet field if non-nil, zero value otherwise.
func (o *NetAddrPolicyAssignment) GetAddrNetOk() (*string, bool)
GetAddrNetOk returns a tuple with the AddrNet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetAddrPolicyAssignment) SetAddrNet(v string)
SetAddrNet sets AddrNet field to given value.
func (o *NetAddrPolicyAssignment) HasAddrNet() bool
HasAddrNet returns a boolean if a field has been set.
func (o *NetAddrPolicyAssignment) GetPolicyId() int32
GetPolicyId returns the PolicyId field if non-nil, zero value otherwise.
func (o *NetAddrPolicyAssignment) GetPolicyIdOk() (*int32, bool)
GetPolicyIdOk returns a tuple with the PolicyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetAddrPolicyAssignment) SetPolicyId(v int32)
SetPolicyId sets PolicyId field to given value.
func (o *NetAddrPolicyAssignment) HasPolicyId() bool
HasPolicyId returns a boolean if a field has been set.