Name | Type | Description | Notes |
---|---|---|---|
EndpointId | Pointer to string | [optional] | |
ReverseDNS | Pointer to string | [optional] | |
SNIName | Pointer to string | [optional] | |
IpAddress | Pointer to string | [optional] | |
Port | Pointer to int32 | [optional] | |
CertificateFound | Pointer to bool | [optional] | |
AgentPoolName | Pointer to string | [optional] | |
NetworkName | Pointer to string | [optional] | |
MonitorStatus | Pointer to bool | [optional] | |
CertificateCN | Pointer to string | [optional] | |
Reviewed | Pointer to bool | [optional] |
func NewModelsSSLSslScanResult() *ModelsSSLSslScanResult
NewModelsSSLSslScanResult instantiates a new ModelsSSLSslScanResult 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 NewModelsSSLSslScanResultWithDefaults() *ModelsSSLSslScanResult
NewModelsSSLSslScanResultWithDefaults instantiates a new ModelsSSLSslScanResult 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 *ModelsSSLSslScanResult) GetEndpointId() string
GetEndpointId returns the EndpointId field if non-nil, zero value otherwise.
func (o *ModelsSSLSslScanResult) GetEndpointIdOk() (*string, bool)
GetEndpointIdOk returns a tuple with the EndpointId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLSslScanResult) SetEndpointId(v string)
SetEndpointId sets EndpointId field to given value.
func (o *ModelsSSLSslScanResult) HasEndpointId() bool
HasEndpointId returns a boolean if a field has been set.
func (o *ModelsSSLSslScanResult) GetReverseDNS() string
GetReverseDNS returns the ReverseDNS field if non-nil, zero value otherwise.
func (o *ModelsSSLSslScanResult) GetReverseDNSOk() (*string, bool)
GetReverseDNSOk returns a tuple with the ReverseDNS field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLSslScanResult) SetReverseDNS(v string)
SetReverseDNS sets ReverseDNS field to given value.
func (o *ModelsSSLSslScanResult) HasReverseDNS() bool
HasReverseDNS returns a boolean if a field has been set.
func (o *ModelsSSLSslScanResult) GetSNIName() string
GetSNIName returns the SNIName field if non-nil, zero value otherwise.
func (o *ModelsSSLSslScanResult) GetSNINameOk() (*string, bool)
GetSNINameOk returns a tuple with the SNIName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLSslScanResult) SetSNIName(v string)
SetSNIName sets SNIName field to given value.
func (o *ModelsSSLSslScanResult) HasSNIName() bool
HasSNIName returns a boolean if a field has been set.
func (o *ModelsSSLSslScanResult) GetIpAddress() string
GetIpAddress returns the IpAddress field if non-nil, zero value otherwise.
func (o *ModelsSSLSslScanResult) GetIpAddressOk() (*string, bool)
GetIpAddressOk returns a tuple with the IpAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLSslScanResult) SetIpAddress(v string)
SetIpAddress sets IpAddress field to given value.
func (o *ModelsSSLSslScanResult) HasIpAddress() bool
HasIpAddress returns a boolean if a field has been set.
func (o *ModelsSSLSslScanResult) GetPort() int32
GetPort returns the Port field if non-nil, zero value otherwise.
func (o *ModelsSSLSslScanResult) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLSslScanResult) SetPort(v int32)
SetPort sets Port field to given value.
func (o *ModelsSSLSslScanResult) HasPort() bool
HasPort returns a boolean if a field has been set.
func (o *ModelsSSLSslScanResult) GetCertificateFound() bool
GetCertificateFound returns the CertificateFound field if non-nil, zero value otherwise.
func (o *ModelsSSLSslScanResult) GetCertificateFoundOk() (*bool, bool)
GetCertificateFoundOk returns a tuple with the CertificateFound field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLSslScanResult) SetCertificateFound(v bool)
SetCertificateFound sets CertificateFound field to given value.
func (o *ModelsSSLSslScanResult) HasCertificateFound() bool
HasCertificateFound returns a boolean if a field has been set.
func (o *ModelsSSLSslScanResult) GetAgentPoolName() string
GetAgentPoolName returns the AgentPoolName field if non-nil, zero value otherwise.
func (o *ModelsSSLSslScanResult) 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 *ModelsSSLSslScanResult) SetAgentPoolName(v string)
SetAgentPoolName sets AgentPoolName field to given value.
func (o *ModelsSSLSslScanResult) HasAgentPoolName() bool
HasAgentPoolName returns a boolean if a field has been set.
func (o *ModelsSSLSslScanResult) GetNetworkName() string
GetNetworkName returns the NetworkName field if non-nil, zero value otherwise.
func (o *ModelsSSLSslScanResult) GetNetworkNameOk() (*string, bool)
GetNetworkNameOk returns a tuple with the NetworkName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLSslScanResult) SetNetworkName(v string)
SetNetworkName sets NetworkName field to given value.
func (o *ModelsSSLSslScanResult) HasNetworkName() bool
HasNetworkName returns a boolean if a field has been set.
func (o *ModelsSSLSslScanResult) GetMonitorStatus() bool
GetMonitorStatus returns the MonitorStatus field if non-nil, zero value otherwise.
func (o *ModelsSSLSslScanResult) GetMonitorStatusOk() (*bool, bool)
GetMonitorStatusOk returns a tuple with the MonitorStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLSslScanResult) SetMonitorStatus(v bool)
SetMonitorStatus sets MonitorStatus field to given value.
func (o *ModelsSSLSslScanResult) HasMonitorStatus() bool
HasMonitorStatus returns a boolean if a field has been set.
func (o *ModelsSSLSslScanResult) GetCertificateCN() string
GetCertificateCN returns the CertificateCN field if non-nil, zero value otherwise.
func (o *ModelsSSLSslScanResult) GetCertificateCNOk() (*string, bool)
GetCertificateCNOk returns a tuple with the CertificateCN field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLSslScanResult) SetCertificateCN(v string)
SetCertificateCN sets CertificateCN field to given value.
func (o *ModelsSSLSslScanResult) HasCertificateCN() bool
HasCertificateCN returns a boolean if a field has been set.
func (o *ModelsSSLSslScanResult) GetReviewed() bool
GetReviewed returns the Reviewed field if non-nil, zero value otherwise.
func (o *ModelsSSLSslScanResult) GetReviewedOk() (*bool, bool)
GetReviewedOk returns a tuple with the Reviewed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLSslScanResult) SetReviewed(v bool)
SetReviewed sets Reviewed field to given value.
func (o *ModelsSSLSslScanResult) HasReviewed() bool
HasReviewed returns a boolean if a field has been set.