Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | The name for the real-time logging configuration. | [optional] |
Placement | Pointer to NullableString | Where in the generated VCL the logging call should be placed. If not set, endpoints with format_version of 2 are placed in vcl_log and those with format_version of 1 are placed in vcl_deliver . |
[optional] |
ResponseCondition | Pointer to NullableString | The name of an existing condition in the configured endpoint, or leave blank to always execute. | [optional] |
Format | Pointer to string | A Fastly log format string. | [optional] [default to "%h %l %u %t "%r" %>s %b"] |
FormatVersion | Pointer to string | The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in vcl_log if format_version is set to 2 and in vcl_deliver if format_version is set to 1 . |
[optional] [default to "2"] |
TLSCaCert | Pointer to NullableString | A secure certificate to authenticate a server with. Must be in PEM format. | [optional] [default to "null"] |
TLSClientCert | Pointer to NullableString | The client certificate used to make authenticated requests. Must be in PEM format. | [optional] [default to "null"] |
TLSClientKey | Pointer to NullableString | The client private key used to make authenticated requests. Must be in PEM format. | [optional] [default to "null"] |
TLSHostname | Pointer to NullableString | The hostname to verify the server's certificate. This should be one of the Subject Alternative Name (SAN) fields for the certificate. Common Names (CN) are not supported. | [optional] [default to "null"] |
RequestMaxEntries | Pointer to int32 | The maximum number of logs sent in one request. Defaults 0 for unbounded. |
[optional] [default to 0] |
RequestMaxBytes | Pointer to int32 | The maximum number of bytes sent in one request. Defaults 0 for unbounded. |
[optional] [default to 0] |
URL | Pointer to string | The URL to post logs to. | [optional] |
Token | Pointer to string | A Splunk token for use in posting logs over HTTP to your collector. | [optional] |
UseTLS | Pointer to LoggingUseTLSString | [optional] [default to LOGGINGUSETLSSTRING_no_tls] | |
CreatedAt | Pointer to NullableTime | Date and time in ISO 8601 format. | [optional] [readonly] |
DeletedAt | Pointer to NullableTime | Date and time in ISO 8601 format. | [optional] [readonly] |
UpdatedAt | Pointer to NullableTime | Date and time in ISO 8601 format. | [optional] [readonly] |
ServiceID | Pointer to string | [optional] [readonly] | |
Version | Pointer to string | [optional] [readonly] |
func NewLoggingSplunkResponse() *LoggingSplunkResponse
NewLoggingSplunkResponse instantiates a new LoggingSplunkResponse 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 NewLoggingSplunkResponseWithDefaults() *LoggingSplunkResponse
NewLoggingSplunkResponseWithDefaults instantiates a new LoggingSplunkResponse 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 *LoggingSplunkResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *LoggingSplunkResponse) 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 *LoggingSplunkResponse) SetName(v string)
SetName sets Name field to given value.
func (o *LoggingSplunkResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *LoggingSplunkResponse) GetPlacement() string
GetPlacement returns the Placement field if non-nil, zero value otherwise.
func (o *LoggingSplunkResponse) GetPlacementOk() (*string, bool)
GetPlacementOk returns a tuple with the Placement field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSplunkResponse) SetPlacement(v string)
SetPlacement sets Placement field to given value.
func (o *LoggingSplunkResponse) HasPlacement() bool
HasPlacement returns a boolean if a field has been set.
func (o *LoggingSplunkResponse) SetPlacementNil(b bool)
SetPlacementNil sets the value for Placement to be an explicit nil
func (o *LoggingSplunkResponse) UnsetPlacement()
UnsetPlacement ensures that no value is present for Placement, not even an explicit nil
func (o *LoggingSplunkResponse) GetResponseCondition() string
GetResponseCondition returns the ResponseCondition field if non-nil, zero value otherwise.
func (o *LoggingSplunkResponse) GetResponseConditionOk() (*string, bool)
GetResponseConditionOk returns a tuple with the ResponseCondition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSplunkResponse) SetResponseCondition(v string)
SetResponseCondition sets ResponseCondition field to given value.
func (o *LoggingSplunkResponse) HasResponseCondition() bool
HasResponseCondition returns a boolean if a field has been set.
func (o *LoggingSplunkResponse) SetResponseConditionNil(b bool)
SetResponseConditionNil sets the value for ResponseCondition to be an explicit nil
func (o *LoggingSplunkResponse) UnsetResponseCondition()
UnsetResponseCondition ensures that no value is present for ResponseCondition, not even an explicit nil
func (o *LoggingSplunkResponse) GetFormat() string
GetFormat returns the Format field if non-nil, zero value otherwise.
func (o *LoggingSplunkResponse) GetFormatOk() (*string, bool)
GetFormatOk returns a tuple with the Format field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSplunkResponse) SetFormat(v string)
SetFormat sets Format field to given value.
func (o *LoggingSplunkResponse) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (o *LoggingSplunkResponse) GetFormatVersion() string
GetFormatVersion returns the FormatVersion field if non-nil, zero value otherwise.
func (o *LoggingSplunkResponse) GetFormatVersionOk() (*string, bool)
GetFormatVersionOk returns a tuple with the FormatVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSplunkResponse) SetFormatVersion(v string)
SetFormatVersion sets FormatVersion field to given value.
func (o *LoggingSplunkResponse) HasFormatVersion() bool
HasFormatVersion returns a boolean if a field has been set.
func (o *LoggingSplunkResponse) GetTLSCaCert() string
GetTLSCaCert returns the TLSCaCert field if non-nil, zero value otherwise.
func (o *LoggingSplunkResponse) GetTLSCaCertOk() (*string, bool)
GetTLSCaCertOk returns a tuple with the TLSCaCert field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSplunkResponse) SetTLSCaCert(v string)
SetTLSCaCert sets TLSCaCert field to given value.
func (o *LoggingSplunkResponse) HasTLSCaCert() bool
HasTLSCaCert returns a boolean if a field has been set.
func (o *LoggingSplunkResponse) SetTLSCaCertNil(b bool)
SetTLSCaCertNil sets the value for TLSCaCert to be an explicit nil
func (o *LoggingSplunkResponse) UnsetTLSCaCert()
UnsetTLSCaCert ensures that no value is present for TLSCaCert, not even an explicit nil
func (o *LoggingSplunkResponse) GetTLSClientCert() string
GetTLSClientCert returns the TLSClientCert field if non-nil, zero value otherwise.
func (o *LoggingSplunkResponse) GetTLSClientCertOk() (*string, bool)
GetTLSClientCertOk returns a tuple with the TLSClientCert field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSplunkResponse) SetTLSClientCert(v string)
SetTLSClientCert sets TLSClientCert field to given value.
func (o *LoggingSplunkResponse) HasTLSClientCert() bool
HasTLSClientCert returns a boolean if a field has been set.
func (o *LoggingSplunkResponse) SetTLSClientCertNil(b bool)
SetTLSClientCertNil sets the value for TLSClientCert to be an explicit nil
func (o *LoggingSplunkResponse) UnsetTLSClientCert()
UnsetTLSClientCert ensures that no value is present for TLSClientCert, not even an explicit nil
func (o *LoggingSplunkResponse) GetTLSClientKey() string
GetTLSClientKey returns the TLSClientKey field if non-nil, zero value otherwise.
func (o *LoggingSplunkResponse) GetTLSClientKeyOk() (*string, bool)
GetTLSClientKeyOk returns a tuple with the TLSClientKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSplunkResponse) SetTLSClientKey(v string)
SetTLSClientKey sets TLSClientKey field to given value.
func (o *LoggingSplunkResponse) HasTLSClientKey() bool
HasTLSClientKey returns a boolean if a field has been set.
func (o *LoggingSplunkResponse) SetTLSClientKeyNil(b bool)
SetTLSClientKeyNil sets the value for TLSClientKey to be an explicit nil
func (o *LoggingSplunkResponse) UnsetTLSClientKey()
UnsetTLSClientKey ensures that no value is present for TLSClientKey, not even an explicit nil
func (o *LoggingSplunkResponse) GetTLSHostname() string
GetTLSHostname returns the TLSHostname field if non-nil, zero value otherwise.
func (o *LoggingSplunkResponse) GetTLSHostnameOk() (*string, bool)
GetTLSHostnameOk returns a tuple with the TLSHostname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSplunkResponse) SetTLSHostname(v string)
SetTLSHostname sets TLSHostname field to given value.
func (o *LoggingSplunkResponse) HasTLSHostname() bool
HasTLSHostname returns a boolean if a field has been set.
func (o *LoggingSplunkResponse) SetTLSHostnameNil(b bool)
SetTLSHostnameNil sets the value for TLSHostname to be an explicit nil
func (o *LoggingSplunkResponse) UnsetTLSHostname()
UnsetTLSHostname ensures that no value is present for TLSHostname, not even an explicit nil
func (o *LoggingSplunkResponse) GetRequestMaxEntries() int32
GetRequestMaxEntries returns the RequestMaxEntries field if non-nil, zero value otherwise.
func (o *LoggingSplunkResponse) GetRequestMaxEntriesOk() (*int32, bool)
GetRequestMaxEntriesOk returns a tuple with the RequestMaxEntries field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSplunkResponse) SetRequestMaxEntries(v int32)
SetRequestMaxEntries sets RequestMaxEntries field to given value.
func (o *LoggingSplunkResponse) HasRequestMaxEntries() bool
HasRequestMaxEntries returns a boolean if a field has been set.
func (o *LoggingSplunkResponse) GetRequestMaxBytes() int32
GetRequestMaxBytes returns the RequestMaxBytes field if non-nil, zero value otherwise.
func (o *LoggingSplunkResponse) GetRequestMaxBytesOk() (*int32, bool)
GetRequestMaxBytesOk returns a tuple with the RequestMaxBytes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSplunkResponse) SetRequestMaxBytes(v int32)
SetRequestMaxBytes sets RequestMaxBytes field to given value.
func (o *LoggingSplunkResponse) HasRequestMaxBytes() bool
HasRequestMaxBytes returns a boolean if a field has been set.
func (o *LoggingSplunkResponse) GetURL() string
GetURL returns the URL field if non-nil, zero value otherwise.
func (o *LoggingSplunkResponse) GetURLOk() (*string, bool)
GetURLOk returns a tuple with the URL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSplunkResponse) SetURL(v string)
SetURL sets URL field to given value.
func (o *LoggingSplunkResponse) HasURL() bool
HasURL returns a boolean if a field has been set.
func (o *LoggingSplunkResponse) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *LoggingSplunkResponse) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSplunkResponse) SetToken(v string)
SetToken sets Token field to given value.
func (o *LoggingSplunkResponse) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *LoggingSplunkResponse) GetUseTLS() LoggingUseTLSString
GetUseTLS returns the UseTLS field if non-nil, zero value otherwise.
func (o *LoggingSplunkResponse) GetUseTLSOk() (*LoggingUseTLSString, bool)
GetUseTLSOk returns a tuple with the UseTLS field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSplunkResponse) SetUseTLS(v LoggingUseTLSString)
SetUseTLS sets UseTLS field to given value.
func (o *LoggingSplunkResponse) HasUseTLS() bool
HasUseTLS returns a boolean if a field has been set.
func (o *LoggingSplunkResponse) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *LoggingSplunkResponse) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSplunkResponse) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *LoggingSplunkResponse) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *LoggingSplunkResponse) SetCreatedAtNil(b bool)
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (o *LoggingSplunkResponse) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (o *LoggingSplunkResponse) GetDeletedAt() time.Time
GetDeletedAt returns the DeletedAt field if non-nil, zero value otherwise.
func (o *LoggingSplunkResponse) GetDeletedAtOk() (*time.Time, bool)
GetDeletedAtOk returns a tuple with the DeletedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSplunkResponse) SetDeletedAt(v time.Time)
SetDeletedAt sets DeletedAt field to given value.
func (o *LoggingSplunkResponse) HasDeletedAt() bool
HasDeletedAt returns a boolean if a field has been set.
func (o *LoggingSplunkResponse) SetDeletedAtNil(b bool)
SetDeletedAtNil sets the value for DeletedAt to be an explicit nil
func (o *LoggingSplunkResponse) UnsetDeletedAt()
UnsetDeletedAt ensures that no value is present for DeletedAt, not even an explicit nil
func (o *LoggingSplunkResponse) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *LoggingSplunkResponse) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSplunkResponse) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *LoggingSplunkResponse) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *LoggingSplunkResponse) SetUpdatedAtNil(b bool)
SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil
func (o *LoggingSplunkResponse) UnsetUpdatedAt()
UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil
func (o *LoggingSplunkResponse) GetServiceID() string
GetServiceID returns the ServiceID field if non-nil, zero value otherwise.
func (o *LoggingSplunkResponse) GetServiceIDOk() (*string, bool)
GetServiceIDOk returns a tuple with the ServiceID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSplunkResponse) SetServiceID(v string)
SetServiceID sets ServiceID field to given value.
func (o *LoggingSplunkResponse) HasServiceID() bool
HasServiceID returns a boolean if a field has been set.
func (o *LoggingSplunkResponse) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *LoggingSplunkResponse) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSplunkResponse) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *LoggingSplunkResponse) HasVersion() bool
HasVersion returns a boolean if a field has been set.