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"] |
MessageType | Pointer to string | How the message should be formatted. | [optional] [default to "classic"] |
TimestampFormat | Pointer to NullableString | A timestamp format | [optional] [readonly] |
CompressionCodec | Pointer to string | The codec used for compressing your logs. Valid values are zstd , snappy , and gzip . Specifying both compression_codec and gzip_level in the same API request will result in an error. |
[optional] |
Period | Pointer to string | How frequently log files are finalized so they can be available for reading (in seconds). | [optional] [default to "3600"] |
GzipLevel | Pointer to string | The level of gzip encoding when sending logs (default 0 , no compression). Specifying both compression_codec and gzip_level in the same API request will result in an error. |
[optional] [default to "0"] |
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] | |
Path | Pointer to NullableString | The path to upload logs to. | [optional] [default to "null"] |
AccountName | Pointer to string | The unique Azure Blob Storage namespace in which your data objects are stored. Required. | [optional] |
Container | Pointer to string | The name of the Azure Blob Storage container in which to store logs. Required. | [optional] |
SasToken | Pointer to string | The Azure shared access signature providing write access to the blob service objects. Be sure to update your token before it expires or the logging functionality will not work. Required. | [optional] |
PublicKey | Pointer to NullableString | A PGP public key that Fastly will use to encrypt your log files before writing them to disk. | [optional] [default to "null"] |
FileMaxBytes | Pointer to int32 | The maximum number of bytes for each uploaded file. A value of 0 can be used to indicate there is no limit on the size of uploaded files, otherwise the minimum value is 1048576 bytes (1 MiB). Note that Microsoft Azure Storage has block size limits. | [optional] |
func NewLoggingAzureblobResponse() *LoggingAzureblobResponse
NewLoggingAzureblobResponse instantiates a new LoggingAzureblobResponse 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 NewLoggingAzureblobResponseWithDefaults() *LoggingAzureblobResponse
NewLoggingAzureblobResponseWithDefaults instantiates a new LoggingAzureblobResponse 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 *LoggingAzureblobResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *LoggingAzureblobResponse) 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 *LoggingAzureblobResponse) SetName(v string)
SetName sets Name field to given value.
func (o *LoggingAzureblobResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *LoggingAzureblobResponse) GetPlacement() string
GetPlacement returns the Placement field if non-nil, zero value otherwise.
func (o *LoggingAzureblobResponse) 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 *LoggingAzureblobResponse) SetPlacement(v string)
SetPlacement sets Placement field to given value.
func (o *LoggingAzureblobResponse) HasPlacement() bool
HasPlacement returns a boolean if a field has been set.
func (o *LoggingAzureblobResponse) SetPlacementNil(b bool)
SetPlacementNil sets the value for Placement to be an explicit nil
func (o *LoggingAzureblobResponse) UnsetPlacement()
UnsetPlacement ensures that no value is present for Placement, not even an explicit nil
func (o *LoggingAzureblobResponse) GetResponseCondition() string
GetResponseCondition returns the ResponseCondition field if non-nil, zero value otherwise.
func (o *LoggingAzureblobResponse) 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 *LoggingAzureblobResponse) SetResponseCondition(v string)
SetResponseCondition sets ResponseCondition field to given value.
func (o *LoggingAzureblobResponse) HasResponseCondition() bool
HasResponseCondition returns a boolean if a field has been set.
func (o *LoggingAzureblobResponse) SetResponseConditionNil(b bool)
SetResponseConditionNil sets the value for ResponseCondition to be an explicit nil
func (o *LoggingAzureblobResponse) UnsetResponseCondition()
UnsetResponseCondition ensures that no value is present for ResponseCondition, not even an explicit nil
func (o *LoggingAzureblobResponse) GetFormat() string
GetFormat returns the Format field if non-nil, zero value otherwise.
func (o *LoggingAzureblobResponse) 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 *LoggingAzureblobResponse) SetFormat(v string)
SetFormat sets Format field to given value.
func (o *LoggingAzureblobResponse) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (o *LoggingAzureblobResponse) GetFormatVersion() string
GetFormatVersion returns the FormatVersion field if non-nil, zero value otherwise.
func (o *LoggingAzureblobResponse) 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 *LoggingAzureblobResponse) SetFormatVersion(v string)
SetFormatVersion sets FormatVersion field to given value.
func (o *LoggingAzureblobResponse) HasFormatVersion() bool
HasFormatVersion returns a boolean if a field has been set.
func (o *LoggingAzureblobResponse) GetMessageType() string
GetMessageType returns the MessageType field if non-nil, zero value otherwise.
func (o *LoggingAzureblobResponse) GetMessageTypeOk() (*string, bool)
GetMessageTypeOk returns a tuple with the MessageType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingAzureblobResponse) SetMessageType(v string)
SetMessageType sets MessageType field to given value.
func (o *LoggingAzureblobResponse) HasMessageType() bool
HasMessageType returns a boolean if a field has been set.
func (o *LoggingAzureblobResponse) GetTimestampFormat() string
GetTimestampFormat returns the TimestampFormat field if non-nil, zero value otherwise.
func (o *LoggingAzureblobResponse) GetTimestampFormatOk() (*string, bool)
GetTimestampFormatOk returns a tuple with the TimestampFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingAzureblobResponse) SetTimestampFormat(v string)
SetTimestampFormat sets TimestampFormat field to given value.
func (o *LoggingAzureblobResponse) HasTimestampFormat() bool
HasTimestampFormat returns a boolean if a field has been set.
func (o *LoggingAzureblobResponse) SetTimestampFormatNil(b bool)
SetTimestampFormatNil sets the value for TimestampFormat to be an explicit nil
func (o *LoggingAzureblobResponse) UnsetTimestampFormat()
UnsetTimestampFormat ensures that no value is present for TimestampFormat, not even an explicit nil
func (o *LoggingAzureblobResponse) GetCompressionCodec() string
GetCompressionCodec returns the CompressionCodec field if non-nil, zero value otherwise.
func (o *LoggingAzureblobResponse) GetCompressionCodecOk() (*string, bool)
GetCompressionCodecOk returns a tuple with the CompressionCodec field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingAzureblobResponse) SetCompressionCodec(v string)
SetCompressionCodec sets CompressionCodec field to given value.
func (o *LoggingAzureblobResponse) HasCompressionCodec() bool
HasCompressionCodec returns a boolean if a field has been set.
func (o *LoggingAzureblobResponse) GetPeriod() string
GetPeriod returns the Period field if non-nil, zero value otherwise.
func (o *LoggingAzureblobResponse) GetPeriodOk() (*string, bool)
GetPeriodOk returns a tuple with the Period field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingAzureblobResponse) SetPeriod(v string)
SetPeriod sets Period field to given value.
func (o *LoggingAzureblobResponse) HasPeriod() bool
HasPeriod returns a boolean if a field has been set.
func (o *LoggingAzureblobResponse) GetGzipLevel() string
GetGzipLevel returns the GzipLevel field if non-nil, zero value otherwise.
func (o *LoggingAzureblobResponse) GetGzipLevelOk() (*string, bool)
GetGzipLevelOk returns a tuple with the GzipLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingAzureblobResponse) SetGzipLevel(v string)
SetGzipLevel sets GzipLevel field to given value.
func (o *LoggingAzureblobResponse) HasGzipLevel() bool
HasGzipLevel returns a boolean if a field has been set.
func (o *LoggingAzureblobResponse) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *LoggingAzureblobResponse) 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 *LoggingAzureblobResponse) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *LoggingAzureblobResponse) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *LoggingAzureblobResponse) SetCreatedAtNil(b bool)
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (o *LoggingAzureblobResponse) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (o *LoggingAzureblobResponse) GetDeletedAt() time.Time
GetDeletedAt returns the DeletedAt field if non-nil, zero value otherwise.
func (o *LoggingAzureblobResponse) 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 *LoggingAzureblobResponse) SetDeletedAt(v time.Time)
SetDeletedAt sets DeletedAt field to given value.
func (o *LoggingAzureblobResponse) HasDeletedAt() bool
HasDeletedAt returns a boolean if a field has been set.
func (o *LoggingAzureblobResponse) SetDeletedAtNil(b bool)
SetDeletedAtNil sets the value for DeletedAt to be an explicit nil
func (o *LoggingAzureblobResponse) UnsetDeletedAt()
UnsetDeletedAt ensures that no value is present for DeletedAt, not even an explicit nil
func (o *LoggingAzureblobResponse) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *LoggingAzureblobResponse) 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 *LoggingAzureblobResponse) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *LoggingAzureblobResponse) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *LoggingAzureblobResponse) SetUpdatedAtNil(b bool)
SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil
func (o *LoggingAzureblobResponse) UnsetUpdatedAt()
UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil
func (o *LoggingAzureblobResponse) GetServiceID() string
GetServiceID returns the ServiceID field if non-nil, zero value otherwise.
func (o *LoggingAzureblobResponse) 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 *LoggingAzureblobResponse) SetServiceID(v string)
SetServiceID sets ServiceID field to given value.
func (o *LoggingAzureblobResponse) HasServiceID() bool
HasServiceID returns a boolean if a field has been set.
func (o *LoggingAzureblobResponse) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *LoggingAzureblobResponse) 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 *LoggingAzureblobResponse) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *LoggingAzureblobResponse) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *LoggingAzureblobResponse) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *LoggingAzureblobResponse) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingAzureblobResponse) SetPath(v string)
SetPath sets Path field to given value.
func (o *LoggingAzureblobResponse) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *LoggingAzureblobResponse) SetPathNil(b bool)
SetPathNil sets the value for Path to be an explicit nil
func (o *LoggingAzureblobResponse) UnsetPath()
UnsetPath ensures that no value is present for Path, not even an explicit nil
func (o *LoggingAzureblobResponse) GetAccountName() string
GetAccountName returns the AccountName field if non-nil, zero value otherwise.
func (o *LoggingAzureblobResponse) GetAccountNameOk() (*string, bool)
GetAccountNameOk returns a tuple with the AccountName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingAzureblobResponse) SetAccountName(v string)
SetAccountName sets AccountName field to given value.
func (o *LoggingAzureblobResponse) HasAccountName() bool
HasAccountName returns a boolean if a field has been set.
func (o *LoggingAzureblobResponse) GetContainer() string
GetContainer returns the Container field if non-nil, zero value otherwise.
func (o *LoggingAzureblobResponse) GetContainerOk() (*string, bool)
GetContainerOk returns a tuple with the Container field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingAzureblobResponse) SetContainer(v string)
SetContainer sets Container field to given value.
func (o *LoggingAzureblobResponse) HasContainer() bool
HasContainer returns a boolean if a field has been set.
func (o *LoggingAzureblobResponse) GetSasToken() string
GetSasToken returns the SasToken field if non-nil, zero value otherwise.
func (o *LoggingAzureblobResponse) GetSasTokenOk() (*string, bool)
GetSasTokenOk returns a tuple with the SasToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingAzureblobResponse) SetSasToken(v string)
SetSasToken sets SasToken field to given value.
func (o *LoggingAzureblobResponse) HasSasToken() bool
HasSasToken returns a boolean if a field has been set.
func (o *LoggingAzureblobResponse) GetPublicKey() string
GetPublicKey returns the PublicKey field if non-nil, zero value otherwise.
func (o *LoggingAzureblobResponse) GetPublicKeyOk() (*string, bool)
GetPublicKeyOk returns a tuple with the PublicKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingAzureblobResponse) SetPublicKey(v string)
SetPublicKey sets PublicKey field to given value.
func (o *LoggingAzureblobResponse) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set.
func (o *LoggingAzureblobResponse) SetPublicKeyNil(b bool)
SetPublicKeyNil sets the value for PublicKey to be an explicit nil
func (o *LoggingAzureblobResponse) UnsetPublicKey()
UnsetPublicKey ensures that no value is present for PublicKey, not even an explicit nil
func (o *LoggingAzureblobResponse) GetFileMaxBytes() int32
GetFileMaxBytes returns the FileMaxBytes field if non-nil, zero value otherwise.
func (o *LoggingAzureblobResponse) GetFileMaxBytesOk() (*int32, bool)
GetFileMaxBytesOk returns a tuple with the FileMaxBytes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingAzureblobResponse) SetFileMaxBytes(v int32)
SetFileMaxBytes sets FileMaxBytes field to given value.
func (o *LoggingAzureblobResponse) HasFileMaxBytes() bool
HasFileMaxBytes returns a boolean if a field has been set.