CacheNodeEntityResponse

data class CacheNodeEntityResponse(val addressSpace: Int, val autoUpdateRequestedDay: Int? = null, val autoUpdateRequestedTime: String? = null, val autoUpdateRequestedWeek: Int? = null, val autoUpdateRingType: String? = null, val bgpAddressSpace: Int, val bgpCidrBlocksCount: Int, val bgpCidrCsvLastUpdateTime: String, val bgpFileBytesTruncated: Int, val bgpLastReportedTime: String, val bgpNumberOfRecords: Int, val bgpNumberOfTimesUpdated: Int, val bgpReviewFeedback: String, val bgpReviewState: String, val bgpReviewStateText: String, val cacheNodeId: String? = null, val cacheNodeName: String? = null, val category: String, val cidrCsv: List<String>? = null, val cidrCsvLastUpdateTime: String, val cidrSelectionType: Int? = null, val clientTenantId: String, val configurationState: String, val configurationStateText: String, val containerConfigurations: String, val containerResyncTrigger: Int, val createAsyncOperationId: String, val customerAsn: Int? = null, val customerId: String, val customerIndex: String? = null, val customerName: String? = null, val deleteAsyncOperationId: String, val fullyQualifiedDomainName: String? = null, val fullyQualifiedResourceId: String? = null, val imageUri: String, val ipAddress: String? = null, val isEnabled: Boolean? = null, val isEnterpriseManaged: Boolean? = null, val isFrozen: Boolean, val lastSyncWithAzureTimestamp: String, val lastUpdatedTimestamp: String, val maxAllowableEgressInMbps: Int? = null, val maxAllowableProbability: Double, val releaseVersion: Int, val reviewFeedback: String, val reviewState: Int, val reviewStateText: String, val shouldMigrate: Boolean? = null, val synchWithAzureAttemptsCount: Int, val workerConnections: Int, val workerConnectionsLastUpdatedDateTime: String, val xCid: String)

Model representing Cache Node for ConnectedCache resource

Constructors

