Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
AgentPoolName | string | ||
Description | string | ||
Enabled | Pointer to bool | [optional] | |
DiscoverSchedule | Pointer to KeyfactorCommonSchedulingKeyfactorSchedule | [optional] | |
MonitorSchedule | Pointer to KeyfactorCommonSchedulingKeyfactorSchedule | [optional] | |
SslAlertRecipients | Pointer to []string | [optional] | |
AutoMonitor | Pointer to bool | [optional] | |
GetRobots | Pointer to bool | [optional] | |
DiscoverTimeoutMs | Pointer to float64 | [optional] | |
MonitorTimeoutMs | Pointer to float64 | [optional] | |
ExpirationAlertDays | Pointer to float64 | [optional] | |
QuietHours | Pointer to []KeyfactorApiModelsSslQuietHourRequest | [optional] |
func NewKeyfactorApiModelsSslCreateNetworkRequest(name string, agentPoolName string, description string, ) *KeyfactorApiModelsSslCreateNetworkRequest
NewKeyfactorApiModelsSslCreateNetworkRequest instantiates a new KeyfactorApiModelsSslCreateNetworkRequest 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 NewKeyfactorApiModelsSslCreateNetworkRequestWithDefaults() *KeyfactorApiModelsSslCreateNetworkRequest
NewKeyfactorApiModelsSslCreateNetworkRequestWithDefaults instantiates a new KeyfactorApiModelsSslCreateNetworkRequest 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 *KeyfactorApiModelsSslCreateNetworkRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) 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 *KeyfactorApiModelsSslCreateNetworkRequest) SetName(v string)
SetName sets Name field to given value.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetAgentPoolName() string
GetAgentPoolName returns the AgentPoolName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetAgentPoolNameOk() (*string, bool)
GetAgentPoolNameOk returns a tuple with the AgentPoolName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetAgentPoolName(v string)
SetAgentPoolName sets AgentPoolName field to given value.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetDiscoverSchedule() KeyfactorCommonSchedulingKeyfactorSchedule
GetDiscoverSchedule returns the DiscoverSchedule field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetDiscoverScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)
GetDiscoverScheduleOk returns a tuple with the DiscoverSchedule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetDiscoverSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)
SetDiscoverSchedule sets DiscoverSchedule field to given value.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) HasDiscoverSchedule() bool
HasDiscoverSchedule returns a boolean if a field has been set.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetMonitorSchedule() KeyfactorCommonSchedulingKeyfactorSchedule
GetMonitorSchedule returns the MonitorSchedule field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetMonitorScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)
GetMonitorScheduleOk returns a tuple with the MonitorSchedule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetMonitorSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)
SetMonitorSchedule sets MonitorSchedule field to given value.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) HasMonitorSchedule() bool
HasMonitorSchedule returns a boolean if a field has been set.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetSslAlertRecipients() []string
GetSslAlertRecipients returns the SslAlertRecipients field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetSslAlertRecipientsOk() (*[]string, bool)
GetSslAlertRecipientsOk returns a tuple with the SslAlertRecipients field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetSslAlertRecipients(v []string)
SetSslAlertRecipients sets SslAlertRecipients field to given value.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) HasSslAlertRecipients() bool
HasSslAlertRecipients returns a boolean if a field has been set.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetAutoMonitor() bool
GetAutoMonitor returns the AutoMonitor field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetAutoMonitorOk() (*bool, bool)
GetAutoMonitorOk returns a tuple with the AutoMonitor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetAutoMonitor(v bool)
SetAutoMonitor sets AutoMonitor field to given value.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) HasAutoMonitor() bool
HasAutoMonitor returns a boolean if a field has been set.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetGetRobots() bool
GetGetRobots returns the GetRobots field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetGetRobotsOk() (*bool, bool)
GetGetRobotsOk returns a tuple with the GetRobots field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetGetRobots(v bool)
SetGetRobots sets GetRobots field to given value.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) HasGetRobots() bool
HasGetRobots returns a boolean if a field has been set.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetDiscoverTimeoutMs() float64
GetDiscoverTimeoutMs returns the DiscoverTimeoutMs field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetDiscoverTimeoutMsOk() (*float64, bool)
GetDiscoverTimeoutMsOk returns a tuple with the DiscoverTimeoutMs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetDiscoverTimeoutMs(v float64)
SetDiscoverTimeoutMs sets DiscoverTimeoutMs field to given value.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) HasDiscoverTimeoutMs() bool
HasDiscoverTimeoutMs returns a boolean if a field has been set.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetMonitorTimeoutMs() float64
GetMonitorTimeoutMs returns the MonitorTimeoutMs field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetMonitorTimeoutMsOk() (*float64, bool)
GetMonitorTimeoutMsOk returns a tuple with the MonitorTimeoutMs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetMonitorTimeoutMs(v float64)
SetMonitorTimeoutMs sets MonitorTimeoutMs field to given value.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) HasMonitorTimeoutMs() bool
HasMonitorTimeoutMs returns a boolean if a field has been set.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetExpirationAlertDays() float64
GetExpirationAlertDays returns the ExpirationAlertDays field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetExpirationAlertDaysOk() (*float64, bool)
GetExpirationAlertDaysOk returns a tuple with the ExpirationAlertDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetExpirationAlertDays(v float64)
SetExpirationAlertDays sets ExpirationAlertDays field to given value.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) HasExpirationAlertDays() bool
HasExpirationAlertDays returns a boolean if a field has been set.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetQuietHours() []KeyfactorApiModelsSslQuietHourRequest
GetQuietHours returns the QuietHours field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) GetQuietHoursOk() (*[]KeyfactorApiModelsSslQuietHourRequest, bool)
GetQuietHoursOk returns a tuple with the QuietHours field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) SetQuietHours(v []KeyfactorApiModelsSslQuietHourRequest)
SetQuietHours sets QuietHours field to given value.
func (o *KeyfactorApiModelsSslCreateNetworkRequest) HasQuietHours() bool
HasQuietHours returns a boolean if a field has been set.