| Name | Type | Description | Notes |
|---|---|---|---|
| CloudSecurity | NetworkFeaturesCloudSecurity | ||
| SymmetricInnerMesh | NetworkFeaturesCloudSecurity | ||
| DNSServices | NetworkFeaturesDNSServices |
func NewNetworkFeaturesCreate(cloudSecurity NetworkFeaturesCloudSecurity, symmetricInnerMesh NetworkFeaturesCloudSecurity, dNSServices NetworkFeaturesDNSServices, ) *NetworkFeaturesCreate
NewNetworkFeaturesCreate instantiates a new NetworkFeaturesCreate 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 NewNetworkFeaturesCreateWithDefaults() *NetworkFeaturesCreate
NewNetworkFeaturesCreateWithDefaults instantiates a new NetworkFeaturesCreate 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 *NetworkFeaturesCreate) GetCloudSecurity() NetworkFeaturesCloudSecurity
GetCloudSecurity returns the CloudSecurity field if non-nil, zero value otherwise.
func (o *NetworkFeaturesCreate) GetCloudSecurityOk() (*NetworkFeaturesCloudSecurity, bool)
GetCloudSecurityOk returns a tuple with the CloudSecurity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkFeaturesCreate) SetCloudSecurity(v NetworkFeaturesCloudSecurity)
SetCloudSecurity sets CloudSecurity field to given value.
func (o *NetworkFeaturesCreate) GetSymmetricInnerMesh() NetworkFeaturesCloudSecurity
GetSymmetricInnerMesh returns the SymmetricInnerMesh field if non-nil, zero value otherwise.
func (o *NetworkFeaturesCreate) GetSymmetricInnerMeshOk() (*NetworkFeaturesCloudSecurity, bool)
GetSymmetricInnerMeshOk returns a tuple with the SymmetricInnerMesh field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkFeaturesCreate) SetSymmetricInnerMesh(v NetworkFeaturesCloudSecurity)
SetSymmetricInnerMesh sets SymmetricInnerMesh field to given value.
func (o *NetworkFeaturesCreate) GetDNSServices() NetworkFeaturesDNSServices
GetDNSServices returns the DNSServices field if non-nil, zero value otherwise.
func (o *NetworkFeaturesCreate) GetDNSServicesOk() (*NetworkFeaturesDNSServices, bool)
GetDNSServicesOk returns a tuple with the DNSServices field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkFeaturesCreate) SetDNSServices(v NetworkFeaturesDNSServices)
SetDNSServices sets DNSServices field to given value.