Name | Type | Description | Notes |
---|---|---|---|
func NewNetworkLoadBalancerForwardingRulePut(properties NetworkLoadBalancerForwardingRuleProperties, ) *NetworkLoadBalancerForwardingRulePut
NewNetworkLoadBalancerForwardingRulePut instantiates a new NetworkLoadBalancerForwardingRulePut 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 NewNetworkLoadBalancerForwardingRulePutWithDefaults() *NetworkLoadBalancerForwardingRulePut
NewNetworkLoadBalancerForwardingRulePutWithDefaults instantiates a new NetworkLoadBalancerForwardingRulePut 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 *NetworkLoadBalancerForwardingRulePut) GetHref() string
GetHref returns the Href field if non-nil, zero value otherwise.
func (o *NetworkLoadBalancerForwardingRulePut) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkLoadBalancerForwardingRulePut) SetHref(v string)
SetHref sets Href field to given value.
func (o *NetworkLoadBalancerForwardingRulePut) HasHref() bool
HasHref returns a boolean if a field has been set.
func (o *NetworkLoadBalancerForwardingRulePut) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *NetworkLoadBalancerForwardingRulePut) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkLoadBalancerForwardingRulePut) SetId(v string)
SetId sets Id field to given value.
func (o *NetworkLoadBalancerForwardingRulePut) HasId() bool
HasId returns a boolean if a field has been set.
func (o *NetworkLoadBalancerForwardingRulePut) GetProperties() NetworkLoadBalancerForwardingRuleProperties
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *NetworkLoadBalancerForwardingRulePut) GetPropertiesOk() (*NetworkLoadBalancerForwardingRuleProperties, bool)
GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkLoadBalancerForwardingRulePut) SetProperties(v NetworkLoadBalancerForwardingRuleProperties)
SetProperties sets Properties field to given value.
func (o *NetworkLoadBalancerForwardingRulePut) GetType() Type
GetType returns the Type field if non-nil, zero value otherwise.
func (o *NetworkLoadBalancerForwardingRulePut) GetTypeOk() (*Type, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkLoadBalancerForwardingRulePut) SetType(v Type)
SetType sets Type field to given value.
func (o *NetworkLoadBalancerForwardingRulePut) HasType() bool
HasType returns a boolean if a field has been set.
Href
Pointer to string
URL to the object representation (absolute path).
[optional] [readonly]
Id
Pointer to string
The resource's unique identifier.
[optional] [readonly]
Properties
Type
Pointer to Type
The type of object that has been created.
[optional]