AssociatedIpsService
Represents the details of an IP address associated with a service.
type AssociatedIpsService {
ipAddress: IPAddressScalar
rangeStart: IPAddressScalar
rangeEnd: IPAddressScalar
status: StatusEnum
updatedAt: DateTime
}
Fields
AssociatedIpsService.ipAddress
● IPAddressScalar
scalar
The specific IP address (either IPv4 or IPv6).
AssociatedIpsService.rangeStart
● IPAddressScalar
scalar
The starting IP address in the range.
AssociatedIpsService.rangeEnd
● IPAddressScalar
scalar
The ending IP address in the range.
AssociatedIpsService.status
● StatusEnum
enum
The current status of the IP address entry (e.g., 'active', 'inactive').
AssociatedIpsService.updatedAt
● DateTime
scalar
The timestamp of the last update to this IP address entry.
Member Of
Service
object