Link copied to clipboard
constructor(addressSpace: Int, autoUpdateRequestedDay: Int? = null, autoUpdateRequestedTime: String? = null, autoUpdateRequestedWeek: Int? = null, autoUpdateRingType: String? = null, bgpAddressSpace: Int, bgpCidrBlocksCount: Int, bgpCidrCsvLastUpdateTime: String, bgpFileBytesTruncated: Int, bgpLastReportedTime: String, bgpNumberOfRecords: Int, bgpNumberOfTimesUpdated: Int, bgpReviewFeedback: String, bgpReviewState: String, bgpReviewStateText: String, cacheNodeId: String? = null, cacheNodeName: String? = null, category: String, cidrCsv: List<String>? = null, cidrCsvLastUpdateTime: String, cidrSelectionType: Int? = null, clientTenantId: String, configurationState: String, configurationStateText: String, containerConfigurations: String, containerResyncTrigger: Int, createAsyncOperationId: String, customerAsn: Int? = null, customerId: String, customerIndex: String? = null, customerName: String? = null, deleteAsyncOperationId: String, fullyQualifiedDomainName: String? = null, fullyQualifiedResourceId: String? = null, imageUri: String, ipAddress: String? = null, isEnabled: Boolean? = null, isEnterpriseManaged: Boolean? = null, isFrozen: Boolean, lastSyncWithAzureTimestamp: String, lastUpdatedTimestamp: String, maxAllowableEgressInMbps: Int? = null, maxAllowableProbability: Double, releaseVersion: Int, reviewFeedback: String, reviewState: Int, reviewStateText: String, shouldMigrate: Boolean? = null, synchWithAzureAttemptsCount: Int, workerConnections: Int, workerConnectionsLastUpdatedDateTime: String, xCid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cache node resource total addressable space defined by the Cidr Csv block.

Link copied to clipboard

Customer requested day of week for mcc install of auto update cycle

Link copied to clipboard

Customer requested time of the day for mcc install of auto update cycle, should be hh:mm

Link copied to clipboard

Customer requested week of month for mcc install of auto update cycle

Link copied to clipboard

Auto Update Ring Type which is slow or fast etc.

Link copied to clipboard

Cache node resource total addressable space defined by Bgp and Cidr Csv blocks.

Link copied to clipboard

Cache node resource Bgp block count.

Link copied to clipboard

Cache node resource last Bgp Cidr Csv update timestamp

Link copied to clipboard

Cache node resource bytes truncated from Bgp output file.

Link copied to clipboard

Cache node resource last Bgp report timestamp.

Link copied to clipboard

Cache node resource Bgp record count.

Link copied to clipboard

Cache node resource Bgp update count.

Link copied to clipboard

Cache node resource Bgp review feedback text.

Link copied to clipboard

Cache node resource Bgp review state string text.

Link copied to clipboard

Cache node resource Bgp review state string text in detail.

Link copied to clipboard
val cacheNodeId: String? = null

Cache node resource identifier of the cache node

Link copied to clipboard
val cacheNodeName: String? = null

Cache node resource name.

Link copied to clipboard

Cache node resource category.

Link copied to clipboard
val cidrCsv: List<String>? = null

Cache node resource comma separated values of Cidrs.

Link copied to clipboard

Cache node resource last Cidr Csv update timestamp

Link copied to clipboard
val cidrSelectionType: Int? = null

Cache node resource current Cidr range precedence selection type.

Link copied to clipboard

Cache node resource customer resource client tenant Id of subscription.

Link copied to clipboard

Cache node resource configuration state.

Link copied to clipboard

Cache node resource configuration state text.

Link copied to clipboard

Cache node resource container configuration details.

Link copied to clipboard

Cache node resource Mcc container configuration details re-sync trigger.

Link copied to clipboard

Cache node resource create async operation Id.

Link copied to clipboard
val customerAsn: Int? = null

Cache node resource customer resource Asn (autonomous system number)

Link copied to clipboard

Cache node resource customer resource GUID Id.

Link copied to clipboard
val customerIndex: String? = null

Cache node resource customer index as string.

Link copied to clipboard
val customerName: String? = null

Cache node resource customer resource name.

Link copied to clipboard

Cache node resource deletion async operation Id.

Link copied to clipboard

FQDN(fully qualified domain name) value of the mcc cache node

Link copied to clipboard

Cache node resource Azure fully qualified resource Id.

Link copied to clipboard

Cache node resource Mcc Container Id Uri.

Link copied to clipboard
val ipAddress: String? = null

Cache node resource Ip address.

Link copied to clipboard
val isEnabled: Boolean? = null

Cache node resource flag for indicating if cache node is enabled.

Link copied to clipboard

Cache node resource flag for determining if managed by enterprise as boolean.

Link copied to clipboard

Cache node resource flag for indicating the cache node resource is frozen (not selectable, not editable in UI).

Link copied to clipboard

Cache node resource last sync timestamp.

Link copied to clipboard

Cache node resource last backend updated timestamp.

Link copied to clipboard

Cache node resource maximum allowed egress in Mbps.

Link copied to clipboard

Cache node resource maximum allowed probability of egress.

Link copied to clipboard

Cache node resource release version.

Link copied to clipboard

Cache node resource review feedback text.

Link copied to clipboard

Cache node resource review process state as integer

Link copied to clipboard

Cache node resource review state text.

Link copied to clipboard
val shouldMigrate: Boolean? = null

Cache node resource flag for determining if customer will be migrated.

Link copied to clipboard

Cache node resource attempts to sync with Azure.

Link copied to clipboard

Cache node resource Mcc container deployment worker connection count.

Link copied to clipboard

Cache node resource last updated Mcc container deployment worker connection count timestamp.

Link copied to clipboard

Cache node resource Azure XCid.